[gtk+] Adwaita: Add back a margin of 4px to .menu
- From: Volker Sobek <vsobek src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] Adwaita: Add back a margin of 4px to .menu
- Date: Wed, 16 Jul 2014 15:23:48 +0000 (UTC)
commit 4af59dbd98372d1b6634831804838780344b1c76
Author: Volker Sobek <reklov live com>
Date: Wed Jul 16 13:25:22 2014 +0200
Adwaita: Add back a margin of 4px to .menu
This had originally been added to Adwaita in the gnome-themes-standard
commit 7bf01517bc2 but was lost during 3.13 theme changes, causing bug
591258 to reappear.
gtk/resources/theme/Adwaita/_common.scss | 1 +
gtk/resources/theme/Adwaita/gtk-contained-dark.css | 1 +
gtk/resources/theme/Adwaita/gtk-contained.css | 1 +
3 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/gtk/resources/theme/Adwaita/_common.scss b/gtk/resources/theme/Adwaita/_common.scss
index 64801dd..d053428 100644
--- a/gtk/resources/theme/Adwaita/_common.scss
+++ b/gtk/resources/theme/Adwaita/_common.scss
@@ -974,6 +974,7 @@ GtkTreeView.view.progressbar { //Progressbar in treeview cells
}
.menu {
+ margin: 4px;
padding: 0px;
background-color: $base_color;
//border: 1px solid $borders_color;
diff --git a/gtk/resources/theme/Adwaita/gtk-contained-dark.css
b/gtk/resources/theme/Adwaita/gtk-contained-dark.css
index 7ddd9ce..ae98f1b 100644
--- a/gtk/resources/theme/Adwaita/gtk-contained-dark.css
+++ b/gtk/resources/theme/Adwaita/gtk-contained-dark.css
@@ -1122,6 +1122,7 @@ GtkTreeView.view.progressbar {
box-shadow: none; }
.menu {
+ margin: 4px;
padding: 0px;
background-color: #292929; }
.menu .menuitem {
diff --git a/gtk/resources/theme/Adwaita/gtk-contained.css b/gtk/resources/theme/Adwaita/gtk-contained.css
index 2b4503b..03645ae 100644
--- a/gtk/resources/theme/Adwaita/gtk-contained.css
+++ b/gtk/resources/theme/Adwaita/gtk-contained.css
@@ -1115,6 +1115,7 @@ GtkTreeView.view.progressbar {
box-shadow: none; }
.menu {
+ margin: 4px;
padding: 0px;
background-color: white; }
.menu .menuitem {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]