Ignore:
Timestamp:
Jun 24, 2012, 9:18:26 PM (12 years ago)
Author:
grum
Message:

feature:2634- compatibility with Piwigo 2.4
+add some objects on js framework

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/GrumPluginClasses/css/categorySelector_clear.css

    r15347 r16012  
    2222}
    2323
     24.ui-category-selector-arrow {
     25  background-image:url(./../icons/buttons.png);
     26  background-repeat:no-repeat;
     27  width:15px;
     28  height:15px;
     29}
    2430.ui-category-selector-expandable-item {
    2531  background-image:url(./../icons/expand_clear.png);
     
    5258
    5359.ui-category-selector-arrow {
    54   background:none repeat scroll 0 0 #999999;
    55   border-color:#DDDDDD #666666 #666666 #DDDDDD;
     60  background-position:-30px -90px;
     61  -moz-border-radius:2px;
     62  -webkit-border-radius:2px;
     63  -khtml-border-radius:2px;
     64  border-radius:2px;
    5665  color:#005E89;
     66  border:0px;
    5767}
    58 
    59 .ui-category-selector-arrow-active {
    60   border-color:#666666 #DDDDDD #DDDDDD #666666;
     68.ui-category-selector-arrow:hover {
     69  background-position:-30px -105px;
     70  background-color:#999999;
    6171}
Note: See TracChangeset for help on using the changeset viewer.