* Sidebar background color fix.

pull/330/head
Megax 2016-04-13 07:30:48 +02:00
parent f8b6082a4c
commit 644536ba24
1 changed files with 2 additions and 1 deletions
gtk-3.20/scss/widgets

View File

@ -5,8 +5,9 @@
@include exports("sidebar") {
.sidebar {
border-style: none;
background-color: mix($bg_color, $base_color, .5);
&, .view { // .view, nemo sidebar fix.
.view { // .view, nemo sidebar fix.
background-color: $bg_color;
color: mix($fg_color, $bg_color, .1);
}