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
This commit is contained in:
mistic100 2012-11-18 10:42:45 +00:00
parent f983e75fca
commit 938a263d09
2 changed files with 2 additions and 2 deletions

View file

@ -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);
}

View file

@ -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);
}