mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-17 06:10:15 +00:00
Adwaita: brighter dark variant header-bar bottom shade
This commit is contained in:
parent
113e1d1dc0
commit
c160340e6c
@ -490,8 +490,11 @@
|
||||
// $tc: top color
|
||||
// $hc: top highlight color
|
||||
//
|
||||
$_bottom_shade_color: if($variant == 'light', mix(_border_color($c), $c, 30%),
|
||||
mix(_border_color($c), $c, 20%));
|
||||
|
||||
background-image: headerbar_gradient($c, $tc);
|
||||
box-shadow: inset 0 -1px mix(_border_color($c), $c, 30%), // bottom shade
|
||||
box-shadow: inset 0 -1px $_bottom_shade_color, // bottom shade
|
||||
inset 0 1px $hc; // top highlight
|
||||
|
||||
}
|
||||
|
@ -1612,7 +1612,7 @@ GtkComboBox {
|
||||
border-radius: 7px 7px 0 0;
|
||||
background-color: transparent;
|
||||
background-image: linear-gradient(to bottom, #434a4a, #393f3f);
|
||||
box-shadow: inset 0 -1px #272c2c, inset 0 1px rgba(238, 238, 236, 0.1); }
|
||||
box-shadow: inset 0 -1px #2d3232, inset 0 1px rgba(238, 238, 236, 0.1); }
|
||||
.titlebar:backdrop,
|
||||
.header-bar:backdrop {
|
||||
border-color: #1e2222;
|
||||
|
Loading…
Reference in New Issue
Block a user