diff options
Diffstat (limited to 'admin/themes/roma/theme.css')
-rw-r--r-- | admin/themes/roma/theme.css | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/admin/themes/roma/theme.css b/admin/themes/roma/theme.css index ad891f57f..f795edd9f 100644 --- a/admin/themes/roma/theme.css +++ b/admin/themes/roma/theme.css @@ -15,14 +15,17 @@ .gcBorderInput { border-color:#666666; } used for inputs */ /* text color */ -body, h3, dt, h2, .throw, .content, label { color:#666; } +body, h3, dt, .throw, .content, label, LEGEND { + color:#666; +} + INPUT, select, textarea { color:#999; background-color: #444; } option[disabled] { background-color: #999; color: #444; } input[type="radio"], input[type="checkbox"] { background-color: transparent; } /* INPUT[type="checkbox"], INPUT[type="radio"] { color:#999; background-color: #eee; } */ INPUT[type="submit"], INPUT[type="reset"] { color:#999; border: 1px solid #666; background-color: #444; padding: 1px 15px; } -legend, h3 { color: #666; } + h2 { color: #ccc; } .header_notes { @@ -42,7 +45,7 @@ background-color:#111111; } #headbranch { width: 233px; height: 240px; margin: 0; padding: 0; position:absolute; left:0px; top:0px; z-index: 0; } -h3, #imageToolBar a:hover, .row2, .content { background-color: #222; } +h3, .row2, .content { background-color: #222; } .throw, .row1 { background-color:#111; } .throw em { font-style: normal; color: #ff3363; } @@ -104,7 +107,7 @@ ul.actions, .content form#waiting {text-align:center;} .header_msgs { background:transparent url(images/header_msgs-bg.gif) repeat scroll right top; border:0; color:#333; font-size:24px; height:30px; margin:0; padding:10px 0 0; text-align:center; width:100%; } -#content.content div.comment a.illustration{ margin-right: 30px;} + /* tabsheets are often used in admin pages => No specific css files */ #tabsheet { width:auto; margin:-1px; margin-right:-6px; padding:0; border:1px solid #111111; border-bottom:1px solid #ff3363; background-color:#111111;} |