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:
parent
f983e75fca
commit
938a263d09
2 changed files with 2 additions and 2 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue