From 3dcdc3cb629936821c39d52f5fff227aeeb014c2 Mon Sep 17 00:00:00 2001 From: Debarshi Ray Date: May 16 2014 09:26:12 +0000 Subject: Provide a background-color for menubars --- diff --git a/0001-gtk3-Provide-a-background-color-for-menubars.patch b/0001-gtk3-Provide-a-background-color-for-menubars.patch new file mode 100644 index 0000000..af2d645 --- /dev/null +++ b/0001-gtk3-Provide-a-background-color-for-menubars.patch @@ -0,0 +1,25 @@ +From af94e2978566983c6d1c37b08fcf623961984b7e Mon Sep 17 00:00:00 2001 +From: Debarshi Ray +Date: Thu, 15 May 2014 18:29:18 +0200 +Subject: [PATCH] gtk3: Provide a background-color for menubars + +https://bugzilla.gnome.org/show_bug.cgi?id=730016 +--- + themes/Adwaita/gtk-3.0/gtk-widgets.css | 1 + + 1 file changed, 1 insertion(+) + +diff --git a/themes/Adwaita/gtk-3.0/gtk-widgets.css b/themes/Adwaita/gtk-3.0/gtk-widgets.css +index fedae10..2a0d117 100644 +--- a/themes/Adwaita/gtk-3.0/gtk-widgets.css ++++ b/themes/Adwaita/gtk-3.0/gtk-widgets.css +@@ -2325,6 +2325,7 @@ GtkTreeMenu .menuitem, + /* this controls the general appearance of the menubar */ + .menubar { + border-style: none; ++ background-color: @theme_bg_color; + + -GtkWidget-window-dragging: true; + } +-- +1.9.0 + diff --git a/gnome-themes-standard.spec b/gnome-themes-standard.spec index 37ac3d0..517b9f9 100644 --- a/gnome-themes-standard.spec +++ b/gnome-themes-standard.spec @@ -3,7 +3,7 @@ Name: gnome-themes-standard Version: 3.10.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Standard themes for GNOME applications Group: User Interface/Desktops @@ -13,6 +13,8 @@ Source0: http://download.gnome.org/sources/%{name}/3.10/%{name}-%{version}.tar.x Source1: settings.ini Source2: gtkrc +Patch0: 0001-gtk3-Provide-a-background-color-for-menubars.patch + Obsoletes: fedora-gnome-theme <= 15.0-1.fc15 Provides: fedora-gnome-theme = 1:%{version}-%{release} @@ -65,6 +67,7 @@ with a GNOME look and feel. %prep %setup -q +%patch0 -p1 %build %configure @@ -133,6 +136,9 @@ done %changelog +* Fri May 16 2014 Debarshi Ray - 3.10.0-2 +- Provide a background-color for menubars + * Wed Sep 25 2013 Kalev Lember - 3.10.0-1 - Update to 3.10.0