From 84850de5b3c41525e3a2524d13bdae0491954ab3 Mon Sep 17 00:00:00 2001 From: EliverLara Date: Sat, 24 Aug 2019 14:17:33 -0500 Subject: [PATCH] Fix white text in evolution buttons --- gtk-3.0/gtk-dark.css | 7 +++++++ gtk-3.0/gtk.css | 7 +++++++ gtk-3.0/widgets/_buttons.scss | 7 +++++++ 3 files changed, 21 insertions(+) diff --git a/gtk-3.0/gtk-dark.css b/gtk-3.0/gtk-dark.css index 766bb86..4807c51 100755 --- a/gtk-3.0/gtk-dark.css +++ b/gtk-3.0/gtk-dark.css @@ -307,6 +307,13 @@ button { background-color: #f6b109; text-shadow: none; transition-duration: 50ms; } + notebook > header > tabs > arrow:active, + button:active { + color: #C3C7D1; } + notebook > header > tabs > arrow:active:hover, notebook > header > tabs > arrow:checked, + button:active:hover, + button:checked { + color: #fefefe; } notebook > header > tabs > arrow:backdrop, notebook > header > tabs > arrow:backdrop, button:backdrop.flat, button:backdrop { diff --git a/gtk-3.0/gtk.css b/gtk-3.0/gtk.css index 6b51958..51a9d72 100755 --- a/gtk-3.0/gtk.css +++ b/gtk-3.0/gtk.css @@ -307,6 +307,13 @@ button { background-color: #f6b109; text-shadow: none; transition-duration: 50ms; } + notebook > header > tabs > arrow:active, + button:active { + color: #31363d; } + notebook > header > tabs > arrow:active:hover, notebook > header > tabs > arrow:checked, + button:active:hover, + button:checked { + color: #fefefe; } notebook > header > tabs > arrow:backdrop, notebook > header > tabs > arrow:backdrop, button:backdrop.flat, button:backdrop { diff --git a/gtk-3.0/widgets/_buttons.scss b/gtk-3.0/widgets/_buttons.scss index c052693..9f6ebf0 100644 --- a/gtk-3.0/widgets/_buttons.scss +++ b/gtk-3.0/widgets/_buttons.scss @@ -64,6 +64,13 @@ button { transition-duration: 50ms; } + &:active { + color: $fg_color; + } + &:active:hover, &:checked { + color: $selected_fg_color; + } + &:backdrop { &.flat, & {