diff options
author | raveit65 <[email protected]> | 2015-05-12 22:42:56 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2015-05-12 22:43:42 +0200 |
commit | 253d07dac65c882e28b5b6b49fabb85a1b0ad203 (patch) | |
tree | 8ddd17f195dc9bc42c5f22bab650794e5447a7bf /desktop-themes/BlueMenta | |
parent | 8052aa80c838ba7551e879712dd274ddff540804 (diff) | |
download | mate-themes-253d07dac65c882e28b5b6b49fabb85a1b0ad203.tar.bz2 mate-themes-253d07dac65c882e28b5b6b49fabb85a1b0ad203.tar.xz |
Menta themes GTK+-3.16 : adjust osd.toolbar buttons
Diffstat (limited to 'desktop-themes/BlueMenta')
-rw-r--r-- | desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css | 12 |
1 files changed, 12 insertions, 0 deletions
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; |