Changeset 7377 for extensions/gally/gally-graphite/css
- Timestamp:
- Oct 24, 2010, 10:41:50 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/gally/gally-graphite/css/ASEgally-graphite.css
r7339 r7377 14 14 .gcBorder { border: 1px solid #606060; } /* used for borders */ 15 15 .gcBorder2 { border: 1px solid #606060; } /* used for widgets borders */ 16 .gcBorderInput { border: 1px solid#606060; } /* used for inputs */16 .gcBorderInput { border: #606060; } /* used for inputs */ 17 17 .cPnDisabled { cursor:default; color:#666666; } 18 18 .pnInactive:hover { background:#606060; color:#F0F0F0; } 19 19 .pnActive { background:#333333; color:#F0F0F0; font-weight:bold; } 20 20 21 .ui-datepicker, .ui-category-selector, .ui-category-selector-list { 21 .ui-datepicker, .ui-category-selector, .ui-category-selector-list, 22 .ui-tag-selector-list, .ui-tag-selector-input { 22 23 background-color:#F0F0F0; 23 24 color:#333333; … … 32 33 .ui-category-selector-arrow { color:#333333; } 33 34 .ui-category-selector, .ui-category-selector-list { font-family:monospace; } 34 li.ui-category-selector-item:hover { background-color:#606060; color:#f0f0f0; }35 li.ui-category-selector-item:hover, li.ui-tag-selector-list-item:hover { background-color:#606060; color:#f0f0f0; } 35 36 .ui-category-selector-selected-item { background-color:#333333; color:#f0f0f0; } 36 37 … … 43 44 li.ui-category-selector-selected-item div.ui-category-selector-check { background-image:url(./../icon/asearchengine/check_checked.png); } 44 45 46 .ui-tag-selector-list, .ui-tag-selector-input { font-family:monospace; } 47 .ui-tag-selector-text { 48 font-style:italic; 49 font-size:80%; 50 border-top:1px dotted #606060; 51 background:#F0F0F0; 52 color:#333333; 53 } 54 .ui-tag-selector-selected-tag-list li.ui-tag-selector-selected-tag { 55 background:#606060; 56 color:#F0F0F0; 57 margin-top:0px; 58 padding-bottom:1px; 59 padding-top:1px; 60 } 61 .ui-tag-selector-highlight { 62 color:#000000; 63 font-weight:bold; 64 background:#999999; 65 } 45 66 46 67 .ui-dialog-titlebar { … … 49 70 border:none; 50 71 } 72 73 .iconEdit { background:url(./../icon/edit.png) no-repeat 0 0 transparent; } 74 .iconDelete { background:url(./../icon/delete.png) no-repeat 0 0 transparent; } 75 .iconMove { background:url(./../icon/asearchengine/move.png) no-repeat 0 0 transparent; } 76 .iconMove:hover { background:url(./../icon/asearchengine/move_h.png) no-repeat 0 0 transparent; } 77 .iconSwitchCondition { background:url(./../icon/asearchengine/switch.png) no-repeat 0 0 transparent; } 78 .iconSwitchCondition:hover { background:url(./../icon/asearchengine/switch_h.png) no-repeat 0 0 transparent; } 79 .cbItemMultiple { border:1px solid gray; } 80 .cbItemOverGroup { border:1px dotted gray; } 81 .itemContent { border-left:22px solid #606060; min-height:34px; padding-left:3px; } 51 82 52 83 fieldset { margin:3px 18px; }
Note: See TracChangeset
for help on using the changeset viewer.