source: extensions/GrumPluginClasses/css/inputConsole_clear.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: 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.