summaryrefslogtreecommitdiff
path: root/themes/Adwaita/gtk-3.0/_common.scss
diff options
context:
space:
mode:
Diffstat (limited to 'themes/Adwaita/gtk-3.0/_common.scss')
-rw-r--r--themes/Adwaita/gtk-3.0/_common.scss5
1 files changed, 5 insertions, 0 deletions
diff --git a/themes/Adwaita/gtk-3.0/_common.scss b/themes/Adwaita/gtk-3.0/_common.scss
index 2b1541fa..3cd6fc84 100644
--- a/themes/Adwaita/gtk-3.0/_common.scss
+++ b/themes/Adwaita/gtk-3.0/_common.scss
@@ -35,6 +35,11 @@
-GtkDialog-button-spacing: 0;
-GtkDialog-action-area-border: 0;
+
+ // Those two are to fix buttons shrinking issue, remove them if things
+ // gets properly fixed in the code
+ -GtkButton-default-outside-border: 1;
+ -GtkButton-default-border: 1;
// We use the outline properties to signal the focus properties
// to the adwaita engine: using real CSS properties is faster,