mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-06 03:34:40 +00:00
fix button not changing colour
This commit is contained in:
@@ -68,7 +68,6 @@ html {
|
|||||||
[style="background-color: rgb(255, 255, 255);"] {
|
[style="background-color: rgb(255, 255, 255);"] {
|
||||||
color: black;
|
color: black;
|
||||||
}
|
}
|
||||||
|
|
||||||
.pillbox {
|
.pillbox {
|
||||||
border-radius: 1rem;
|
border-radius: 1rem;
|
||||||
overflow: clip;
|
overflow: clip;
|
||||||
@@ -86,6 +85,7 @@ html {
|
|||||||
&.depressed {
|
&.depressed {
|
||||||
height: auto !important;
|
height: auto !important;
|
||||||
color: var(--text-primary) !important;
|
color: var(--text-primary) !important;
|
||||||
|
background: var(--background-secondary) !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user