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_roma.css

    r15347 r16012  
    1616}
    1717
     18.ui-category-selector-arrow {
     19  background-image:url(./../icons/buttons.png);
     20  background-repeat:no-repeat;
     21  width:15px;
     22  height:15px;
     23}
    1824.ui-category-selector-expandable-item {
    1925  background-image:url(./../icons/expand_roma.png);
     
    4652
    4753.ui-category-selector-arrow {
    48   background:none repeat scroll 0 0 #666666;
    49   border-color:#999999 #444444 #444444 #999999;
    50   color:#FF3363;
     54  background-position:-30px -15px;
     55  -moz-border-radius:2px;
     56  -webkit-border-radius:2px;
     57  -khtml-border-radius:2px;
     58  border-radius:2px;
     59  color:#FF7700;
     60  border:0px;
    5161}
    52 
    53 .ui-category-selector-arrow-active {
    54   border-color:#444444 #999999 #999999 #444444;
     62.ui-category-selector-arrow:hover {
     63  background-position:-30px 0px;
     64  background-color:#222222;
    5565}
Note: See TracChangeset for help on using the changeset viewer.