[gtk/wip/baedert/for-master: 51/55] Adwaita: add statusbar padding back
- From: Timm Bäder <baedert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk/wip/baedert/for-master: 51/55] Adwaita: add statusbar padding back
- Date: Tue, 8 Oct 2019 07:47:13 +0000 (UTC)
commit aba82c9bdf14f5c4c992613be06d78ab8db5c0fb
Author: Timm Bäder <mail baedert org>
Date: Sun Oct 6 14:08:46 2019 +0200
Adwaita: add statusbar padding back
We removed the widget margins from the ui file over 2 years ago.
gtk/theme/Adwaita/_common.scss | 4 ++++
gtk/theme/Adwaita/gtk-contained-dark.css | 2 ++
gtk/theme/Adwaita/gtk-contained.css | 2 ++
3 files changed, 8 insertions(+)
---
diff --git a/gtk/theme/Adwaita/_common.scss b/gtk/theme/Adwaita/_common.scss
index bd8e4ebfe0..8701f5a007 100644
--- a/gtk/theme/Adwaita/_common.scss
+++ b/gtk/theme/Adwaita/_common.scss
@@ -4846,3 +4846,7 @@ popover.menu {
color: mix($selected_fg_color, gray, 50%);
}
}
+
+statusbar {
+ padding: 6px 10px 6px 10px;
+}
diff --git a/gtk/theme/Adwaita/gtk-contained-dark.css b/gtk/theme/Adwaita/gtk-contained-dark.css
index 0677a4738f..8a8a258023 100644
--- a/gtk/theme/Adwaita/gtk-contained-dark.css
+++ b/gtk/theme/Adwaita/gtk-contained-dark.css
@@ -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 */
diff --git a/gtk/theme/Adwaita/gtk-contained.css b/gtk/theme/Adwaita/gtk-contained.css
index 446bf81540..8c57d55723 100644
--- a/gtk/theme/Adwaita/gtk-contained.css
+++ b/gtk/theme/Adwaita/gtk-contained.css
@@ -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 */
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]