aboutsummaryrefslogtreecommitdiff
path: root/common/gtk-3.0/3.14/gtk-contained.css
diff options
context:
space:
mode:
Diffstat (limited to 'common/gtk-3.0/3.14/gtk-contained.css')
-rw-r--r--common/gtk-3.0/3.14/gtk-contained.css6
1 files changed, 4 insertions, 2 deletions
diff --git a/common/gtk-3.0/3.14/gtk-contained.css b/common/gtk-3.0/3.14/gtk-contained.css
index b0e2e00..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; }
@@ -2881,7 +2883,7 @@ GbEditorWorkspace > GtkPaned > GtkBox > GtkBox.header.notebook {
border-bottom: 1px solid #dbdfe3; }
GbViewStack.focused GtkBox.header.notebook {
- background-color: #F5F6F7; }
+ background-color: #ffffff; }
GbViewStack.focused GtkBox.header.notebook .button.dim-label, GbViewStack.focused GtkBox.header.notebook GtkLabel.button.separator, GbViewStack.focused GtkBox.header.notebook .header-bar .button.subtitle, .header-bar GbViewStack.focused GtkBox.header.notebook .button.subtitle {
opacity: 1; }