fix overscroll color

Dustin Falgout 2015-05-16 09:55:48 -05:00
parent 179c99223a
commit 5694b82051
1 changed files with 6 additions and 3 deletions

View File

@ -961,6 +961,11 @@ GtkInfoBar {
color: alpha(currentColor, 0.7);
}
.overshoot,
.sidebar.overshoot {
background-color: alpha (@theme_selected_bg_color, 0.35);
}
/********
* menu *
********/
@ -1892,9 +1897,7 @@ GtkComboBox .separator {
* sidebar *
***********/
.sidebar,
.sidebar.view,
.sidebar .view,
.sidebar GtkScrolledWindow {
.sidebar.view {
background-color: @theme_bg_color;
color: mix(@theme_fg_color, @theme_bg_color, 0.1);
}