[Glitch] Fix color of language indicator in light theme in web UI
Port 81271a18c5
to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
pull/2955/head
parent
12bdf58db4
commit
a21f35786d
|
@ -514,6 +514,15 @@
|
|||
background: darken($ui-base-color, 10%);
|
||||
}
|
||||
|
||||
.dropdown-button.warning {
|
||||
border-color: #b3261e;
|
||||
color: #b3261e;
|
||||
|
||||
&.active {
|
||||
background-color: #f9dedc;
|
||||
}
|
||||
}
|
||||
|
||||
.search__popout__menu__item {
|
||||
&:hover,
|
||||
&:active,
|
||||
|
|
Loading…
Reference in New Issue