Adwaita: sidebar background-color

it was covered by the contained list background, which is now
transparent.
This commit is contained in:
Lapo Calamandrei 2016-02-15 13:52:41 +01:00
parent 0b1aeceb6e
commit 88c68f2eef
3 changed files with 6 additions and 0 deletions

View File

@ -3224,6 +3224,8 @@ filechooser {
:selected { // FIXME: what this is supposed to select
@extend %selected_items;
}
list { background-color: transparent; }
}
stacksidebar {

View File

@ -3993,6 +3993,8 @@ filechooser .dialog-action-box {
background-color: #313434; }
.sidebar:backdrop {
background-color: #333636; }
.sidebar list {
background-color: transparent; }
stacksidebar row {
padding: 10px 4px; }

View File

@ -4134,6 +4134,8 @@ filechooser .dialog-action-box {
background-color: #f4f4f3; }
.sidebar:backdrop {
background-color: #f4f4f3; }
.sidebar list {
background-color: transparent; }
stacksidebar row {
padding: 10px 4px; }