8
7

More than 5 years have passed since last update.

Redmineでトップページの帯の色を変える

Last updated at Posted at 2013-01-10

Redmineのトップ帯を変更して、他とちょっと雰囲気を変えたいとき。

※下記のスタイルシート「background-color」を変更する。
※Redmine 2.2.0、line. 28

stylesheets/application.css
#header {height:5.3em;margin:0;background-color:#628DB6;color:#f8f8f8; padding: 4px 8px 0px 6px; position:relative        ;}

Remarks:
画面の色を取得するカラーピッカー「FE – Color Palette」 | USB Tools
http://usbtools.jp/graphics/fe_colorpalette/

8
7
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
8
7