aboutsummaryrefslogtreecommitdiff
path: root/common/gtk-3.0/3.14/sass
diff options
context:
space:
mode:
authorHorst31802015-09-11 22:27:25 +0200
committerHorst31802015-09-11 22:27:25 +0200
commit421b8c7d1008998490f24691712220cd6c8a4d51 (patch)
treeb714170fa90f47b7ad5100123a81d7344776d546 /common/gtk-3.0/3.14/sass
parentde484ff96465cf13f30153eba33d6f987705000d (diff)
downloadsolarc-theme-421b8c7d1008998490f24691712220cd6c8a4d51.tar.gz
solarc-theme-421b8c7d1008998490f24691712220cd6c8a4d51.tar.xz
solarc-theme-421b8c7d1008998490f24691712220cd6c8a4d51.zip
fix header-bar spinbuttons
Diffstat (limited to 'common/gtk-3.0/3.14/sass')
-rw-r--r--common/gtk-3.0/3.14/sass/_common.scss16
1 files changed, 10 insertions, 6 deletions
diff --git a/common/gtk-3.0/3.14/sass/_common.scss b/common/gtk-3.0/3.14/sass/_common.scss
index ff8a53c..665ae6a 100644
--- a/common/gtk-3.0/3.14/sass/_common.scss
+++ b/common/gtk-3.0/3.14/sass/_common.scss
@@ -1303,14 +1303,18 @@ GtkComboBox {
// Header-bar Spinbuttons
& .spinbutton {
- &:focus .button { color: $selected_fg_color; }
+ &:focus .button {
+ color: $selected_fg_color;
- .button {
- color: $header_fg;
+ &:hover { background-color: transparentize($selected_fg_color, 0.9); border-color: transparent; }
+ &:insensitive { color: transparentize($selected_fg_color, 0.6); }
+ }
+ .button {
+ color: $header_fg;
- &:hover { background-color: rgba(255,255,255,0.1); border-color: transparent; }
- &:insensitive { color: transparentize($header_fg, 0.3); }
- &:active { background-color: rgba(0,0,0,0.1); }
+ &:hover { background-color: transparentize($header_fg, 0.75); border-color: transparent; }
+ &:insensitive { color: transparentize($header_fg, 0.3); }
+ &:active { background-color: rgba(0,0,0,0.1); }
}
}