# HG changeset patch # User Dustin Demuth # Date 1436792912 -7200 # Node ID 91334325149f947cad38524c9fbfbfa1d8643885 # Parent 846e21eaf17a46f501598fe14fa3357e0c0410b0 no clear button on IE10+ diff -r 846e21eaf17a -r 91334325149f resources/css/lada.css --- 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; +}