mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-16 21:50:34 +00:00
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; }
|
||||
|
||||
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; }
|
||||
filechooser #pathbarbox {
|
||||
border-bottom: 1px solid #393f3f; }
|
||||
filechooser actionbar > revealer > box {
|
||||
border-top: 1px solid #1c1f1f; }
|
||||
|
||||
/***********
|
||||
* Sidebar *
|
||||
|
@ -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 *
|
||||
|
Loading…
Reference in New Issue
Block a user