Use icon buttons for options page whitelist

This commit is contained in:
hensm
2020-07-23 12:26:06 +01:00
parent ef8e2aee90
commit d2f4fee63b
7 changed files with 71 additions and 6 deletions

View File

@@ -23,6 +23,11 @@ select {
height: 22px;
}
button.ghost {
width: 22px !important;
height: 22px !important;
}
input[type="checkbox"],
input[type="radio"] {
height: 16px;