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

@@ -49,6 +49,21 @@
padding: 20px 10px;
}
button.ghost {
width: 24px !important;
height: 24px !important;
padding: initial;
display: flex;
align-items: center;
justify-content: center;
}
button.ghost:not(:hover) {
background-color: initial;
border: initial;
}
#form {
display: flex;
flex-direction: column;