* Change list background and font color.

pull/325/head
Megax 2016-04-12 08:43:35 +02:00
parent 9c9bf64389
commit 6ef0532b7d
1 changed files with 8 additions and 2 deletions
gtk-3.20/scss/widgets

View File

@ -4,8 +4,14 @@
@include exports("grid") {
list {
background-color: shade($bg_color, .97);
color: $fg_color;
color: $text_color;
background-color: $base_color;
border-color: $borders_color;
&:backdrop {
background-color: $backdrop_base_color;
border-color: $backdrop_borders_color;
}
row {
&, &.button {