Adwaita: add statusbar padding back
authorTimm Bäder <mail@baedert.org>
Sun, 6 Oct 2019 12:08:46 +0000 (14:08 +0200)
committerTimm Bäder <mail@baedert.org>
Wed, 9 Oct 2019 14:57:22 +0000 (16:57 +0200)
We removed the widget margins from the ui file over 2 years ago.

gtk/theme/Adwaita/_common.scss
gtk/theme/Adwaita/gtk-contained-dark.css
gtk/theme/Adwaita/gtk-contained.css

index bd8e4ebfe0855f63a80f2f502a60f3f7e40d033c..8701f5a007a323924956f77c0a0fcaa2e6511ef4 100644 (file)
@@ -4846,3 +4846,7 @@ popover.menu {
     color: mix($selected_fg_color, gray, 50%);
   }
 }
+
+statusbar {
+  padding: 6px 10px 6px 10px;
+}
index 0677a4738f7df5d6bae6db2a9da3b04c06fa76ed..8a8a2580238ea17c77de303504c34c49e582d014 100644 (file)
@@ -2099,6 +2099,8 @@ popover.menu modelbutton:selected { color: #ffffff; background-color: #15539e; }
 
 popover.menu modelbutton:selected accelerator { color: silver; }
 
+statusbar { padding: 6px 10px 6px 10px; }
+
 /* GTK NAMED COLORS ---------------- use responsibly! */
 /*
 widget text/foreground color */
index 446bf815405fcda23337315e3bfaa4ebb4f15dae..8c57d557236231b56977cda8883deec2a532dc02 100644 (file)
@@ -2115,6 +2115,8 @@ popover.menu modelbutton:selected { color: #ffffff; background-color: #3584e4; }
 
 popover.menu modelbutton:selected accelerator { color: silver; }
 
+statusbar { padding: 6px 10px 6px 10px; }
+
 /* GTK NAMED COLORS ---------------- use responsibly! */
 /*
 widget text/foreground color */