diff options
author | Horst3180 | 2015-07-18 19:27:03 +0200 |
---|---|---|
committer | Horst3180 | 2015-07-18 19:27:03 +0200 |
commit | f3e3d8503e5f47075cc6fecc4f07b9e1d108719b (patch) | |
tree | 96a9c0e78c38695583c9b1a681c1e93a2b9bfaac /common/gtk-3.0/3.14/gtk-contained-dark.css | |
parent | be17195fcc953bd1cec599cc4fb1f30942101b4c (diff) | |
download | solarc-theme-f3e3d8503e5f47075cc6fecc4f07b9e1d108719b.tar.gz solarc-theme-f3e3d8503e5f47075cc6fecc4f07b9e1d108719b.tar.xz solarc-theme-f3e3d8503e5f47075cc6fecc4f07b9e1d108719b.zip |
column-header fixes
Diffstat (limited to 'common/gtk-3.0/3.14/gtk-contained-dark.css')
-rw-r--r-- | common/gtk-3.0/3.14/gtk-contained-dark.css | 4 |
1 files changed, 3 insertions, 1 deletions
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; } |