diff 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
line wrap: on
line diff
--- a/resources/css/lada.css	Mon Jul 13 14:42:52 2015 +0200
+++ b/resources/css/lada.css	Mon Jul 13 15:08:32 2015 +0200
@@ -15,3 +15,13 @@
 }
 
 .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;
+}

http://lada.wald.intevation.org