leigh123linux pushed to zukitwo (f22). "fix firefox tooltip"

notifications at fedoraproject.org notifications at fedoraproject.org
Thu Apr 2 06:46:54 UTC 2015


>From 4459ef0a2d82a1321ea02e315442c3820185a1c8 Mon Sep 17 00:00:00 2001
From: leigh123linux <leigh123linux at googlemail.com>
Date: Thu, 2 Apr 2015 07:45:54 +0100
Subject: fix firefox tooltip


diff --git a/firefox_tooltip.patch b/firefox_tooltip.patch
new file mode 100644
index 0000000..3b354ba
--- /dev/null
+++ b/firefox_tooltip.patch
@@ -0,0 +1,12 @@
+--- a/Zukitwo/gtk-3.0/gtk-widgets.css	2014-10-22 09:04:18.000000000 +0100
++++ b/Zukitwo/gtk-3.0/gtk-widgets.css	2015-04-01 13:52:00.725895000 +0100
+@@ -134,7 +134,8 @@ GtkTextView {
+ /************
+  * Tooltips *
+  ************/
+-.tooltip {
++.tooltip,
++.tooltip.background {
+ 	padding: 4px;
+ 	border-style: solid;
+ 	border-width: 1px;
diff --git a/zukitwo.spec b/zukitwo.spec
index f65550d..0d97885 100644
--- a/zukitwo.spec
+++ b/zukitwo.spec
@@ -6,7 +6,7 @@
 
 Name:           zukitwo
 Version:        20141022
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Themes for GTK+2, GTK+3, Metacity, GNOME Shell and Xfwm4
 Group:          User Interface/Desktops
 
@@ -17,6 +17,7 @@ Source0:        http://www.deviantart.com/download/%{deviantart_id}/%{name}_by_%
 # This patch removes two references to Unity-related stuff from 
 # Zukitwo/gtk-3.0/gtk.css
 Patch0:         %{name}-rm_unity.patch
+Patch1:         firefox_tooltip.patch
 
 BuildArch:      noarch      
 
@@ -81,6 +82,7 @@ Themes for Xfwm4 as part of the %{theme_name} theme.
 %prep
 %setup -q -c -n %{name}_by_%{author}-%{tag}
 %patch0 -p1
+%patch1 -p1
 
 # Remove "Thumbs.db" files
 find . -name Thumbs.db -type f -exec rm -f '{}' \;
@@ -132,6 +134,9 @@ cp -pr %{shell_name}/gnome-shell/* %{buildroot}%{_datadir}/themes/%{theme_name}/
 
 
 %changelog
+* Thu Apr 02 2015 Leigh Scott <leigh123linux at googlemail.com> - 20141022-2
+- fix firefox tooltip
+
 * Wed Jan 21 2015 Leigh Scott <leigh123linux at googlemail.com> - 20141022-1
 - Update to latest upstream version
 
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/zukitwo.git/commit/?h=f22&id=4459ef0a2d82a1321ea02e315442c3820185a1c8


More information about the scm-commits mailing list