light: fix coloring of settings button in org team settings
This commit is contained in:
parent
8843f56fd2
commit
cef2597556
@ -411,6 +411,12 @@
|
||||
.ui.basic.secondary.button:hover {
|
||||
background: var(--color-hover) !important;
|
||||
}
|
||||
|
||||
// settings button in org team settings
|
||||
.ui.teal.labels .label, .ui.ui.ui.teal.label, .ui.teal.button, .ui.teal.buttons .button {
|
||||
background: var(--color-green);
|
||||
color: #fff !important;
|
||||
}
|
||||
}
|
||||
@media (prefers-color-scheme: dark) {
|
||||
:root {
|
||||
|
@ -406,3 +406,9 @@ ui.basic.blue.button:hover,
|
||||
.ui.basic.secondary.buttons .button:hover, .ui.basic.secondary.button:hover {
|
||||
background: var(--color-hover) !important;
|
||||
}
|
||||
|
||||
// settings button in org team settings
|
||||
.ui.teal.labels .label, .ui.ui.ui.teal.label, .ui.teal.button, .ui.teal.buttons .button {
|
||||
background: var(--color-green);
|
||||
color: #fff !important;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user