Merge branch 'whitelist' into settings

d6
Frode Petterson 2014-10-28 10:05:38 +01:00
commit 0d874e11f8
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;
}