raimund@553: .x-lada-warning-field { raimund@553: background-color: white; raimund@553: background-image: url(../img/warning_line.png); raimund@553: background-repeat: repeat-x; raimund@553: background-position: bottom; raimund@553: border-color: #FFE25D; raimund@553: } raimund@553: raimund@553: .x-lada-error-field { raimund@553: background-color: white; raimund@553: background-image: url(../img/error_line.gif); raimund@553: background-repeat: repeat-x; raimund@553: background-position: bottom; raimund@553: border-color: #FF0000; raimund@553: } dustin@709: dustin@709: .window-inactive .x-window-header-text {color: #a9a9a9;} dustin@872: dustin@872: /* do not display clear-button (x) in IE10+ Input fields */ dustin@872: ::-ms-clear { dustin@872: display: none; dustin@872: } dustin@872: dustin@872: /* do not display reveal-button in IE10+ PW-Input fields */ dustin@872: ::-ms-reveal { dustin@872: display: none; dustin@872: }