From eb90c4f9ed2a786585a1f425f815a385bdab2faf Mon Sep 17 00:00:00 2001 From: Jakub Steiner Date: Fri, 12 Feb 2016 14:38:03 +0100 Subject: [PATCH] Adwaita: make popovers less 1995 - use regular bgcolor --- gtk/theme/Adwaita/_colors.scss | 4 ++-- gtk/theme/Adwaita/gtk-contained-dark.css | 4 ++-- gtk/theme/Adwaita/gtk-contained.css | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/gtk/theme/Adwaita/_colors.scss b/gtk/theme/Adwaita/_colors.scss index 4ac90fe691..fb8367d1d5 100644 --- a/gtk/theme/Adwaita/_colors.scss +++ b/gtk/theme/Adwaita/_colors.scss @@ -18,8 +18,8 @@ $top_hilight: $borders_edge; $dark_fill: mix($borders_color, $bg_color, 35%); $headerbar_color: if($variant == 'light', lighten($bg_color, 5%), darken($bg_color, 3%)); $menu_color: if($variant == 'light', $base_color, mix($bg_color, $base_color, 20%)); -$popover_bg_color: darken($bg_color, 5%); -$popover_hover_color: $bg_color; +$popover_bg_color: $bg_color; +$popover_hover_color: lighten($bg_color, 5%); $scrollbar_bg_color: darken($bg_color, 7%); diff --git a/gtk/theme/Adwaita/gtk-contained-dark.css b/gtk/theme/Adwaita/gtk-contained-dark.css index b7621e1837..8357667f69 100644 --- a/gtk/theme/Adwaita/gtk-contained-dark.css +++ b/gtk/theme/Adwaita/gtk-contained-dark.css @@ -1197,7 +1197,7 @@ modelbutton.flat, outline-offset: -2px; } modelbutton.flat:hover, .menuitem.button.flat:hover { - background-color: #393f3f; } + background-color: #454c4c; } modelbutton.flat check:last-child, modelbutton.flat radio:last-child, .menuitem.button.flat check:last-child, @@ -2120,7 +2120,7 @@ menuitem radio { popover.background { padding: 2px; border-radius: 5px; - background-color: #2d3232; + background-color: #393f3f; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3); } popover.background, .csd popover.background { border: 1px solid #1c1f1f; } diff --git a/gtk/theme/Adwaita/gtk-contained.css b/gtk/theme/Adwaita/gtk-contained.css index e0ec714873..555d1d2094 100644 --- a/gtk/theme/Adwaita/gtk-contained.css +++ b/gtk/theme/Adwaita/gtk-contained.css @@ -1197,7 +1197,7 @@ modelbutton.flat, outline-offset: -2px; } modelbutton.flat:hover, .menuitem.button.flat:hover { - background-color: #e8e8e7; } + background-color: #f4f4f4; } modelbutton.flat check:last-child, modelbutton.flat radio:last-child, .menuitem.button.flat check:last-child, @@ -2130,7 +2130,7 @@ menuitem radio { popover.background { padding: 2px; border-radius: 5px; - background-color: #dcdcda; + background-color: #e8e8e7; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3); } popover.background, .csd popover.background { border: 1px solid #9d9d99; }