Changeset 15360 for extensions/ASearchEngine/themes/dark
- Timestamp:
- May 27, 2012, 11:48:53 PM (13 years ago)
- Location:
- extensions/ASearchEngine/themes/dark
- Files:
-
- 3 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/ASearchEngine/themes/dark/ASEdark.css
r7374 r15360 23 23 color:#000000; 24 24 border:1px solid gray; 25 }26 .ui-category-selector {27 background-color:#D3D3D3;28 color:#000000;29 border-color:gray;30 25 } 31 26 .ui-datepicker td a { color:#000000; } … … 60 55 background:#D3D3D3; 61 56 } 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; } 64 59 .iconMove { background:url(move.png) no-repeat 0 0 transparent; } 65 60 .iconSwitchCondition { background:url(switch.png) no-repeat 0 0 transparent; } … … 82 77 div#iMenuCriterions div#iMenuCItems { margin-left:-1px; } 83 78 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 92 li.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 84 137 /* AMD specific CSS */ 85 138 span.tagName { border-right:1px dotted gray; }
Note: See TracChangeset
for help on using the changeset viewer.