Remove redundancy with button CSS
This commit is contained in:
parent
fe32a5769e
commit
37c9a451fe
21
style.css
21
style.css
|
@ -2039,27 +2039,6 @@ body.forum .sidebar .box .thread .info .timestamp {color: var(--subtitle);}
|
|||
background: #808080;
|
||||
}
|
||||
|
||||
.popbutton,
|
||||
.longbutton,
|
||||
.smallbutton {
|
||||
background: var(--default-button-background);
|
||||
border: var(--default-button-border);
|
||||
}
|
||||
|
||||
.longbutton:hover,
|
||||
.smallbutton:hover,
|
||||
.dark-switch:hover {
|
||||
background: var(--hover-button-background);
|
||||
border: var(--hover-button-border);
|
||||
}
|
||||
|
||||
.longbutton:active,
|
||||
.smallbutton:active,
|
||||
.dark-switch:actice {
|
||||
background: var(--active-button-background);
|
||||
border: var(--active-button-border);
|
||||
}
|
||||
|
||||
/* DASHBOARD / HOME */
|
||||
@media (orientation: portrait) {
|
||||
body.dashboard .dash-container {
|
||||
|
|
Loading…
Reference in New Issue
Block a user