summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorAndrew Shadura <andrew@shadura.me>2014-03-09 22:44:23 +0100
committerAndrew Shadura <andrew@shadura.me>2014-03-09 22:44:23 +0100
commit177bd0c5835f920c77153225165e151a1433219d (patch)
tree3adc53db4311a346c85c2ced1b75dc2854a8c4d9 /debian
parent9cc7a46cc8fb35933fda9a221c95ff24340db28e (diff)
Fix menubar colors with GTK+ 3.10.
--HG-- branch : debian
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog6
-rw-r--r--debian/patches/01-fix-for-gtk-3.8.patch12
2 files changed, 16 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index bbe8262..1d0fd27 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+clearlooks-phenix-theme (3.0.16-2) unstable; urgency=low
+
+ * Fix menubar colors with GTK+ 3.10.
+
+ -- Andrew Shadura <andrewsh@debian.org> Tue, 04 Feb 2014 20:03:37 +0100
+
clearlooks-phenix-theme (3.0.16-1) unstable; urgency=low
* Update to the latest upstream version (with no actual changes).
diff --git a/debian/patches/01-fix-for-gtk-3.8.patch b/debian/patches/01-fix-for-gtk-3.8.patch
index 27ddc9e..aae3328 100644
--- a/debian/patches/01-fix-for-gtk-3.8.patch
+++ b/debian/patches/01-fix-for-gtk-3.8.patch
@@ -47,7 +47,15 @@ Subject: Some obvious fixes for GTK+ 3.8.
}
.menubar .menuitem:hover {
-@@ -1130,6 +1131,7 @@
+@@ -1114,6 +1115,7 @@
+ border-width: 1px 1px 0px;
+ border-color: @menubar_menuitem_hover_border_color;
+ border-radius: 3px 3px 0 0;
++ color: @menubar_menuitem_hover_color;
+ background-image: -gtk-gradient (linear,
+ left top,
+ left bottom,
+@@ -1130,6 +1132,7 @@
.menu .menuitem {
-GtkMenuItem-arrow-scaling: 0.5;
@@ -55,7 +63,7 @@ Subject: Some obvious fixes for GTK+ 3.8.
padding: 4px;
}
-@@ -1184,6 +1186,7 @@
+@@ -1184,6 +1187,7 @@
.menuitem.separator {
color: @menu_separator_color;