forked from Techsystech/web
correction to bring web_techsystech up to date
parent
4a8ecaef5c
commit
e6935257a3
|
@ -345,3 +345,13 @@ $o-btns-bs-outline-override: map-merge((
|
|||
.bg-200 {
|
||||
--background-color: #3c3e4a !important; /* find a better way to do this */
|
||||
}
|
||||
|
||||
.o_grid_apps_menu {
|
||||
&__button {
|
||||
color: if($o-webclient-color-scheme == 'dark', $o-gray-600, $o-navbar-brand-color) !important;
|
||||
&:hover,
|
||||
&:focus {
|
||||
background: if($o-webclient-color-scheme == 'dark', $o-black, $o-navbar-entry-bg--hover);
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue