diff options
Diffstat (limited to 'admin/themes/clear/theme.css')
-rw-r--r-- | admin/themes/clear/theme.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/themes/clear/theme.css b/admin/themes/clear/theme.css index 1d3a587e8..6751bec14 100644 --- a/admin/themes/clear/theme.css +++ b/admin/themes/clear/theme.css @@ -112,7 +112,7 @@ a.Piwigo:hover span.Piwigo { } TABLE.table2 { border: 2px solid #dddddd; } -.categoryUl li:not(.virtual_cat) { +.categoryUl>li:not(.virtual_cat) { background:url(images/stripe-cat.png); } |