summaryrefslogtreecommitdiff
path: root/desktop-themes
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2015-09-14 13:41:31 +0200
committerraveit65 <[email protected]>2015-09-14 13:41:31 +0200
commit822773d781f9eb1649c59a48e69034d88c899f89 (patch)
tree839347b601f1613240020b9bfab5d65a332e4558 /desktop-themes
parent79794aabeef80f2f4394a9918646974e9fa2d6c4 (diff)
downloadmate-themes-822773d781f9eb1649c59a48e69034d88c899f89.tar.bz2
mate-themes-822773d781f9eb1649c59a48e69034d88c899f89.tar.xz
GTK3 all themes: improve size of broken volume button in rhythmbox
Diffstat (limited to 'desktop-themes')
-rw-r--r--desktop-themes/BlackMATE/gtk-3.0/gnome-applications.css11
-rw-r--r--desktop-themes/BlueMenta/gtk-3.0/gnome-applications.css10
-rw-r--r--desktop-themes/ContrastHigh/gtk-3.0/Makefile.am1
-rw-r--r--desktop-themes/ContrastHigh/gtk-3.0/gtk.css1
-rw-r--r--desktop-themes/ContrastHigh/gtk-3.0/other-applications.css10
-rw-r--r--desktop-themes/ContrastHighInverse/gtk-3.0/Makefile.am1
-rw-r--r--desktop-themes/ContrastHighInverse/gtk-3.0/gtk.css1
-rw-r--r--desktop-themes/ContrastHighInverse/gtk-3.0/other-applications.css10
-rw-r--r--desktop-themes/GreenLaguna/gtk-3.0/gnome-applications.css11
-rw-r--r--desktop-themes/Menta/gtk-3.0/gnome-applications.css10
10 files changed, 65 insertions, 1 deletions
diff --git a/desktop-themes/BlackMATE/gtk-3.0/gnome-applications.css b/desktop-themes/BlackMATE/gtk-3.0/gnome-applications.css
index 66c94a37..0ddbb296 100644
--- a/desktop-themes/BlackMATE/gtk-3.0/gnome-applications.css
+++ b/desktop-themes/BlackMATE/gtk-3.0/gnome-applications.css
@@ -422,3 +422,14 @@ NautilusQueryEditor .toolbar .entry:focus {
.nautilus-desktop.nautilus-canvas-item:selected {
text-shadow: none;
}
+
+/*************
+ * rhythmbox *
+ *************/
+
+.primary-toolbar.toolbar.horizontal RBHeader.horizontal GtkVolumeButton.button.flat,
+.primary-toolbar.toolbar.horizontal RBHeader.horizontal GtkVolumeButton.button.flat:active,
+.primary-toolbar.toolbar.horizontal RBHeader.horizontal GtkVolumeButton.button.flat:hover {
+ padding: 0px 6px;
+}
+
diff --git a/desktop-themes/BlueMenta/gtk-3.0/gnome-applications.css b/desktop-themes/BlueMenta/gtk-3.0/gnome-applications.css
index c8ab14c2..405c79bd 100644
--- a/desktop-themes/BlueMenta/gtk-3.0/gnome-applications.css
+++ b/desktop-themes/BlueMenta/gtk-3.0/gnome-applications.css
@@ -43,3 +43,13 @@
background-color: @theme_bg_color;
}
+/*************
+ * rhythmbox *
+ *************/
+
+.primary-toolbar.toolbar.horizontal RBHeader.horizontal GtkVolumeButton.button.flat,
+.primary-toolbar.toolbar.horizontal RBHeader.horizontal GtkVolumeButton.button.flat:active,
+.primary-toolbar.toolbar.horizontal RBHeader.horizontal GtkVolumeButton.button.flat:hover {
+ padding: 0px 6px;
+}
+
diff --git a/desktop-themes/ContrastHigh/gtk-3.0/Makefile.am b/desktop-themes/ContrastHigh/gtk-3.0/Makefile.am
index 8cb514ac..11350ca1 100644
--- a/desktop-themes/ContrastHigh/gtk-3.0/Makefile.am
+++ b/desktop-themes/ContrastHigh/gtk-3.0/Makefile.am
@@ -4,6 +4,7 @@ theme_DATA = \
gtk.css \
gtk-widgets.css \
mate-applications.css \
+ other-applications.css \
resize-grip.svg \
settings.ini
diff --git a/desktop-themes/ContrastHigh/gtk-3.0/gtk.css b/desktop-themes/ContrastHigh/gtk-3.0/gtk.css
index 118d9f14..2c530391 100644
--- a/desktop-themes/ContrastHigh/gtk-3.0/gtk.css
+++ b/desktop-themes/ContrastHigh/gtk-3.0/gtk.css
@@ -178,4 +178,5 @@
}
@import url("gtk-widgets.css");
+@import url("other-applications.css");
@import url("mate-applications.css");
diff --git a/desktop-themes/ContrastHigh/gtk-3.0/other-applications.css b/desktop-themes/ContrastHigh/gtk-3.0/other-applications.css
new file mode 100644
index 00000000..412120b7
--- /dev/null
+++ b/desktop-themes/ContrastHigh/gtk-3.0/other-applications.css
@@ -0,0 +1,10 @@
+/*************
+ * rhythmbox *
+ *************/
+
+.primary-toolbar.toolbar.horizontal RBHeader.horizontal GtkVolumeButton.button.flat,
+.primary-toolbar.toolbar.horizontal RBHeader.horizontal GtkVolumeButton.button.flat:active,
+.primary-toolbar.toolbar.horizontal RBHeader.horizontal GtkVolumeButton.button.flat:hover {
+ padding: 0px 4px;
+}
+
diff --git a/desktop-themes/ContrastHighInverse/gtk-3.0/Makefile.am b/desktop-themes/ContrastHighInverse/gtk-3.0/Makefile.am
index cb4836e2..9c08213f 100644
--- a/desktop-themes/ContrastHighInverse/gtk-3.0/Makefile.am
+++ b/desktop-themes/ContrastHighInverse/gtk-3.0/Makefile.am
@@ -7,6 +7,7 @@ theme_DATA = \
gtk.css \
gtk-widgets.css \
mate-applications.css \
+ other-applications.css \
settings.ini
EXTRA_DIST = $(theme_DATA)
diff --git a/desktop-themes/ContrastHighInverse/gtk-3.0/gtk.css b/desktop-themes/ContrastHighInverse/gtk-3.0/gtk.css
index 97489db6..de01d4e4 100644
--- a/desktop-themes/ContrastHighInverse/gtk-3.0/gtk.css
+++ b/desktop-themes/ContrastHighInverse/gtk-3.0/gtk.css
@@ -178,4 +178,5 @@
}
@import url("gtk-widgets.css");
+@import url("other-applications.css");
@import url("mate-applications.css");
diff --git a/desktop-themes/ContrastHighInverse/gtk-3.0/other-applications.css b/desktop-themes/ContrastHighInverse/gtk-3.0/other-applications.css
new file mode 100644
index 00000000..412120b7
--- /dev/null
+++ b/desktop-themes/ContrastHighInverse/gtk-3.0/other-applications.css
@@ -0,0 +1,10 @@
+/*************
+ * rhythmbox *
+ *************/
+
+.primary-toolbar.toolbar.horizontal RBHeader.horizontal GtkVolumeButton.button.flat,
+.primary-toolbar.toolbar.horizontal RBHeader.horizontal GtkVolumeButton.button.flat:active,
+.primary-toolbar.toolbar.horizontal RBHeader.horizontal GtkVolumeButton.button.flat:hover {
+ padding: 0px 4px;
+}
+
diff --git a/desktop-themes/GreenLaguna/gtk-3.0/gnome-applications.css b/desktop-themes/GreenLaguna/gtk-3.0/gnome-applications.css
index f6f2a489..336c9cf7 100644
--- a/desktop-themes/GreenLaguna/gtk-3.0/gnome-applications.css
+++ b/desktop-themes/GreenLaguna/gtk-3.0/gnome-applications.css
@@ -132,7 +132,16 @@ FrWindow GtkTreeView.view {
background-color: shade(@theme_selected_bg_color, 1.23);
}
-/* Rhythmbox */
+/*************
+ * rhythmbox *
+ *************/
+
+.primary-toolbar.toolbar.horizontal RBHeader.horizontal GtkVolumeButton.button.flat,
+.primary-toolbar.toolbar.horizontal RBHeader.horizontal GtkVolumeButton.button.flat:active,
+.primary-toolbar.toolbar.horizontal RBHeader.horizontal GtkVolumeButton.button.flat:hover {
+ padding: 0px 6px;
+}
+
RBSource .cell.image {
color: black;
}
diff --git a/desktop-themes/Menta/gtk-3.0/gnome-applications.css b/desktop-themes/Menta/gtk-3.0/gnome-applications.css
index c8ab14c2..405c79bd 100644
--- a/desktop-themes/Menta/gtk-3.0/gnome-applications.css
+++ b/desktop-themes/Menta/gtk-3.0/gnome-applications.css
@@ -43,3 +43,13 @@
background-color: @theme_bg_color;
}
+/*************
+ * rhythmbox *
+ *************/
+
+.primary-toolbar.toolbar.horizontal RBHeader.horizontal GtkVolumeButton.button.flat,
+.primary-toolbar.toolbar.horizontal RBHeader.horizontal GtkVolumeButton.button.flat:active,
+.primary-toolbar.toolbar.horizontal RBHeader.horizontal GtkVolumeButton.button.flat:hover {
+ padding: 0px 6px;
+}
+