comparison resources/css/lada.css @ 872:91334325149f

no clear button on IE10+
author Dustin Demuth <dustin@intevation.de>
date Mon, 13 Jul 2015 15:08:32 +0200
parents 6f6d2df00130
children 545b8913601d
comparison
equal deleted inserted replaced
871:846e21eaf17a 872:91334325149f
13 background-position: bottom; 13 background-position: bottom;
14 border-color: #FF0000; 14 border-color: #FF0000;
15 } 15 }
16 16
17 .window-inactive .x-window-header-text {color: #a9a9a9;} 17 .window-inactive .x-window-header-text {color: #a9a9a9;}
18
19 /* do not display clear-button (x) in IE10+ Input fields */
20 ::-ms-clear {
21 display: none;
22 }
23
24 /* do not display reveal-button in IE10+ PW-Input fields */
25 ::-ms-reveal {
26 display: none;
27 }

http://lada.wald.intevation.org