diff options
Diffstat (limited to 'admin/themes/clear/theme.css')
-rw-r--r-- | admin/themes/clear/theme.css | 4 |
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; |