summaryrefslogtreecommitdiff
path: root/desktop-themes/BlueMenta/gtk-3.0
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2015-05-12 22:42:56 +0200
committerraveit65 <[email protected]>2015-05-12 22:42:56 +0200
commit079b3c65220527a90c98c4860acd2bcbcccb766c (patch)
tree61b6089d3dcba8db9699c9c47e319710a03e7166 /desktop-themes/BlueMenta/gtk-3.0
parente40c4633034f533e8688adc6a1da69eed6a446ca (diff)
downloadmate-themes-079b3c65220527a90c98c4860acd2bcbcccb766c.tar.bz2
mate-themes-079b3c65220527a90c98c4860acd2bcbcccb766c.tar.xz
Menta themes GTK+-3.16 : adjust osd.toolbar buttons
Diffstat (limited to 'desktop-themes/BlueMenta/gtk-3.0')
-rw-r--r--desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css12
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;