[17735] | 1 | /* roma css */ |
---|
| 2 | |
---|
| 3 | .ui-inputTreeList, |
---|
| 4 | .ui-inputTreeList-list { |
---|
| 5 | background-color:#444444; |
---|
| 6 | border:1px solid #666666; |
---|
| 7 | color:#999999; |
---|
| 8 | } |
---|
| 9 | |
---|
| 10 | li.ui-inputTreeList-item:hover { |
---|
| 11 | background-color:#666666; |
---|
| 12 | } |
---|
| 13 | |
---|
| 14 | .ui-inputTreeList-selected-item { |
---|
| 15 | background-color:#777777; |
---|
| 16 | } |
---|
| 17 | |
---|
| 18 | .ui-inputTreeList-arrow, |
---|
| 19 | li.ui-inputTreeList-selected-item div.ui-inputTreeList-check, |
---|
| 20 | li.ui-inputTreeList-item div.ui-inputTreeList-check, |
---|
| 21 | li.ui-inputTreeList-expandable-item div.ui-inputTreeList-expand-item, |
---|
| 22 | li.ui-inputTreeList-collapsable-item div.ui-inputTreeList-expand-item { |
---|
| 23 | background-image:url(./../icons/buttons.png); |
---|
| 24 | background-repeat:no-repeat; |
---|
| 25 | width:15px; |
---|
| 26 | height:15px; |
---|
| 27 | } |
---|
| 28 | |
---|
| 29 | |
---|
| 30 | li.ui-inputTreeList-selected-item div.ui-inputTreeList-check { |
---|
| 31 | background-position:-195px -15px; |
---|
| 32 | } |
---|
| 33 | li.ui-inputTreeList-unselected-item div.ui-inputTreeList-check { |
---|
| 34 | background-position:-180px -15px; |
---|
| 35 | } |
---|
| 36 | li.ui-inputTreeList-collapsable-item div.ui-inputTreeList-expand-item { |
---|
| 37 | background-position:-165px -15px; |
---|
| 38 | } |
---|
| 39 | li.ui-inputTreeList-expandable-item div.ui-inputTreeList-expand-item { |
---|
| 40 | background-position:-150px -15px; |
---|
| 41 | } |
---|
| 42 | |
---|
| 43 | |
---|
| 44 | |
---|
| 45 | /* --- */ |
---|
| 46 | .ui-inputTreeList-name ul li.ui-inputTreeList-selected-cat { |
---|
| 47 | background-color:#666666; |
---|
| 48 | color:#999999; |
---|
| 49 | margin-top:1px; |
---|
| 50 | padding-top:1px; |
---|
| 51 | } |
---|
| 52 | |
---|
| 53 | .ui-error, input[type='text'].ui-error { |
---|
| 54 | background:#ff8080; |
---|
| 55 | border-color:#800000; |
---|
| 56 | color:#800000; |
---|
| 57 | } |
---|
| 58 | |
---|
| 59 | .ui-inputTreeList-arrow { |
---|
| 60 | background-position:-30px -15px; |
---|
| 61 | -moz-border-radius:2px; |
---|
| 62 | -webkit-border-radius:2px; |
---|
| 63 | -khtml-border-radius:2px; |
---|
| 64 | border-radius:2px; |
---|
| 65 | color:#FF7700; |
---|
| 66 | border:0px; |
---|
| 67 | } |
---|
| 68 | .ui-inputTreeList-arrow:hover { |
---|
| 69 | background-position:-30px 0px; |
---|
| 70 | background-color:#222222; |
---|
| 71 | } |
---|