diff options
Diffstat (limited to '')
-rw-r--r-- | admin/themes/roma/theme.css | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/admin/themes/roma/theme.css b/admin/themes/roma/theme.css index 8e28b38e5..fce3a9cbc 100644 --- a/admin/themes/roma/theme.css +++ b/admin/themes/roma/theme.css @@ -24,6 +24,9 @@ option[disabled] { background-color: #999; color: #444; } input[type="radio"], input[type="checkbox"] { background-color: transparent; } +.showInfo { color:#666; } +.showInfo:hover { color:#999; } + h2 { color: #ccc; } .header_notes { @@ -164,7 +167,6 @@ background:transparent url(images/menubar-top.png) no-repeat scroll left 1px; } #menubar dd [class^="icon-"]:before { color: #666; - text-decoration:none; } /* jQuery tooltips */ |