aboutsummaryrefslogtreecommitdiff
path: root/common/gtk-3.0/3.14/sass/_common.scss
diff options
context:
space:
mode:
Diffstat (limited to 'common/gtk-3.0/3.14/sass/_common.scss')
-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); }
}
}