summaryrefslogtreecommitdiff
path: root/desktop-themes/BlueMenta
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2016-03-07 18:47:30 +0100
committerraveit65 <[email protected]>2016-03-07 18:47:30 +0100
commit22588cab061bad9aebe2354643af6a233f9610f2 (patch)
treec83187b1ca432fbd0a8ca1d1ef8bfda0efeb6173 /desktop-themes/BlueMenta
parentddbe40d254908fad7db0e8ad13f1884d659ea73d (diff)
downloadmate-themes-22588cab061bad9aebe2354643af6a233f9610f2.tar.bz2
mate-themes-22588cab061bad9aebe2354643af6a233f9610f2.tar.xz
GTK+-3.20 Menta themes: style popover osd spinbutton
Diffstat (limited to 'desktop-themes/BlueMenta')
-rw-r--r--desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css44
1 files changed, 38 insertions, 6 deletions
diff --git a/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css b/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css
index dea4de0a..e6faa411 100644
--- a/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css
@@ -5747,16 +5747,17 @@ popover.background.menu label.separator,
border: 0px;
}
-popover.osd,
+/* ie. colorchooser */
.popover.osd {
background-image: none;
- background-color: alpha(shade(#3D3E40, 0.85), 0.75);
+ background-color: alpha(shade(#3D3E40, 0.85), 0.35);
border: 1px solid black;
+ border-radius: 2px;
box-shadow: none;
color: @theme_selected_fg_color;
}
-popover.osd toolbar,
+.popover.osd toolbar,
.popover.osd .toolbar {
background-image: none;
background-color: transparent;
@@ -5764,13 +5765,13 @@ popover.osd toolbar,
box-shadow: none;
}
-popover.osd button,
+.popover.osd button,
.popover.osd .button {
text-shadow: 0 -1px @osd_text_shadow;
-gtk-icon-shadow: 0 -1px @osd_text_shadow;
}
-popover button:checked,
+.popover.osd button:checked,
.popover.osd .button:active,
.popover.osd .button:checked {
box-shadow: none;
@@ -5781,11 +5782,42 @@ popover.osd button:disabled,
color: alpha(@theme_selected_fg_color, 0.4);
}
-popover list,
+.popover list,
.popover .list {
background-color: @theme_base_color;
}
+.popover.osd spinbutton,
+.popover.osd spinbutton entry {
+ background: transparent;
+}
+
+.popover.osd spinbutton button,
+.popover.osd spinbutton button:focus,
+.popover.osd spinbutton button:last-child,
+.popover.osd spinbutton button:focus:last-child {
+ background-image: linear-gradient(to bottom,
+ alpha(shade(@theme_selected_bg_color, 1.0), 0.7),
+ alpha(shade(@theme_selected_bg_color, 0.8), 0.7));
+ box-shadow: inset 0px 1px alpha(shade (@theme_selected_bg_color, 1.1), 0.7),
+ inset 1px 0px alpha(shade (@theme_selected_bg_color, 1.1), 0.7),
+ inset -1px 0px alpha(shade (@theme_selected_bg_color, 1.1), 0.7),
+ inset 0px -1px alpha(shade (@theme_selected_bg_color, 1.1), 0.7);
+ border-radius: 0px;
+ border-width: 0px;
+}
+
+.popover.osd spinbutton button:last-child {
+ border-radius: 0px 3px 3px 0px;
+}
+
+.popover.osd spinbutton button:hover {
+ background-image: linear-gradient(to bottom,
+ alpha(shade(@theme_selected_bg_color, 1.1), 0.8),
+ alpha(shade(@theme_selected_bg_color, 0.95), 0.8));
+}
+
+
modelbutton {
color: @theme_fg_color;
}