From 079b3c65220527a90c98c4860acd2bcbcccb766c Mon Sep 17 00:00:00 2001 From: raveit65 Date: Tue, 12 May 2015 22:42:56 +0200 Subject: Menta themes GTK+-3.16 : adjust osd.toolbar buttons --- desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'desktop-themes/BlueMenta/gtk-3.0') diff --git a/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css b/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css index 83390a91..0189dbe9 100644 --- a/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css @@ -3202,6 +3202,14 @@ GtkOverlay.osd { ); } +/* left/right button box */ +.osd.toolbar .horizontal.linked { + background-image: linear-gradient(to left, + shade(@theme_selected_bg_color, 1.1), + shade(@theme_selected_bg_color, 0.95)); + border-radius: 5px; +} + /* button in osd-toolbar */ .osd .linked .button:active:first-child { border-left-width: 1px; @@ -3211,6 +3219,10 @@ GtkOverlay.osd { border-right-width: 1px; } +.osd.toolbar .flat.button.image-button { + box-shadow: none; +} + .osd GtkMenuButton.menu-button:active { background-color: transparent; border-color: @osd_button_border; -- cgit v1.2.1