diff options
author | rvelices <rv-github@modusoptimus.com> | 2013-05-14 19:30:26 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2013-05-14 19:30:26 +0000 |
commit | d2c695ee899446f179878e746d5b65d03cb5816e (patch) | |
tree | 05d5da08cb4acde0ae24c10167ece3b67f628f7e /admin/themes/clear/theme.css | |
parent | e97963464beeaa0c1447fdd23091473781a2a46c (diff) |
feature 2885: Add geoip info in the stats / history page
git-svn-id: http://piwigo.org/svn/trunk@22664 68402e56-0260-453c-a942-63ccdbb3a9ee
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 */ |