root / trunk / web / dojo / dijit / themes / tundra / form / Common.css
History | View | Annotate | Download (1010 Bytes)
1 |
|
---|---|
2 |
.tundra .dijitInputContainer INPUT, |
3 |
.tundra .dijitTextBox { |
4 |
margin: 0em 0.1em; |
5 |
} |
6 |
.tundra .dijitTextArea { |
7 |
padding: 3px; |
8 |
} |
9 |
.tundra .dijitTextBox { |
10 |
|
11 |
background:#fff url("../images/validationInputBg.png") repeat-x top left; |
12 |
#background:#fff url('../images/validationInputBg.gif') repeat-x top left; |
13 |
border:1px solid #b3b3b3; |
14 |
} |
15 |
.tundra .dijitComboBox .dijitButtonNode { |
16 |
padding: 0 0.2em; |
17 |
} |
18 |
.tundra .dijitTextBox .dijitButtonNode { |
19 |
|
20 |
border-color: #9b9b9b; |
21 |
} |
22 |
.tundra .dijitTextBoxFocused { |
23 |
|
24 |
border-color:#406b9b; |
25 |
} |
26 |
.tundra .dijitTextBoxFocused .dijitButtonNode { |
27 |
border-color:#366dba; |
28 |
} |
29 |
.tundra .dijitError { |
30 |
background-color:#f9f7ba; |
31 |
background-image:none; |
32 |
} |
33 |
.tundra .dijitErrorFocused { |
34 |
background-color:#f9f999; |
35 |
background-image:none; |
36 |
} |
37 |
.tundra .dijitValidationIcon { |
38 |
|
39 |
width: 16px; |
40 |
background: transparent url('../images/warning.png') no-repeat center center; |
41 |
} |
42 |
.tundra .dijitComboBoxHighlightMatch { |
43 |
background-color:#a5beda; |
44 |
} |
45 |
.tundra .dijitFocusedLabel { |
46 |
|
47 |
outline: 1px dotted #666666; |
48 |
} |