Skip to content

Commit

Permalink
feature:2780 Differentiate graphically physical album vs virtual albums
Browse files Browse the repository at this point in the history
git-svn-id: http://piwigo.org/svn/trunk@18985 68402e56-0260-453c-a942-63ccdbb3a9ee
  • Loading branch information
mistic100 committed Nov 10, 2012
1 parent b83b19e commit b9cc51b
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
Binary file added admin/themes/clear/images/stripe-cat.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions admin/themes/clear/theme.css
Expand Up @@ -112,6 +112,10 @@ a.Piwigo:hover span.Piwigo {
}
TABLE.table2 { border: 2px solid #dddddd; }

.categoryUl li:not(.virtual_cat) {
background:url(images/stripe-cat.png);
}

*, *:focus, *:active, input:active, a:active, input:focus, a:focus { outline: none; -moz-outline-width: 0px; }
a { color:#005E89; border-width: 0; }
a:hover, a:active { color: #d54e21; border-bottom: 1px dotted #d54e21; cursor: pointer; }
Expand Down
Binary file added admin/themes/roma/images/stripe-cat.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions admin/themes/roma/theme.css
Expand Up @@ -96,6 +96,10 @@ a.Piwigo:hover span.Piwigo {
border-bottom: 1px solid #FF3363;
}

.categoryUl li:not(.virtual_cat) {
background:url(images/stripe-cat.png);
}

/* RADU - I comment this because it makes FF form controls activation very slow)
*, *:focus, *:active, input:active, a:active, input:focus, a:focus { outline: none; -moz-outline-width: 0px; }
*/
Expand Down

0 comments on commit b9cc51b

Please sign in to comment.