From f3e3d8503e5f47075cc6fecc4f07b9e1d108719b Mon Sep 17 00:00:00 2001 From: Horst3180 Date: Sat, 18 Jul 2015 19:27:03 +0200 Subject: column-header fixes --- common/gtk-3.0/3.14/gtk-contained-dark.css | 4 +++- common/gtk-3.0/3.14/gtk-contained-darker.css | 4 +++- common/gtk-3.0/3.14/gtk-contained-solid-dark.css | 4 +++- common/gtk-3.0/3.14/gtk-contained-solid-darker.css | 4 +++- common/gtk-3.0/3.14/gtk-contained-solid.css | 4 +++- common/gtk-3.0/3.14/gtk-contained.css | 4 +++- common/gtk-3.0/3.14/sass/_common.scss | 3 ++- 7 files changed, 20 insertions(+), 7 deletions(-) (limited to 'common/gtk-3.0/3.14') diff --git a/common/gtk-3.0/3.14/gtk-contained-dark.css b/common/gtk-3.0/3.14/gtk-contained-dark.css index 1c18383..a75d2af 100644 --- a/common/gtk-3.0/3.14/gtk-contained-dark.css +++ b/common/gtk-3.0/3.14/gtk-contained-dark.css @@ -1278,8 +1278,10 @@ column-header .button, column-header .button:hover, column-header .button:active border-style: none solid none none; border-radius: 0; border-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0.11) 20%, rgba(255, 255, 255, 0.11) 80%, rgba(255, 255, 255, 0) 80%) 0 1 0 0/0 1px 0 0 stretch; } - column-header .button:active { + column-header .button:active, column-header .button:hover { background-color: #383C45; } + column-header .button:active:hover { + color: #D3DAE3; } column-header .button:insensitive { border-color: #444852; background-image: none; } diff --git a/common/gtk-3.0/3.14/gtk-contained-darker.css b/common/gtk-3.0/3.14/gtk-contained-darker.css index 247754f..8a59577 100644 --- a/common/gtk-3.0/3.14/gtk-contained-darker.css +++ b/common/gtk-3.0/3.14/gtk-contained-darker.css @@ -1279,8 +1279,10 @@ column-header .button, column-header .button:hover, column-header .button:active border-style: none solid none none; border-radius: 0; border-image: linear-gradient(to bottom, transparent 20%, rgba(0, 0, 0, 0.11) 20%, rgba(0, 0, 0, 0.11) 80%, transparent 80%) 0 1 0 0/0 1px 0 0 stretch; } - column-header .button:active { + column-header .button:active, column-header .button:hover { background-color: #ffffff; } + column-header .button:active:hover { + color: #5c616c; } column-header .button:insensitive { border-color: #F5F6F7; background-image: none; } diff --git a/common/gtk-3.0/3.14/gtk-contained-solid-dark.css b/common/gtk-3.0/3.14/gtk-contained-solid-dark.css index 040d568..faacd77 100644 --- a/common/gtk-3.0/3.14/gtk-contained-solid-dark.css +++ b/common/gtk-3.0/3.14/gtk-contained-solid-dark.css @@ -1278,8 +1278,10 @@ column-header .button, column-header .button:hover, column-header .button:active border-style: none solid none none; border-radius: 0; border-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0.11) 20%, rgba(255, 255, 255, 0.11) 80%, rgba(255, 255, 255, 0) 80%) 0 1 0 0/0 1px 0 0 stretch; } - column-header .button:active { + column-header .button:active, column-header .button:hover { background-color: #383C45; } + column-header .button:active:hover { + color: #D3DAE3; } column-header .button:insensitive { border-color: #444852; background-image: none; } diff --git a/common/gtk-3.0/3.14/gtk-contained-solid-darker.css b/common/gtk-3.0/3.14/gtk-contained-solid-darker.css index 7d6698f..a97ce32 100644 --- a/common/gtk-3.0/3.14/gtk-contained-solid-darker.css +++ b/common/gtk-3.0/3.14/gtk-contained-solid-darker.css @@ -1279,8 +1279,10 @@ column-header .button, column-header .button:hover, column-header .button:active border-style: none solid none none; border-radius: 0; border-image: linear-gradient(to bottom, transparent 20%, rgba(0, 0, 0, 0.11) 20%, rgba(0, 0, 0, 0.11) 80%, transparent 80%) 0 1 0 0/0 1px 0 0 stretch; } - column-header .button:active { + column-header .button:active, column-header .button:hover { background-color: #ffffff; } + column-header .button:active:hover { + color: #5c616c; } column-header .button:insensitive { border-color: #F5F6F7; background-image: none; } diff --git a/common/gtk-3.0/3.14/gtk-contained-solid.css b/common/gtk-3.0/3.14/gtk-contained-solid.css index 68ac9ac..fcdf640 100644 --- a/common/gtk-3.0/3.14/gtk-contained-solid.css +++ b/common/gtk-3.0/3.14/gtk-contained-solid.css @@ -1278,8 +1278,10 @@ column-header .button, column-header .button:hover, column-header .button:active border-style: none solid none none; border-radius: 0; border-image: linear-gradient(to bottom, transparent 20%, rgba(0, 0, 0, 0.11) 20%, rgba(0, 0, 0, 0.11) 80%, transparent 80%) 0 1 0 0/0 1px 0 0 stretch; } - column-header .button:active { + column-header .button:active, column-header .button:hover { background-color: #ffffff; } + column-header .button:active:hover { + color: #5c616c; } column-header .button:insensitive { border-color: #F5F6F7; background-image: none; } diff --git a/common/gtk-3.0/3.14/gtk-contained.css b/common/gtk-3.0/3.14/gtk-contained.css index bf2a7b8..ea30eb8 100644 --- a/common/gtk-3.0/3.14/gtk-contained.css +++ b/common/gtk-3.0/3.14/gtk-contained.css @@ -1278,8 +1278,10 @@ column-header .button, column-header .button:hover, column-header .button:active border-style: none solid none none; border-radius: 0; border-image: linear-gradient(to bottom, transparent 20%, rgba(0, 0, 0, 0.11) 20%, rgba(0, 0, 0, 0.11) 80%, transparent 80%) 0 1 0 0/0 1px 0 0 stretch; } - column-header .button:active { + column-header .button:active, column-header .button:hover { background-color: #ffffff; } + column-header .button:active:hover { + color: #5c616c; } column-header .button:insensitive { border-color: #F5F6F7; background-image: none; } diff --git a/common/gtk-3.0/3.14/sass/_common.scss b/common/gtk-3.0/3.14/sass/_common.scss index adafd37..90351b7 100644 --- a/common/gtk-3.0/3.14/sass/_common.scss +++ b/common/gtk-3.0/3.14/sass/_common.scss @@ -1438,7 +1438,8 @@ column-header.button.dnd { // for treeview-like derive widgets transparentize(if($variant == 'light', black, white), 0.89) 80%, transparentize(if($variant == 'light', black, white), 1) 80%) 0 1 0 0 / 0 1px 0 0 stretch; - &:active { background-color: $base_color; } + &:active, &:hover { background-color: $base_color; } + &:active:hover { color: $fg_color; } &:insensitive { border-color: $bg_color; background-image: none; -- cgit v1.2.3