From b2258a668d7137aa05a05731863a1e4771734140 Mon Sep 17 00:00:00 2001 From: jdescottes Date: Fri, 25 Oct 2013 00:31:45 +0200 Subject: [PATCH] import-picture-panel : IE10 CSS fix for input text with text-align:right --- css/style.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/css/style.css b/css/style.css index 5b5eb220..e865270d 100644 --- a/css/style.css +++ b/css/style.css @@ -1,4 +1,6 @@ - +::-ms-clear { + display: none; +} body { background: radial-gradient(circle, #000, #373737);