Changeset 15360 for extensions/ASearchEngine/themes/clear
- Timestamp:
- May 27, 2012, 11:48:53 PM (13 years ago)
- Location:
- extensions/ASearchEngine/themes/clear
- Files:
-
- 3 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/ASearchEngine/themes/clear/ASEclear.css
r7374 r15360 24 24 border:1px solid gray; 25 25 } 26 .ui-category-selector { 27 background-color:#D3D3D3; 28 color:#000000; 29 border-color:gray; 30 } 26 31 27 .ui-datepicker .ui-datepicker-header { background-color:#D3D3D3; } 32 28 .ui-datepicker td:hover { background-color:#EEEEEE; } … … 56 52 background:#EEEEEE; 57 53 } 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; } 60 56 .iconMove { background:url(move.png) no-repeat 0 0 transparent; } 61 57 .iconSwitchCondition { background:url(switch.png) no-repeat 0 0 transparent; } 62 58 .cbItemMultiple { border:1px solid #999999; } 63 59 .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 75 li.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 } 64 119 65 120 /* AMD specific CSS */
Note: See TracChangeset
for help on using the changeset viewer.