[Gtk-3.20] Fixed gnome-terminal scrollbar color. Disable backdrop mode

This commit is contained in:
Csaba Jakosa
2016-11-10 10:07:27 +05:30
committed by Khurshid Alam
parent ad37d7fa27
commit 9574a02ad0
2 changed files with 6 additions and 5 deletions
+1
View File
@@ -37,4 +37,5 @@
@import "apps/xfce";
@import "apps/unity";
@import "apps/lightdm";
@import "apps/gnome-terminal";
@import "apps/budgie";
+5 -5
View File
@@ -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; }
}