summaryrefslogtreecommitdiff
path: root/desktop-themes/TraditionalOk
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2016-03-01 10:33:53 +0100
committerraveit65 <[email protected]>2016-03-01 10:34:24 +0100
commit1a38ce49a30a54808633c85729cb9b433910068c (patch)
tree348baac0b787b92a9d7b0df8c9e0463a0a7d3d69 /desktop-themes/TraditionalOk
parenta6190cdc8cec7ccdb89ad10b05db57c60a6f1e1d (diff)
downloadmate-themes-1a38ce49a30a54808633c85729cb9b433910068c.tar.bz2
mate-themes-1a38ce49a30a54808633c85729cb9b433910068c.tar.xz
GTK+-3.20 TraditionalOK: adjust popover menus
Diffstat (limited to 'desktop-themes/TraditionalOk')
-rw-r--r--desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css21
1 files changed, 18 insertions, 3 deletions
diff --git a/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css b/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css
index 52a51c27..1f300dba 100644
--- a/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css
@@ -3312,6 +3312,19 @@ modelbutton.flat {
border-radius: 3px;
}
+modelbutton.flat,
+.linked button.image-button.model {
+ min-height: 24px;
+}
+
+modelbutton.flat arrow.left {
+ -gtk-icon-source: -gtk-icontheme("pan-start-symbolic");
+}
+
+modelbutton.flat arrow.right {
+ -gtk-icon-source: -gtk-icontheme("pan-end-symbolic");
+}
+
modelbutton.flat:checked,
modelbutton.flat:active,
modelbutton.flat:disabled,
@@ -3326,7 +3339,8 @@ modelbutton.flat:checked:focus {
background-image: none;
border-color: transparent;
border-image: none;
- border-style: none;
+ border-style: solid;
+ border-width: 1px;
box-shadow: none;
border-radius: 3px;
}
@@ -3340,9 +3354,10 @@ modelbutton.flat:selected {
shade(@theme_selected_bg_color, 1.1),
shade(@theme_selected_bg_color, 0.8));
text-shadow: none;
- border-color: @border_color;
- border-width: 2px;
+ border-color: @button_active_gradient_a;
+ border-width: 1px;
border-radius: 3px;
+ border-style: solid;
}
popover separator {