mirror of
https://github.com/EliverLara/Nordic.git
synced 2026-09-26 00:51:11 -04:00
Gnome-shell 44: Fix weird toggle-menu color
This commit is contained in:
@@ -564,6 +564,7 @@ $slider_size: 19px;
|
||||
spacing: 6px;
|
||||
border-radius: 6px;
|
||||
background-gradient-direction: none;
|
||||
color: $fg_color;
|
||||
|
||||
&:ltr {padding-left: 6px;}
|
||||
&:rtl {padding-right: 6px;}
|
||||
@@ -2292,7 +2293,7 @@ $base_padding: 6px;
|
||||
}
|
||||
|
||||
.quick-toggle-menu {
|
||||
background-color: $base_color;
|
||||
background-color: $base_color !important;
|
||||
border-radius: 12px;
|
||||
padding: $base_padding*2;
|
||||
margin: $base_padding*2 $base_padding*3 0;
|
||||
|
||||
@@ -515,7 +515,8 @@ StScrollBar {
|
||||
.popup-menu-item {
|
||||
spacing: 6px;
|
||||
border-radius: 6px;
|
||||
background-gradient-direction: none; }
|
||||
background-gradient-direction: none;
|
||||
color: #d8dee9; }
|
||||
.popup-menu-item:ltr {
|
||||
padding-left: 6px; }
|
||||
.popup-menu-item:rtl {
|
||||
@@ -2074,7 +2075,7 @@ StScrollBar {
|
||||
border-radius: 99px 0 0 99px; }
|
||||
|
||||
.quick-toggle-menu {
|
||||
background-color: #2e3440;
|
||||
background-color: #2e3440 !important;
|
||||
border-radius: 12px;
|
||||
padding: 12px;
|
||||
margin: 12px 18px 0;
|
||||
|
||||
Reference in New Issue
Block a user