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/dark/ASEdark.css

    r7374 r15360  
    2323  color:#000000;
    2424  border:1px solid gray;
    25 }
    26 .ui-category-selector {
    27   background-color:#D3D3D3;
    28   color:#000000;
    29   border-color:gray;
    3025}
    3126.ui-datepicker td a { color:#000000; }
     
    6055  background:#D3D3D3;
    6156}
    62 .iconEdit { background:url(./../../../../themes/default/icon/edit.png) no-repeat 0 0 transparent; }
    63 .iconDelete { background:url(./../../../../themes/default/icon/delete.png) no-repeat 0 0 transparent; }
     57.iconEdit { background:url(edit.png) no-repeat 0 0 transparent; }
     58.iconDelete { background:url(delete.png) no-repeat 0 0 transparent; }
    6459.iconMove { background:url(move.png) no-repeat 0 0 transparent; }
    6560.iconSwitchCondition  { background:url(switch.png) no-repeat 0 0 transparent; }
     
    8277div#iMenuCriterions div#iMenuCItems { margin-left:-1px; }
    8378
     79
     80
     81.ui-category-selector-arrow {
     82  color:#005E89;
     83}
     84
     85.ui-category-selector,
     86.ui-category-selector-list {
     87  background-color:#f5f5f5;
     88  border:1px solid gray;
     89  color:#000000;
     90}
     91
     92li.ui-category-selector-item:hover {
     93  background-color:#AAAAAA;
     94  color:#DDDDDD;
     95}
     96
     97.ui-category-selector-selected-item {
     98  background-color:#999999;
     99  color:#DDDDDD;
     100}
     101
     102
     103/* --- */
     104.ui-category-selector-name ul li.ui-category-selector-selected-cat {
     105  background:#d3d3d3;
     106  color:#000000;
     107  margin-top:1px;
     108  padding-top:1px;
     109}
     110
     111.ui-error, input[type='text'].ui-error {
     112  background:#ff8080;
     113  border-color:#800000;
     114  color:#800000;
     115}
     116
     117.ui-category-selector-arrow {
     118  background:none repeat scroll 0 0 #999999;
     119  border-color:#DDDDDD #666666 #666666 #DDDDDD;
     120  color:#005E89;
     121}
     122
     123.ui-category-selector-arrow-active {
     124  border-color:#666666 #DDDDDD #DDDDDD #666666;
     125}
     126
     127.cSimpleTipContent {
     128  background: none repeat scroll 0 0 #202020;
     129  border: 2px solid #c0c0c0;
     130  color: #c0c0c0;
     131}
     132.cSimpleTipArrow {
     133  background-image:url(sTipArrows.png);
     134}
     135
     136
    84137/* AMD specific CSS */
    85138span.tagName { border-right:1px dotted gray; }
Note: See TracChangeset for help on using the changeset viewer.