mirror of
https://github.com/vinceliuice/WhiteSur-gtk-theme.git
synced 2025-06-02 19:36:13 +00:00
Update
This commit is contained in:
parent
058ecb7c5c
commit
04d96d4738
@ -250,9 +250,25 @@ window.thunar {
|
||||
header.top tab.reorderable-page > box > label { min-height: 0; }
|
||||
}
|
||||
|
||||
> grid > paned > grid > notebook > .standard-view {
|
||||
> .view {
|
||||
border-radius: $bt_radius;
|
||||
.standard-view.frame {
|
||||
border: none;
|
||||
|
||||
widget.view {
|
||||
&:selected {
|
||||
background-color: rgba($fg_color, 0.12);
|
||||
color: $fg_color;
|
||||
border-radius: $bt_radius;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
paned paned paned > notebook.frame {
|
||||
border: none;
|
||||
border-radius: 0;
|
||||
|
||||
.standard-view.frame > widget.view {
|
||||
border-radius: 0;
|
||||
box-shadow: inset 0 0 0 3px lighten($selected_bg_color, 25%);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user