From 4bb63a590c61eccab0e0e478b7b0aed34b9fd1b4 Mon Sep 17 00:00:00 2001
From: Simon Steinbeiss <simon.steinbeiss@elfenbeinturm.at>
Date: Wed, 26 Mar 2014 13:49:40 +0100
Subject: [PATCH 1/2] Fix spinner in indicator-sound (LP #1231796)

---
 gtk-3.0/gtk-widgets.css | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/gtk-3.0/gtk-widgets.css b/gtk-3.0/gtk-widgets.css
index 4fd80dc..8c7e9f0 100644
--- a/gtk-3.0/gtk-widgets.css
+++ b/gtk-3.0/gtk-widgets.css
@@ -1869,8 +1869,12 @@ GtkComboBox .separator {
 }
 
 .menu.spinner,
+.menu .spinner,
+.menu .spinner:hover,
 .primary-toolbar .spinner {
     color: @theme_selected_bg_color;
+    border: none;
+    box-shadow: none;
 }
 
 /*************

From 1ab0ffd44d0fc1f2fe302eab31402d18c260459e Mon Sep 17 00:00:00 2001
From: Simon Steinbeiss <simon.steinbeiss@elfenbeinturm.at>
Date: Mon, 31 Mar 2014 20:47:50 +0200
Subject: [PATCH 2/2] Use 16px appicons in xfwm4's decorations (Issue #115)

---
 xfwm4/menu-active.xpm   | 10 +---------
 xfwm4/menu-inactive.xpm | 10 +---------
 2 files changed, 2 insertions(+), 18 deletions(-)

diff --git a/xfwm4/menu-active.xpm b/xfwm4/menu-active.xpm
index f108f21..3ec59e2 100644
--- a/xfwm4/menu-active.xpm
+++ b/xfwm4/menu-active.xpm
@@ -1,6 +1,6 @@
 /* XPM */
 static char * menu_active_xpm[] = {
-"24 24 2 1",
+"24 16 2 1",
 " 	c None",
 ".	c #2D2D2D",
 "........................",
@@ -18,12 +18,4 @@ static char * menu_active_xpm[] = {
 "........................",
 "........................",
 "........................",
-"........................",
-"........................",
-"........................",
-"........................",
-"........................",
-"........................",
-"........................",
-"........................",
 "........................"};
diff --git a/xfwm4/menu-inactive.xpm b/xfwm4/menu-inactive.xpm
index d3149ac..bd7c7e4 100644
--- a/xfwm4/menu-inactive.xpm
+++ b/xfwm4/menu-inactive.xpm
@@ -1,6 +1,6 @@
 /* XPM */
 static char * menu_inactive_xpm[] = {
-"24 24 2 1",
+"24 16 2 1",
 " 	c None",
 ".	c #2D2D2D",
 "........................",
@@ -18,12 +18,4 @@ static char * menu_inactive_xpm[] = {
 "........................",
 "........................",
 "........................",
-"........................",
-"........................",
-"........................",
-"........................",
-"........................",
-"........................",
-"........................",
-"........................",
 "........................"};