diff options
-rw-r--r-- | admin/themes/clear/theme.css | 2 | ||||
-rw-r--r-- | admin/themes/roma/theme.css | 2 |
2 files changed, 2 insertions, 2 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); } diff --git a/admin/themes/roma/theme.css b/admin/themes/roma/theme.css index 6ffba3b12..be9fc0192 100644 --- a/admin/themes/roma/theme.css +++ b/admin/themes/roma/theme.css @@ -96,7 +96,7 @@ a.Piwigo:hover span.Piwigo { border-bottom: 1px solid #FF3363; } -.categoryUl li:not(.virtual_cat) { +.categoryUl>li:not(.virtual_cat) { background:url(images/stripe-cat.png); } |