Mercurial > lada > lada-client
view resources/css/lada.css @ 873:8e3bc9d2ec40
Applied Patch which was presented in the Workshop: Sort Datenbasis differently
author | Dustin Demuth <dustin@intevation.de> |
---|---|
date | Fri, 17 Jul 2015 15:02:38 +0200 |
parents | 91334325149f |
children | 545b8913601d |
line wrap: on
line source
.x-lada-warning-field { background-color: white; background-image: url(../img/warning_line.png); background-repeat: repeat-x; background-position: bottom; border-color: #FFE25D; } .x-lada-error-field { background-color: white; background-image: url(../img/error_line.gif); background-repeat: repeat-x; background-position: bottom; border-color: #FF0000; } .window-inactive .x-window-header-text {color: #a9a9a9;} /* do not display clear-button (x) in IE10+ Input fields */ ::-ms-clear { display: none; } /* do not display reveal-button in IE10+ PW-Input fields */ ::-ms-reveal { display: none; }