diff options
Diffstat (limited to 'admin/themes/clear/theme.css')
-rw-r--r-- | admin/themes/clear/theme.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/admin/themes/clear/theme.css b/admin/themes/clear/theme.css index 61b7b56a9..143687c02 100644 --- a/admin/themes/clear/theme.css +++ b/admin/themes/clear/theme.css @@ -187,6 +187,10 @@ position:relative; padding: 5px 1px 4px 5px; font-size: 13px; color: #777; } #adminHome:hover {background-color:#d0d0d0;} /* jQuery tooltips */ +.ui-tooltip { + color: #000; + background-color: #eee; +} .cluetip-outer { border-color:#999; color: #777; background-color: #eee; } .cluetip-title { background-color: #ddd; } /* jQuery ui resizable */ |