source: extensions/GrumPluginClasses/css/inputText_clear.css @ 15907

Last change on this file since 15907 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: 226 bytes
Line 
1/* clear css */
2.ui-inputText {
3  background:#DDDDDD;
4  border:1px solid #999999;
5  color:#666666;
6}
7.ui-error, input[type='text'].ui-error, textarea.ui-error {
8  background:#ff8080;
9  border-color:#800000;
10  color:#800000;
11}
Note: See TracBrowser for help on using the repository browser.