From 98f2f7133179fae8a5036563d196e150f77d4982 Mon Sep 17 00:00:00 2001 From: leigh123linux Date: Aug 25 2015 09:38:00 +0000 Subject: fix GtkComboBox font color --- diff --git a/GtkComboBox_font_color.patch b/GtkComboBox_font_color.patch new file mode 100644 index 0000000..2021027 --- /dev/null +++ b/GtkComboBox_font_color.patch @@ -0,0 +1,13 @@ +--- a/Zukitwo/gtk-3.0/gtk-widgets.css 2015-08-24 13:48:33.000000000 +0100 ++++ b/Zukitwo/gtk-3.0/gtk-widgets.css 2015-08-25 10:27:23.348650239 +0100 +@@ -1985,10 +1985,6 @@ GtkComboBox.combobox-entry .button:activ + } + + GtkComboBox .button { +- color: @internal_element_color; +-} +- +-GtkComboBox .button:hover { + color: @theme_text_color; + } + diff --git a/zukitwo.spec b/zukitwo.spec index 55542a2..e639b0f 100644 --- a/zukitwo.spec +++ b/zukitwo.spec @@ -6,7 +6,7 @@ Name: zukitwo Version: 20141022 -Release: 10%{?dist} +Release: 11%{?dist} Summary: Themes for GTK+2, GTK+3, Metacity, GNOME Shell and Xfwm4 Group: User Interface/Desktops @@ -24,6 +24,7 @@ Patch4: readd_scrollbar_stepper.patch Patch5: zukitwo_index-theme-correction.patch Patch6: zukitwo_no-shadow-for-list-rows.patch Patch7: zukitwo_adjust-sidbar-in-dialog-open.patch +Patch8: GtkComboBox_font_color.patch BuildArch: noarch @@ -95,6 +96,7 @@ Themes for Xfwm4 as part of the %{theme_name} theme. %patch5 -p1 %patch6 -p1 %patch7 -p1 +%patch8 -p1 # Remove "Thumbs.db" files find . -name Thumbs.db -type f -exec rm -f '{}' \; @@ -144,6 +146,9 @@ cp -pr %{shell_name}/gnome-shell/* %{buildroot}%{_datadir}/themes/%{theme_name}/ %changelog +* Tue Aug 25 2015 Leigh Scott - 20141022-11 +- fix GtkComboBox font color + * Mon Aug 24 2015 Leigh Scott - 20141022-10 - add raveit65 theme fixes for gtk-3.18