source:
extensions/GrumPluginClasses/css/inputConsole_clear.css
@
12215
Last change on this file since 12215 was 8961, checked in by , 14 years ago | |
---|---|
|
|
File size: 303 bytes |
Line | |
---|---|
1 | /* clear css */ |
2 | .ui-inputConsole { |
3 | background:#DDDDDD; |
4 | border:1px solid #999999; |
5 | color:#666666; |
6 | } |
7 | .ui-inputConsole-history { |
8 | border-color:#999999; |
9 | background:#DDDDDD; |
10 | color:#666666; |
11 | } |
12 | |
13 | .ui-error, input[type='text'].ui-error { |
14 | background:#ff8080; |
15 | border-color:#800000; |
16 | color:#800000; |
17 | } |
Note: See TracBrowser
for help on using the repository browser.