Changeset 14455
- Timestamp:
- 01/17/08 10:45:58 (11 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/midcom/midcom.helper.datamanager2/static/chooser/jquery.chooser_widget.css
r14441 r14455 128 128 129 129 /* Creation dialog related ends */ 130 130 131 .chooser_widget_item_part_status 131 132 { … … 155 156 { 156 157 background-color: Highlight; 157 color: HighlightText 158 /* background-color: #c3c3c3; 159 color: #000;*/ 158 color: HighlightText; 160 159 } 161 160 .chooser_widget_result_item_hover .chooser_widget_item_part_status 162 161 { 163 162 background : url('../../stock-icons/16x16/approved_fade_50.png') center center no-repeat; 164 background-color: Highlight;165 color: HighlightText166 163 } 167 164 .chooser_widget_result_item_deleted 168 165 { 169 /* color: black;170 border: 1px solid red;*/171 166 } 172 167 .chooser_widget_result_item_deleted .chooser_widget_item_part_status … … 174 169 background : url('../../stock-icons/16x16/cancel.png') center center no-repeat; 175 170 } 171 172 .chooser_widget_result_item_active.chooser_widget_result_item_hover .chooser_widget_item_part_status 173 { 174 background : url('../../stock-icons/16x16/cancel.png') center center no-repeat; 175 } 176 .chooser_widget_result_item_deleted.chooser_widget_result_item_hover .chooser_widget_item_part_status 177 { 178 background : url('../../stock-icons/16x16/approved_fade_50.png') center center no-repeat; 179 }
