light: fix coloring of settings button in org team settings
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user