Adwaita: add a top border to the filechooser bottom bar

This commit is contained in:
Lapo Calamandrei 2016-02-16 20:49:05 +01:00
parent 5de7a5fdea
commit f945fb6ec4
3 changed files with 6 additions and 0 deletions

View File

@ -3253,6 +3253,8 @@ filechooser {
}
#pathbarbox { border-bottom: 1px solid $bg_color; }
actionbar > revealer > box { border-top: 1px solid $borders_color; } // this is the bottom bar when present
}

View File

@ -3757,6 +3757,8 @@ filechooser .dialog-action-box {
border-top-color: #1f2222; }
filechooser #pathbarbox {
border-bottom: 1px solid #393f3f; }
filechooser actionbar > revealer > box {
border-top: 1px solid #1c1f1f; }
/***********
* Sidebar *

View File

@ -3796,6 +3796,8 @@ filechooser .dialog-action-box {
border-top-color: #a5a5a1; }
filechooser #pathbarbox {
border-bottom: 1px solid #e8e8e7; }
filechooser actionbar > revealer > box {
border-top: 1px solid #9d9d99; }
/***********
* Sidebar *