[gtk/wip/exalm/window: 1/3] theme: Fix .solid-csd style
- From: Alexander Mikhaylenko <alexm src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk/wip/exalm/window: 1/3] theme: Fix .solid-csd style
- Date: Thu, 21 May 2020 14:00:43 +0000 (UTC)
commit 016de388af365b2b8a4871ca0b782e4e7e29074f
Author: Alexander Mikhaylenko <alexm gnome org>
Date: Thu May 21 18:03:23 2020 +0500
theme: Fix .solid-csd style
Make it match the GTK3 one.
gtk/theme/Adwaita/_common.scss | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/gtk/theme/Adwaita/_common.scss b/gtk/theme/Adwaita/_common.scss
index 93a23d27c5..01fa6d5d68 100644
--- a/gtk/theme/Adwaita/_common.scss
+++ b/gtk/theme/Adwaita/_common.scss
@@ -4049,11 +4049,11 @@ window {
&.solid-csd {
margin: 0;
padding: 0;
- border: solid 14px $borders_color;
+ border: solid 1px $borders_color;
border-radius: 0;
- box-shadow: inset 0 0 0 3px $headerbar_color, inset 0 1px $top_hilight;
+ box-shadow: 0 0 0 5px $borders_color, 0 0 0 4px $headerbar_color, inset 0 1px $top_hilight;
- &:backdrop { box-shadow: inset 0 0 0 3px $backdrop_bg_color, inset 0 1px $top_hilight; }
+ &:backdrop { box-shadow: 0 0 0 5px $borders_color, 0 0 0 4px $backdrop_bg_color, inset 0 1px
$top_hilight; }
}
// FIXME rationalize shadows
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]