Removed IE's special input field clearing.
parent
2f160909e3
commit
ca3b994a08
|
@ -258,6 +258,10 @@ button.h5p-admin.disabled:hover {
|
||||||
.h5p-data-view input[type="text"] {
|
.h5p-data-view input[type="text"] {
|
||||||
margin-bottom: 0.5em;
|
margin-bottom: 0.5em;
|
||||||
}
|
}
|
||||||
|
.h5p-data-view input[type="text"]::-ms-clear {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
.h5p-data-view th[role="button"] {
|
.h5p-data-view th[role="button"] {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue