From cc5504f80c149c2c94dd9e204960f923221531e1 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Mon, 27 Jul 2015 10:19:53 +0200 Subject: Traditional themes GTK3: fix padding of osd volume button --- desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css | 5 +++++ desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css | 5 +++++ desktop-themes/TraditionalOkTest/gtk-3.0/gtk-widgets.css | 5 +++++ 3 files changed, 15 insertions(+) (limited to 'desktop-themes') diff --git a/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css b/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css index 22f9dac9..5c35be0e 100644 --- a/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css @@ -1589,6 +1589,11 @@ GtkCheckButton:selected:focus { border-color: @osd_border_color; } +.osd.toolbar GtkVolumeButton.button.flat.image-button, +.osd.toolbar GtkVolumeButton.button.flat.image-button:hover { + padding: 2px; +} + /**************** * GtkAssistant * ****************/ diff --git a/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css b/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css index b6d8fc21..fcfe56b0 100644 --- a/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css @@ -1594,6 +1594,11 @@ GtkCheckButton:selected:focus { border-color: @osd_border_color; } +.osd.toolbar GtkVolumeButton.button.flat.image-button, +.osd.toolbar GtkVolumeButton.button.flat.image-button:hover { + padding: 2px; +} + /**************** * GtkAssistant * ****************/ diff --git a/desktop-themes/TraditionalOkTest/gtk-3.0/gtk-widgets.css b/desktop-themes/TraditionalOkTest/gtk-3.0/gtk-widgets.css index 313a2ba1..b237ad34 100644 --- a/desktop-themes/TraditionalOkTest/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/TraditionalOkTest/gtk-3.0/gtk-widgets.css @@ -1588,6 +1588,11 @@ GtkCheckButton:selected:focus { border-color: @osd_border_color; } +.osd.toolbar GtkVolumeButton.button.flat.image-button, +.osd.toolbar GtkVolumeButton.button.flat.image-button:hover { + padding: 2px; +} + /**************** * GtkAssistant * ****************/ -- cgit v1.2.1