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