Adwaita: add a top border to the filechooser bottom bar
This commit is contained in:
parent
5de7a5fdea
commit
f945fb6ec4
@ -3253,6 +3253,8 @@ filechooser {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#pathbarbox { border-bottom: 1px solid $bg_color; }
|
#pathbarbox { border-bottom: 1px solid $bg_color; }
|
||||||
|
|
||||||
|
actionbar > revealer > box { border-top: 1px solid $borders_color; } // this is the bottom bar when present
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@ -3757,6 +3757,8 @@ filechooser .dialog-action-box {
|
|||||||
border-top-color: #1f2222; }
|
border-top-color: #1f2222; }
|
||||||
filechooser #pathbarbox {
|
filechooser #pathbarbox {
|
||||||
border-bottom: 1px solid #393f3f; }
|
border-bottom: 1px solid #393f3f; }
|
||||||
|
filechooser actionbar > revealer > box {
|
||||||
|
border-top: 1px solid #1c1f1f; }
|
||||||
|
|
||||||
/***********
|
/***********
|
||||||
* Sidebar *
|
* Sidebar *
|
||||||
|
@ -3796,6 +3796,8 @@ filechooser .dialog-action-box {
|
|||||||
border-top-color: #a5a5a1; }
|
border-top-color: #a5a5a1; }
|
||||||
filechooser #pathbarbox {
|
filechooser #pathbarbox {
|
||||||
border-bottom: 1px solid #e8e8e7; }
|
border-bottom: 1px solid #e8e8e7; }
|
||||||
|
filechooser actionbar > revealer > box {
|
||||||
|
border-top: 1px solid #9d9d99; }
|
||||||
|
|
||||||
/***********
|
/***********
|
||||||
* Sidebar *
|
* Sidebar *
|
||||||
|
Loading…
Reference in New Issue
Block a user