aboutsummaryrefslogtreecommitdiffstats
path: root/admin/themes/clear
diff options
context:
space:
mode:
authorpatdenice <patdenice@piwigo.org>2010-04-28 00:35:24 +0000
committerpatdenice <patdenice@piwigo.org>2010-04-28 00:35:24 +0000
commit48cf944cf398a2cf3c5e0c48de6af1c675a05038 (patch)
treeb0cb9afeae1d460f4ea4b3b7752a35547d869aa5 /admin/themes/clear
parent3e29cdd0e09c6eeb09bafa0eb3cca97915106438 (diff)
Fix tooltip position on admin intro page.
Menubar reordering now looks like category reordering. git-svn-id: http://piwigo.org/svn/trunk@5980 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin/themes/clear')
-rw-r--r--admin/themes/clear/theme.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/admin/themes/clear/theme.css b/admin/themes/clear/theme.css
index a84e888ea..e5b982ea4 100644
--- a/admin/themes/clear/theme.css
+++ b/admin/themes/clear/theme.css
@@ -95,8 +95,8 @@ INPUT[type="submit"]:hover , INPUT[type="reset"]:hover { cursor: pointer; }
INPUT.bigbutton:hover { background-color: #ddd; color:#0cc; border: 0; }
.throw { font-size: 120%; line-height: 26px; padding-top: 10px; font-weight: bold; color: #0cc9c; }
label { cursor:pointer }
-.categoryLi { background: #ddd }
-.virtual_cat { background: #ccc !important; }
+.categoryLi, .menuLi { background: #ddd }
+.virtual_cat, .menuLi_hidden { background: #ccc !important; }
a.Piwigo {
font-family: verdana, arial, helvetica, sans-serif !important;
font-size: 11px; font-weight: normal; letter-spacing: 0;