mirror of
https://github.com/vinceliuice/WhiteSur-gtk-theme.git
synced 2026-07-08 00:06:21 +00:00
Fixed Zorin issues
This commit is contained in:
@@ -184,20 +184,24 @@
|
||||
color: $alt_fg_color !important;
|
||||
background-color: rgba($fg_color, 0.1);
|
||||
border: none;
|
||||
background-gradient-direction: none !important;
|
||||
|
||||
&:hover, &:focus {
|
||||
background-color: rgba($fg_color, 0.15);
|
||||
color: $fg_color !important;
|
||||
background-gradient-direction: none !important;
|
||||
}
|
||||
|
||||
&:active {
|
||||
background-color: darken($primary_color, 5%);
|
||||
color: $light_fg_color !important;
|
||||
background-gradient-direction: none !important;
|
||||
}
|
||||
|
||||
&:selected {
|
||||
background-color: $primary_color;
|
||||
color: $light_fg_color !important;
|
||||
background-gradient-direction: none !important;
|
||||
|
||||
&:hover, &:focus {
|
||||
background-color: lighten($primary_color, 8%);
|
||||
|
||||
@@ -12,20 +12,24 @@
|
||||
color: white !important;
|
||||
background-color: $primary_color;
|
||||
box-shadow: inset 0 1px 0 0 rgba(white,0.1);
|
||||
background-gradient-direction: none !important;
|
||||
|
||||
&:hover {
|
||||
color: white !important;
|
||||
background-color: lighten($primary_color, 9%);
|
||||
background-gradient-direction: none !important;
|
||||
}
|
||||
|
||||
&:active {
|
||||
color: white !important;
|
||||
background-color: darken($primary_color, 5%);
|
||||
background-gradient-direction: none !important;
|
||||
}
|
||||
|
||||
&:insensitive {
|
||||
background-color: rgba($primary_color, 0.05);
|
||||
color: rgba($primary_color, 0.35) !important;
|
||||
background-gradient-direction: none !important;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -98,10 +98,12 @@ $popop_menuitem_radius: $wm_radius - 4px;
|
||||
box-shadow: none;
|
||||
color: $alt_fg_color;
|
||||
background-color: $submenu_bg_color;
|
||||
background-gradient-direction: none !important;
|
||||
|
||||
&.hover, &.selected {
|
||||
&:hover, &.selected {
|
||||
color: $selected_fg_color;
|
||||
background-color: $selected_bg_color;
|
||||
background-gradient-direction: none !important;
|
||||
}
|
||||
|
||||
&:active {
|
||||
|
||||
Reference in New Issue
Block a user