diff options
Diffstat (limited to 'common/gtk-3.0/3.16/gtk-contained-solid-dark.css')
-rw-r--r-- | common/gtk-3.0/3.16/gtk-contained-solid-dark.css | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/common/gtk-3.0/3.16/gtk-contained-solid-dark.css b/common/gtk-3.0/3.16/gtk-contained-solid-dark.css index 4325240..82c14ca 100644 --- a/common/gtk-3.0/3.16/gtk-contained-solid-dark.css +++ b/common/gtk-3.0/3.16/gtk-contained-solid-dark.css @@ -1294,8 +1294,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; } @@ -2847,7 +2849,7 @@ GbEditorWorkspace > GtkPaned > GtkBox > GtkBox.header.notebook { border-bottom: 1px solid #2d3036; } GbViewStack.focused GtkBox.header.notebook { - background-color: #444852; } + background-color: #383C45; } GbViewStack.focused GtkBox.header.notebook .button.dim-label, GbViewStack.focused GtkBox.header.notebook .button.label.separator, GbViewStack.focused GtkBox.header.notebook .header-bar .button.subtitle, .header-bar GbViewStack.focused GtkBox.header.notebook .button.subtitle { opacity: 1; } |