mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-28 22:41:43 +00:00
Adwaita: add a top border to actionbars
This commit is contained in:
parent
5923b73fc1
commit
8508ea1554
@ -2972,7 +2972,9 @@ frame border,
|
||||
|
||||
actionbar > revealer > box {
|
||||
padding: 6px;
|
||||
border-width: 1px 0 0;
|
||||
border-top: 1px solid $borders_color;
|
||||
|
||||
&:backdrop { border-color: $backdrop_borders_color; }
|
||||
}
|
||||
|
||||
placessidebar,
|
||||
@ -3245,8 +3247,6 @@ filechooser {
|
||||
}
|
||||
|
||||
#pathbarbox { border-bottom: 1px solid $bg_color; }
|
||||
|
||||
actionbar > revealer > box { border-top: 1px solid $borders_color; } // this is the bottom bar when present
|
||||
}
|
||||
|
||||
|
||||
|
@ -3320,7 +3320,9 @@ frame border,
|
||||
|
||||
actionbar > revealer > box {
|
||||
padding: 6px;
|
||||
border-width: 1px 0 0; }
|
||||
border-top: 1px solid #1c1f1f; }
|
||||
actionbar > revealer > box:backdrop {
|
||||
border-color: #1f2222; }
|
||||
|
||||
placessidebar viewport.frame,
|
||||
scrolledwindow viewport.frame {
|
||||
|
@ -3351,7 +3351,9 @@ frame border,
|
||||
|
||||
actionbar > revealer > box {
|
||||
padding: 6px;
|
||||
border-width: 1px 0 0; }
|
||||
border-top: 1px solid #9d9d99; }
|
||||
actionbar > revealer > box:backdrop {
|
||||
border-color: #a5a5a1; }
|
||||
|
||||
placessidebar viewport.frame,
|
||||
scrolledwindow viewport.frame {
|
||||
|
Loading…
Reference in New Issue
Block a user