diff --git a/gtk-3.0/gtk-dark.css b/gtk-3.0/gtk-dark.css index 14e0147..f82ccf5 100755 --- a/gtk-3.0/gtk-dark.css +++ b/gtk-3.0/gtk-dark.css @@ -308,6 +308,13 @@ button { background-color: #00ba93; 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 3fb3f04..a884c06 100755 --- a/gtk-3.0/gtk.css +++ b/gtk-3.0/gtk.css @@ -308,6 +308,13 @@ button { background-color: #00ba93; 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 705ab82..505e13b 100644 --- a/gtk-3.0/widgets/_buttons.scss +++ b/gtk-3.0/widgets/_buttons.scss @@ -66,6 +66,13 @@ button { transition-duration: 50ms; } + &:active { + color: $fg_color; + } + &:active:hover, &:checked { + color: $selected_fg_color; + } + &:backdrop { &.flat, & {