summaryrefslogtreecommitdiff
path: root/desktop-themes/ContrastHigh
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2015-08-15 16:24:46 +0200
committerraveit65 <[email protected]>2015-08-15 16:26:28 +0200
commitc1f72e1eab9edb7ca384520963d7e785cd6e9bd4 (patch)
treee027ec0e485fea5b57a55094781f1cd45acab7b7 /desktop-themes/ContrastHigh
parent424633f526573ec9aaf68ff95b0a26127234296c (diff)
downloadmate-themes-c1f72e1eab9edb7ca384520963d7e785cd6e9bd4.tar.bz2
mate-themes-c1f72e1eab9edb7ca384520963d7e785cd6e9bd4.tar.xz
GTK3 HighContrast themes: style vertical spin button
Diffstat (limited to 'desktop-themes/ContrastHigh')
-rw-r--r--desktop-themes/ContrastHigh/gtk-3.0/gtk-widgets.css48
1 files changed, 45 insertions, 3 deletions
diff --git a/desktop-themes/ContrastHigh/gtk-3.0/gtk-widgets.css b/desktop-themes/ContrastHigh/gtk-3.0/gtk-widgets.css
index 7877751b..6b0c5540 100644
--- a/desktop-themes/ContrastHigh/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/ContrastHigh/gtk-3.0/gtk-widgets.css
@@ -571,19 +571,19 @@ GtkProgressBar {
background-color: @theme_entry_bg;
background-clip: border-box;
- border-color: transparent @theme_internal_border;
+ border-color: @theme_internal_border;
}
.spinbutton .button:hover {
background-color: @theme_selected_bg_color;
color: @theme_insensitive_bg;
- border-color: transparent @theme_selected_bg_color;
+ border-color: @theme_selected_bg_color;
}
.spinbutton .button:insensitive {
color: @theme_insensitive_color;
background-color: @theme_insensitive_bg;
- border-color: transparent @theme_insensitive_border;
+ border-color: @theme_insensitive_border;
}
.spinbutton .button:focus {
@@ -613,6 +613,48 @@ GtkProgressBar {
border-radius: 0 2px 2px 0;
}
+/*vertical */
+
+.vertical.entry.spinbutton.entry {
+ border-image: none;
+ border-color: @theme_border_color;
+ border-radius: 0px;
+ border-width: 0px 2px 0px 2px;
+ background-image: none;
+ padding: 4px;
+}
+
+.vertical.entry.spinbutton .button:first-child,
+.vertical.entry.spinbutton .button:hover:first-child,
+.vertical.entry.spinbutton .button:focus:first-child,
+.vertical.entry.spinbutton .button:active:first-child,
+.vertical.entry.spinbutton .button:checked:first-child,
+.vertical.entry.spinbutton .button:active:hover:first-child,
+.vertical.entry.spinbutton .button:checked:hover:first-child {
+ border-color: @theme_border_color;
+ border-radius: 3px 3px 0px 0px;
+ border-width: 2px;
+}
+
+.vertical.entry.spinbutton .button:last-child,
+.vertical.entry.spinbutton .button:hover:last-child,
+.vertical.entry.spinbutton .button:focus:last-child,
+.vertical.entry.spinbutton .button:active:last-child,
+.vertical.entry.spinbutton .button:checked:last-child,
+.vertical.entry.spinbutton .button:active:hover:last-child,
+.vertical.entry.spinbutton .button:checked:hover:last-child {
+ border-color: @theme_border_color;
+ border-width: 2px;
+ border-radius: 0px 0px 3px 3px;
+}
+
+.vertical.entry.spinbutton.entry:insensitive,
+.vertical.entry.spinbutton .button:insensitive,
+.vertical.entry.spinbutton .button:insensitive:first-child
+.vertical.entry.spinbutton .button:insensitive:last-child {
+ border-color: @theme_insensitive_border;
+}
+
/*********
* Menus *
*********/