mirror of
https://github.com/vinceliuice/WhiteSur-gtk-theme.git
synced 2026-05-05 22:45:20 +00:00
update
This commit is contained in:
@@ -2372,6 +2372,8 @@ headerbar {
|
||||
|
||||
> windowhandle > box {
|
||||
padding: 0 $container_padding / 2;
|
||||
margin-top: 0;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.tiled &,
|
||||
|
||||
@@ -264,7 +264,7 @@ window.background.chromium {
|
||||
//
|
||||
// Libre-Office
|
||||
//
|
||||
window.background:not(.solid-csd):not(.csd) {
|
||||
window.background:not(.solid-csd) {
|
||||
// reserved area at the most-right side of GtkMenuBar
|
||||
> grid.horizontal > grid.horizontal {
|
||||
background-color: $header_bg;
|
||||
@@ -296,13 +296,13 @@ window.background:not(.solid-csd):not(.csd) {
|
||||
|
||||
> grid.horizontal > widget > widget {
|
||||
viewport.frame > box > box > box > grid toolbar {
|
||||
background: none;
|
||||
background-color: transparent;
|
||||
border: none;
|
||||
padding: 3px;
|
||||
}
|
||||
|
||||
> scrolledwindow > viewport.frame {
|
||||
background: $base_color;
|
||||
background-color: $base_color;
|
||||
|
||||
> grid > box.vertical {
|
||||
> toolbar {
|
||||
@@ -313,7 +313,7 @@ window.background:not(.solid-csd):not(.csd) {
|
||||
}
|
||||
|
||||
> grid > box.horizontal > #combobox.linked,
|
||||
> grid > box.horizontal > grid.horizontal > box.horizontal { background: $base_color; }
|
||||
> grid > box.horizontal > grid.horizontal > box.horizontal { background-color: $base_color; }
|
||||
}
|
||||
|
||||
toolbar.small-button {
|
||||
@@ -403,6 +403,10 @@ toolbar.toolbar {
|
||||
background-color: if($variant == 'light', mix(black, $bg_color, 5%), mix(white, $bg_color, 5%));
|
||||
border-color: transparent;
|
||||
}
|
||||
|
||||
&:disabled {
|
||||
color: $disabled_fg_color;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user