diff --git a/release/Orchis-green.tar.xz b/release/Orchis-green.tar.xz index bec9c0e..089ecba 100644 Binary files a/release/Orchis-green.tar.xz and b/release/Orchis-green.tar.xz differ diff --git a/release/Orchis-grey.tar.xz b/release/Orchis-grey.tar.xz index 6640fc4..187a302 100644 Binary files a/release/Orchis-grey.tar.xz and b/release/Orchis-grey.tar.xz differ diff --git a/release/Orchis-orange.tar.xz b/release/Orchis-orange.tar.xz index 53246ee..d96c8c9 100644 Binary files a/release/Orchis-orange.tar.xz and b/release/Orchis-orange.tar.xz differ diff --git a/release/Orchis-pink.tar.xz b/release/Orchis-pink.tar.xz index bea62ab..9aa7219 100644 Binary files a/release/Orchis-pink.tar.xz and b/release/Orchis-pink.tar.xz differ diff --git a/release/Orchis-purple.tar.xz b/release/Orchis-purple.tar.xz index 54c4c1c..95c0109 100644 Binary files a/release/Orchis-purple.tar.xz and b/release/Orchis-purple.tar.xz differ diff --git a/release/Orchis-red.tar.xz b/release/Orchis-red.tar.xz index 22cb698..3292908 100644 Binary files a/release/Orchis-red.tar.xz and b/release/Orchis-red.tar.xz differ diff --git a/release/Orchis-yellow.tar.xz b/release/Orchis-yellow.tar.xz index c5af468..660dd8e 100644 Binary files a/release/Orchis-yellow.tar.xz and b/release/Orchis-yellow.tar.xz differ diff --git a/release/Orchis.tar.xz b/release/Orchis.tar.xz index 1b5a00b..9d977d9 100644 Binary files a/release/Orchis.tar.xz and b/release/Orchis.tar.xz differ diff --git a/src/gnome-shell/sass/widgets/_ibus-popup.scss b/src/gnome-shell/sass/widgets/_ibus-popup.scss index 6586d66..5f4e7da 100644 --- a/src/gnome-shell/sass/widgets/_ibus-popup.scss +++ b/src/gnome-shell/sass/widgets/_ibus-popup.scss @@ -7,8 +7,8 @@ .candidate-popup-content { background-color: $menu_bg_color; border-radius: $buttons_radius; - box-shadow: $shadow_3; - margin: ($container_padding / 2) 8px; + box-shadow: 0 3px 8px rgba(black, 0.2); + margin: ($container_padding / 2) 12px 12px; padding: $container_padding; spacing: $container_padding; } diff --git a/src/gnome-shell/shell-40-0/gnome-shell-compact.css b/src/gnome-shell/shell-40-0/gnome-shell-compact.css index a9a1f50..4d6a5f9 100644 --- a/src/gnome-shell/shell-40-0/gnome-shell-compact.css +++ b/src/gnome-shell/shell-40-0/gnome-shell-compact.css @@ -1100,8 +1100,8 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { .candidate-popup-content { background-color: rgba(255, 255, 255, 0.95); border-radius: 12px; - box-shadow: 0 10px 10px rgba(0, 0, 0, 0.285), 0 6px 3px rgba(0, 0, 0, 0.345); - margin: 2px 8px; + box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2); + margin: 2px 12px 12px; padding: 4px; spacing: 4px; } diff --git a/src/gnome-shell/shell-40-0/gnome-shell-dark-compact.css b/src/gnome-shell/shell-40-0/gnome-shell-dark-compact.css index 7f74608..8438c1b 100644 --- a/src/gnome-shell/shell-40-0/gnome-shell-dark-compact.css +++ b/src/gnome-shell/shell-40-0/gnome-shell-dark-compact.css @@ -1100,8 +1100,8 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { .candidate-popup-content { background-color: rgba(32, 32, 32, 0.95); border-radius: 12px; - box-shadow: 0 10px 10px rgba(0, 0, 0, 0.285), 0 6px 3px rgba(0, 0, 0, 0.345); - margin: 2px 8px; + box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2); + margin: 2px 12px 12px; padding: 4px; spacing: 4px; } diff --git a/src/gnome-shell/shell-40-0/gnome-shell-dark.css b/src/gnome-shell/shell-40-0/gnome-shell-dark.css index 2c68de9..a59e7a1 100644 --- a/src/gnome-shell/shell-40-0/gnome-shell-dark.css +++ b/src/gnome-shell/shell-40-0/gnome-shell-dark.css @@ -1100,8 +1100,8 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { .candidate-popup-content { background-color: rgba(32, 32, 32, 0.95); border-radius: 12px; - box-shadow: 0 10px 10px rgba(0, 0, 0, 0.285), 0 6px 3px rgba(0, 0, 0, 0.345); - margin: 3px 8px; + box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2); + margin: 3px 12px 12px; padding: 6px; spacing: 6px; } diff --git a/src/gnome-shell/shell-40-0/gnome-shell.css b/src/gnome-shell/shell-40-0/gnome-shell.css index 67da8a9..abd980f 100644 --- a/src/gnome-shell/shell-40-0/gnome-shell.css +++ b/src/gnome-shell/shell-40-0/gnome-shell.css @@ -1100,8 +1100,8 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { .candidate-popup-content { background-color: rgba(255, 255, 255, 0.95); border-radius: 12px; - box-shadow: 0 10px 10px rgba(0, 0, 0, 0.285), 0 6px 3px rgba(0, 0, 0, 0.345); - margin: 3px 8px; + box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2); + margin: 3px 12px 12px; padding: 6px; spacing: 6px; }