source: extensions/GrumPluginClasses/css/inputList_roma.css @ 8961

Last change on this file since 8961 was 8961, checked in by grum, 13 years ago

release 3.4.0
fix bug:1984, bug:2109
js file are minified, remove packed files

  • Property svn:executable set to *
File size: 791 bytes
Line 
1/* roma css */
2
3.ui-inputList,
4.ui-inputList-list {
5  background:#444444;
6  border:1px solid #666666;
7  color:#999999;
8}
9
10.ui-inputList-arrow {
11  background:none repeat scroll 0 0 #666666;
12  border-color:#999999 #444444 #444444 #999999;
13  color:#FF3363;
14}
15
16.ui-inputList-arrow-active {
17  border-color:#444444 #999999 #999999 #444444;
18}
19
20li.ui-inputList-item:hover {
21  background-color:#666666;
22}
23
24.ui-inputList-selected-item {
25  background-color:#777777;
26}
27
28li.ui-inputList-item div.ui-inputList-check {
29  background-image:url(./../icons/check_notchecked_roma.png);
30}
31li.ui-inputList-selected-item div.ui-inputList-check {
32  background-image:url(./../icons/check_checked_roma.png);
33}
34
35.ui-error, input[type='text'].ui-error {
36  background:#ff8080;
37  border-color:#800000;
38  color:#800000;
39}
Note: See TracBrowser for help on using the repository browser.