Changeset 10952


Ignore:
Timestamp:
May 20, 2011, 4:24:11 PM (13 years ago)
Author:
plg
Message:

compatibility with Piwigo 2.2 (css sprite for icons)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/wipi/theme.css

    r10951 r10952  
    6363}
    6464H3, #imageToolBar A:hover {
    65   background-color: #222;
     65  /* background-color: #222; */
    6666}
    6767
     
    8080.content {
    8181  background-color: #181818;
    82   border: 1px solid #eee;
     82  border: 2px solid #333;
    8383  padding: 5px;
    8484}
     
    263263    border-bottom-right-radius: 12px;
    264264   -moz-border-radius-bottomright: 12px;
    265     box-shadow: 5px 5px #69c;
     265    box-shadow: 1px 1px #69c;
    266266}
    267267.statBar { background-color: #e60; }
     
    272272h2.showtitle, #theImage p.showlegend { display: none }
    273273* { outline-width: 0px; }
     274
     275.pwg-icon {
     276  background-image: url(../default/s26/outline_808080.png);
     277}
     278
     279A:hover .pwg-icon {
     280  background-image: url(../default/s26/outline_ffffff.png);
     281}
     282
Note: See TracChangeset for help on using the changeset viewer.