Changeset 18985 for trunk


Ignore:
Timestamp:
Nov 10, 2012, 1:33:54 PM (11 years ago)
Author:
mistic100
Message:

feature:2780 Differentiate graphically physical album vs virtual albums

Location:
trunk/admin/themes
Files:
2 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/themes/clear/theme.css

    r18976 r18985  
    112112}
    113113TABLE.table2 { border: 2px solid #dddddd; }
     114
     115.categoryUl li:not(.virtual_cat) {
     116  background:url(images/stripe-cat.png);
     117}
    114118
    115119*, *:focus, *:active, input:active, a:active, input:focus, a:focus { outline: none; -moz-outline-width: 0px; }
  • trunk/admin/themes/roma/theme.css

    r18976 r18985  
    9595a.Piwigo:hover  span.Piwigo  {
    9696  border-bottom: 1px solid #FF3363;
     97}
     98
     99.categoryUl li:not(.virtual_cat) {
     100  background:url(images/stripe-cat.png);
    97101}
    98102
Note: See TracChangeset for help on using the changeset viewer.