From 6397479c0986230aef8be9a4139015ae2cc75ef6 Mon Sep 17 00:00:00 2001 From: George Schneeloch Date: Mon, 27 Jun 2016 13:59:00 -0400 Subject: [PATCH] Removed x's from text fields --- static/scss/dashboard.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/static/scss/dashboard.scss b/static/scss/dashboard.scss index b2c3c70ad0..e800dd1d73 100644 --- a/static/scss/dashboard.scss +++ b/static/scss/dashboard.scss @@ -357,3 +357,8 @@ c.validation-wrapper { } } } + +// IE: make x's disappear for input items +input::-ms-clear { + display: none; +}