diff options
author | mistic100 <mistic@piwigo.org> | 2012-11-18 10:42:45 +0000 |
---|---|---|
committer | mistic100 <mistic@piwigo.org> | 2012-11-18 10:42:45 +0000 |
commit | 938a263d0904c630a7f126b43405c26c14a71113 (patch) | |
tree | bbb1e6c0880ff5fa7842080d288420e679941ca8 /admin | |
parent | f983e75fca07a5b001d67176ea355b97f3d80573 (diff) |
feature:2780 Differentiate graphically physical album vs virtual albums, only apply to direct descendants
git-svn-id: http://piwigo.org/svn/trunk@19066 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin')
-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); } |