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/roma/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 '')
-rw-r--r-- | admin/themes/roma/theme.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/admin/themes/roma/theme.css b/admin/themes/roma/theme.css index ac42ca1fa..dd82e5d14 100644 --- a/admin/themes/roma/theme.css +++ b/admin/themes/roma/theme.css @@ -160,6 +160,10 @@ position:relative; padding: 5px 1px 4px 5px; top:-8px; font-size: 13px; color: # #menubar ul.scroll { overflow-y:auto; max-height:500px;} /* jQuery tooltips */ +.ui-tooltip { + color: #eee; + background-color: #000; +} .cluetip-outer { border-color: #666; color: #666; background-color: #222; } .cluetip-title { color: #ff3363; background-color: #111; } /* jQuery ui resizable */ |