From ca3b994a08fbe7837b5185f2e2174d61c4a84b61 Mon Sep 17 00:00:00 2001 From: Frode Petterson Date: Tue, 28 Oct 2014 10:03:16 +0100 Subject: [PATCH] Removed IE's special input field clearing. --- styles/h5p-admin.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/styles/h5p-admin.css b/styles/h5p-admin.css index ed9d744..0122206 100644 --- a/styles/h5p-admin.css +++ b/styles/h5p-admin.css @@ -258,6 +258,10 @@ button.h5p-admin.disabled:hover { .h5p-data-view input[type="text"] { margin-bottom: 0.5em; } +.h5p-data-view input[type="text"]::-ms-clear { + display: none; +} + .h5p-data-view th[role="button"] { cursor: pointer; }