Line | |
---|
1 | /* clear css */ |
---|
2 | |
---|
3 | .ui-inputList, |
---|
4 | .ui-inputList-list { |
---|
5 | background:#DDDDDD; |
---|
6 | border:1px solid #999999; |
---|
7 | color:#666666; |
---|
8 | } |
---|
9 | |
---|
10 | .ui-inputList-arrow { |
---|
11 | background:none repeat scroll 0 0 #999999; |
---|
12 | border-color:#DDDDDD #666666 #666666 #DDDDDD; |
---|
13 | color:#005E89; |
---|
14 | } |
---|
15 | |
---|
16 | .ui-inputList-arrow-active { |
---|
17 | border-color:#666666 #DDDDDD #DDDDDD #666666; |
---|
18 | } |
---|
19 | |
---|
20 | li.ui-inputList-item:hover { |
---|
21 | background-color:#AAAAAA; |
---|
22 | color:#DDDDDD; |
---|
23 | } |
---|
24 | |
---|
25 | .ui-inputList-selected-item { |
---|
26 | background-color:#999999; |
---|
27 | color:#DDDDDD; |
---|
28 | } |
---|
29 | |
---|
30 | li.ui-inputList-item div.ui-inputList-check { |
---|
31 | background-image:url(./../icons/check_notchecked_clear.png); |
---|
32 | } |
---|
33 | li.ui-inputList-selected-item div.ui-inputList-check { |
---|
34 | background-image:url(./../icons/check_checked_clear.png); |
---|
35 | } |
---|
36 | |
---|
37 | .ui-error, input[type='text'].ui-error { |
---|
38 | background:#ff8080; |
---|
39 | border-color:#800000; |
---|
40 | color:#800000; |
---|
41 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.