summaryrefslogtreecommitdiff
path: root/desktop-themes/BlueMenta
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2016-03-07 19:45:52 +0100
committerraveit65 <[email protected]>2016-03-07 19:46:20 +0100
commit08c5efb80ab7e1e9390a0d2755b18c21a6b709a1 (patch)
treee88065e9e4bdcd5a56f7ec932170e358f3138abb /desktop-themes/BlueMenta
parent22588cab061bad9aebe2354643af6a233f9610f2 (diff)
downloadmate-themes-08c5efb80ab7e1e9390a0d2755b18c21a6b709a1.tar.bz2
mate-themes-08c5efb80ab7e1e9390a0d2755b18c21a6b709a1.tar.xz
GTK+-3.20 Menta themes: adjust OSD toobar buttons + popover scale-popup
Diffstat (limited to 'desktop-themes/BlueMenta')
-rw-r--r--desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css23
1 files changed, 19 insertions, 4 deletions
diff --git a/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css b/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css
index e6faa411..99dc9745 100644
--- a/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css
@@ -4158,7 +4158,12 @@ toolbar.osd,
-GtkToolbar-button-relief: normal;
}
-toolbar.osd button,
+toolbar.osd button {
+ min-width: 24px;
+ min-height: 24px;
+}
+
+toolbar.osd toolitem .linked button,
.osd.toolbar .button {
padding: 4px;
border-width: 1px;
@@ -4166,14 +4171,14 @@ toolbar.osd button,
box-shadow: inset @osd_button_inset;
}
-toolbar.osd button:first-child
+toolbar.osd toolitem .linked button:first-child,
.osd.toolbar .button:first-child {
border-radius: 5px 0 0 5px;
border-width: 1px 0 1px 1px;
box-shadow: inset -1px 0 @osd_button_inset;
}
-toolbar.osd button:last-child,
+toolbar.osd toolitem .linked button:last-child,
.osd.toolbar .button:last-child {
box-shadow: none;
border-radius: 0 5px 5px 0;
@@ -5686,7 +5691,7 @@ popover.background,
background-clip: initial;
margin: 10px;
padding: 2px;
- border-color: @borders;
+ border-color: shade(@borders, 0.8);
border-width: 1px;
border-style: solid;
border-radius: 3px;
@@ -5817,6 +5822,16 @@ popover.osd button:disabled,
alpha(shade(@theme_selected_bg_color, 0.95), 0.8));
}
+popover.background.scale-popup {
+ background-clip: initial;
+ margin: 10px;
+ padding: 0px;
+ border-color: shade(@borders, 0.8);
+ border-width: 1px;
+ border-style: solid;
+ border-radius: 4px;
+ background-color: @menu_bg_color;
+}
modelbutton {
color: @theme_fg_color;