[web] Add border for some buttons in dark mode
This commit is contained in:
parent
49de0240b8
commit
2319ca7cb8
|
@ -110,6 +110,7 @@
|
|||
.modal-content select,
|
||||
.modal-content select:hover {
|
||||
border-color: $grey-dark;
|
||||
border-width: 1px;
|
||||
}
|
||||
.tabs.is-toggle a {
|
||||
background-color: $grey-darker;
|
||||
|
|
Loading…
Reference in New Issue