mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-11 01:59:58 +00:00
Use icon buttons for options page whitelist
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user