diff options
Diffstat (limited to 'admin/themes/roma')
-rw-r--r-- | admin/themes/roma/theme.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/admin/themes/roma/theme.css b/admin/themes/roma/theme.css index e6d9eea30..7abc7551c 100644 --- a/admin/themes/roma/theme.css +++ b/admin/themes/roma/theme.css @@ -151,8 +151,8 @@ position:relative; padding: 5px 1px 4px 5px; top:-8px; font-size: 13px; color: # #menubar ul { color: #333; margin:0 9px 0 9px; line-height: 16px; list-style-type: square; list-style-position: inside; padding: 0; } /* jQuery tooltips */ -.cluetip-default #cluetip-outer { border-color: #666; color: #666; background-color: #222; } -.cluetip-default h3#cluetip-title { color: #ff3363; background-color: #111; } +.cluetip-outer { border-color: #666; color: #666; background-color: #222; } +.cluetip-title { color: #ff3363; background-color: #111; } /* jQuery ui resizable */ .ui-resizable { position: relative; } .ui-wrapper { border: 0; } |