mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-17 23:24:51 +00:00
theme: make overview thumbnails rounder
- match gtk Adwaita Fixes https://gitlab.gnome.org/GNOME/gnome-shell/issues/1449
This commit is contained in:
parent
49e56776e8
commit
08464eadff
1 changed files with 2 additions and 2 deletions
|
|
@ -1342,8 +1342,8 @@ StScrollBar {
|
|||
|
||||
.window-clone-border {
|
||||
$_bg: transparentize(white, 0.65);
|
||||
border: 5px solid $_bg;
|
||||
border-radius: 6px;
|
||||
border: 7px solid $_bg;
|
||||
border-radius: $modal_radius;
|
||||
// For window decorations with round corners we can't match
|
||||
// the exact shape when the window is scaled. So apply a shadow
|
||||
// to fix that case
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue