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

pull/633/head
Csaba Jakosa 2016-11-10 05:37:27 +01:00 committed by Khurshid Alam
parent ad37d7fa27
commit 9574a02ad0
2 changed files with 6 additions and 5 deletions

View File

@ -37,4 +37,5 @@
@import "apps/xfce";
@import "apps/unity";
@import "apps/lightdm";
@import "apps/gnome-terminal";
@import "apps/budgie";

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; }
}