Merge branch 'user-results' into whitelist

d6
Frode Petterson 2014-10-28 10:04:58 +01:00
commit 3b240b4d76
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"] { .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;
} }