diff --git a/gtk/resources/theme/Adwaita/_common.scss b/gtk/resources/theme/Adwaita/_common.scss index 89fa4acacd..2977627cca 100644 --- a/gtk/resources/theme/Adwaita/_common.scss +++ b/gtk/resources/theme/Adwaita/_common.scss @@ -988,6 +988,7 @@ column-header.button.dnd { // for treeview-like derive widgets } %column_header_button { + padding: 3px 6px; border-width: 0 1px 1px 0; border-radius: 0; background-image: none; diff --git a/gtk/resources/theme/Adwaita/gtk-contained-dark.css b/gtk/resources/theme/Adwaita/gtk-contained-dark.css index 9270d36d32..0eb35d44b3 100644 --- a/gtk/resources/theme/Adwaita/gtk-contained-dark.css +++ b/gtk/resources/theme/Adwaita/gtk-contained-dark.css @@ -1119,6 +1119,7 @@ column-header.button.dnd, column-header .button.dnd, column-header.button.dnd:ac box-shadow: inset 1px 1px 0 1px #215d9c, inset -1px 0 0 1px #215d9c, inset 1px 1px #292929, inset -1px 0 #292929; } column-header .button, column-header .button:hover, column-header .button:active { + padding: 3px 6px; border-width: 0 1px 1px 0; border-radius: 0; background-image: none; diff --git a/gtk/resources/theme/Adwaita/gtk-contained.css b/gtk/resources/theme/Adwaita/gtk-contained.css index adf73e2bec..94f7a6fcd2 100644 --- a/gtk/resources/theme/Adwaita/gtk-contained.css +++ b/gtk/resources/theme/Adwaita/gtk-contained.css @@ -1111,6 +1111,7 @@ column-header.button.dnd, column-header .button.dnd, column-header.button.dnd:ac box-shadow: inset 1px 1px 0 1px #4a90d9, inset -1px 0 0 1px #4a90d9, inset 1px 1px white, inset -1px 0 white; } column-header .button, column-header .button:hover, column-header .button:active { + padding: 3px 6px; border-width: 0 1px 1px 0; border-radius: 0; background-image: none;