Ignore:
Timestamp:
May 27, 2012, 11:48:53 PM (12 years ago)
Author:
grum
Message:

feature:2635 - Compatibility with Piwigo 2.4

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/ASearchEngine/themes/clear/ASEclear.css

    r7374 r15360  
    2424  border:1px solid gray;
    2525}
    26 .ui-category-selector {
    27   background-color:#D3D3D3;
    28   color:#000000;
    29   border-color:gray;
    30 }
     26
    3127.ui-datepicker .ui-datepicker-header { background-color:#D3D3D3; }
    3228.ui-datepicker td:hover { background-color:#EEEEEE; }
     
    5652  background:#EEEEEE;
    5753}
    58 .iconEdit { background:url(./../../../../themes/default/icon/edit.png) no-repeat 0 0 transparent; }
    59 .iconDelete { background:url(./../../../../themes/default/icon/delete.png) no-repeat 0 0 transparent; }
     54.iconEdit { background:url(edit.png) no-repeat 0 0 transparent; }
     55.iconDelete { background:url(delete.png) no-repeat 0 0 transparent; }
    6056.iconMove { background:url(move.png) no-repeat 0 0 transparent; }
    6157.iconSwitchCondition  { background:url(switch.png) no-repeat 0 0 transparent; }
    6258.cbItemMultiple { border:1px solid #999999; }
    6359.cbItemOverGroup { border:1px dotted #999999; }
     60
     61
     62
     63
     64.ui-category-selector-arrow {
     65  color:#005E89;
     66}
     67
     68.ui-category-selector,
     69.ui-category-selector-list {
     70  background-color:#f5f5f5;
     71  border:1px solid #999999;
     72  color:#000000;
     73}
     74
     75li.ui-category-selector-item:hover {
     76  background-color:#AAAAAA;
     77  color:#DDDDDD;
     78}
     79
     80.ui-category-selector-selected-item {
     81  background-color:#999999;
     82  color:#DDDDDD;
     83}
     84
     85
     86/* --- */
     87.ui-category-selector-name ul li.ui-category-selector-selected-cat {
     88  background:#d3d3d3;
     89  color:#000000;
     90  margin-top:1px;
     91  padding-top:1px;
     92}
     93
     94.ui-error, input[type='text'].ui-error {
     95  background:#ff8080;
     96  border-color:#800000;
     97  color:#800000;
     98}
     99
     100.ui-category-selector-arrow {
     101  background:none repeat scroll 0 0 #999999;
     102  border-color:#DDDDDD #666666 #666666 #DDDDDD;
     103  color:#005E89;
     104}
     105
     106.ui-category-selector-arrow-active {
     107  border-color:#666666 #DDDDDD #DDDDDD #666666;
     108}
     109
     110
     111.cSimpleTipContent {
     112  background: none repeat scroll 0 0 #202020;
     113  border: 2px solid #c0c0c0;
     114  color: #c0c0c0;
     115}
     116.cSimpleTipArrow {
     117  background-image:url(sTipArrows.png);
     118}
    64119
    65120/* AMD specific CSS */
Note: See TracChangeset for help on using the changeset viewer.