mirror of
https://github.com/vinceliuice/WhiteSur-gtk-theme.git
synced 2025-06-06 07:23:02 +00:00
update
This commit is contained in:
parent
1f60c8eb3e
commit
7250790b8b
@ -302,6 +302,8 @@ window.background:not(.solid-csd):not(.csd) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
> scrolledwindow > viewport.frame {
|
> scrolledwindow > viewport.frame {
|
||||||
|
background: $base_color;
|
||||||
|
|
||||||
> grid > box.vertical {
|
> grid > box.vertical {
|
||||||
> toolbar {
|
> toolbar {
|
||||||
background: none;
|
background: none;
|
||||||
@ -309,6 +311,9 @@ window.background:not(.solid-csd):not(.csd) {
|
|||||||
padding: 6px;
|
padding: 6px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
> grid > box.horizontal > #combobox.linked,
|
||||||
|
> grid > box.horizontal > grid.horizontal > box.horizontal { background: $base_color; }
|
||||||
}
|
}
|
||||||
|
|
||||||
toolbar.small-button {
|
toolbar.small-button {
|
||||||
@ -319,18 +324,16 @@ window.background:not(.solid-csd):not(.csd) {
|
|||||||
// for 'Notebookbar' toolbar
|
// for 'Notebookbar' toolbar
|
||||||
> notebook {
|
> notebook {
|
||||||
border: none; // unset borders
|
border: none; // unset borders
|
||||||
background: none;
|
background-color: transparent;
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
|
||||||
> stack {
|
> stack {
|
||||||
border: 1px solid $dark_sidebar_border;
|
border: 1px solid $borders_color;
|
||||||
border-left: none;
|
background-color: $base_color;
|
||||||
border-right: none;
|
|
||||||
background-color: transparent;
|
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
border-radius: 0;
|
border-radius: $bt_radius;
|
||||||
}
|
}
|
||||||
|
|
||||||
> header {
|
> header {
|
||||||
@ -339,7 +342,7 @@ window.background:not(.solid-csd):not(.csd) {
|
|||||||
padding: 0;
|
padding: 0;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
border: none;
|
border: none;
|
||||||
background: none;
|
background-color: transparent;
|
||||||
|
|
||||||
> tabs > tab {
|
> tabs > tab {
|
||||||
margin: 3px 1px;
|
margin: 3px 1px;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user