diff --git a/stylesheets/dark.css b/stylesheets/dark.css index b4af44d8..91a9435f 100644 --- a/stylesheets/dark.css +++ b/stylesheets/dark.css @@ -178,3 +178,14 @@ table.modlog tr th { div.report { color: #666666; } + +/* options.js */ +#options_div { + background: #333333; +} +.options_tab_icon { + color: #AAAAAA; +} +.options_tab_icon.active { + color: #FFFFFF; +} diff --git a/stylesheets/dark_roach.css b/stylesheets/dark_roach.css index a9ce5931..d3154e28 100644 --- a/stylesheets/dark_roach.css +++ b/stylesheets/dark_roach.css @@ -476,3 +476,14 @@ input[type="submit"]:hover { color: #9999CC; } + +/* options.js */ +#options_div { + background: #000000; +} +.options_tab_icon { + color: #AAAAAA; +} +.options_tab_icon.active { + color: #FFFFFF; +} diff --git a/stylesheets/roach.css b/stylesheets/roach.css index d261406f..945559be 100644 --- a/stylesheets/roach.css +++ b/stylesheets/roach.css @@ -253,4 +253,10 @@ border-top: 1px solid #835B36 !important; } .desktop-style div.boardlist:nth-child(1):hover, .desktop-style div.boardlist:nth-child(1).cb-menu { background: none repeat scroll 0 0 #FFFFFF; -} \ No newline at end of file +} + +/* options.js */ +#options_div { + background: white; +} + diff --git a/stylesheets/yotsuba.css b/stylesheets/yotsuba.css index a669d9d4..0b603399 100644 --- a/stylesheets/yotsuba.css +++ b/stylesheets/yotsuba.css @@ -57,3 +57,8 @@ div.boardlist a { table.modlog tr th { background: #EA8; } + +/* options.js */ +#options_div { + background: #f0e0d6; +}