Removed IE's special input field clearing.

namespaces
Frode Petterson 2014-10-28 10:03:16 +01:00
parent 2f160909e3
commit ca3b994a08
1 changed files with 4 additions and 0 deletions

View File

@ -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;
}