diff --git a/gtk/resources/theme/Adwaita/_common.scss b/gtk/resources/theme/Adwaita/_common.scss index 267b9ce7cb..77406f6fec 100644 --- a/gtk/resources/theme/Adwaita/_common.scss +++ b/gtk/resources/theme/Adwaita/_common.scss @@ -1549,7 +1549,7 @@ column-header.button.dnd { // for treeview-like derive widgets padding: 2px; border: 1px solid $borders-color; border-radius: 5px; - background-color: $bg_color; + background-color: mix($bg_color, $base_color, 50%); box-shadow: 0 2px 3px transparentize(black, 0.5); &:backdrop { diff --git a/gtk/resources/theme/Adwaita/gtk-contained-dark.css b/gtk/resources/theme/Adwaita/gtk-contained-dark.css index beb41513d6..b75832967b 100644 --- a/gtk/resources/theme/Adwaita/gtk-contained-dark.css +++ b/gtk/resources/theme/Adwaita/gtk-contained-dark.css @@ -2289,7 +2289,7 @@ GtkCalendar.header column-header .button.titlebutton, column-header .button:hove padding: 2px; border: 1px solid #1c1f1f; border-radius: 5px; - background-color: #393f3f; + background-color: #313434; box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5); } .popover:backdrop { box-shadow: none; } diff --git a/gtk/resources/theme/Adwaita/gtk-contained.css b/gtk/resources/theme/Adwaita/gtk-contained.css index 49f336df75..fad6e3fa9d 100644 --- a/gtk/resources/theme/Adwaita/gtk-contained.css +++ b/gtk/resources/theme/Adwaita/gtk-contained.css @@ -2286,7 +2286,7 @@ GtkCalendar.header column-header .button.titlebutton, column-header .button:hove padding: 2px; border: 1px solid #a1a1a1; border-radius: 5px; - background-color: #ededed; + background-color: #f6f6f6; box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5); } .popover:backdrop { box-shadow: none; }