mirror of
https://github.com/encounter/numix-blue-gtk-theme.git
synced 2026-07-10 12:18:49 -07:00
[Gtk-3.20] Fixed gnome-terminal scrollbar color. Disable backdrop mode
This commit is contained in:
committed by
Khurshid Alam
parent
ad37d7fa27
commit
9574a02ad0
@@ -37,4 +37,5 @@
|
||||
@import "apps/xfce";
|
||||
@import "apps/unity";
|
||||
@import "apps/lightdm";
|
||||
@import "apps/gnome-terminal";
|
||||
@import "apps/budgie";
|
||||
|
||||
@@ -14,10 +14,10 @@
|
||||
background-color: $osd_base;
|
||||
border-color: border_normal($osd_base);
|
||||
|
||||
&:backdrop {
|
||||
background-color: shade($backdrop_osd_bg, .9);
|
||||
border-color: border_normal(shade($backdrop_osd_bg, .9));
|
||||
}
|
||||
//&:backdrop {
|
||||
// background-color: shade($backdrop_osd_bg, .9);
|
||||
// border-color: border_normal(shade($backdrop_osd_bg, .9));
|
||||
//}
|
||||
}
|
||||
|
||||
scrollbar.vertical {
|
||||
@@ -28,7 +28,7 @@
|
||||
|
||||
&:hover:active { background-color: $selected_bg_color; }
|
||||
|
||||
&:backdrop { background-color: mix($backdrop_osd_fg, $backdrop_osd_bg, .4); }
|
||||
//&:backdrop { background-color: mix($backdrop_osd_fg, $backdrop_osd_bg, .4); }
|
||||
|
||||
&:disabled { background-color: transparent; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user