From 4898e87784dc9c40ade132cd59b44e79659d6017 Mon Sep 17 00:00:00 2001 From: EliverLara Date: Mon, 1 Apr 2019 12:51:17 -0600 Subject: [PATCH] Update flat buttons highlight color --- gtk-3.0/gtk-dark.css | 2 +- gtk-3.0/gtk.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gtk-3.0/gtk-dark.css b/gtk-3.0/gtk-dark.css index 1a47629..0aa46b3 100755 --- a/gtk-3.0/gtk-dark.css +++ b/gtk-3.0/gtk-dark.css @@ -290,7 +290,7 @@ button { transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); } notebook > header > tabs > arrow.image-button:hover, button.flat.image-button:hover { - background-color: #00D3A7; + background-color: #0072ff; color: #fefefe; } notebook > header > tabs > arrow:hover, button:hover { diff --git a/gtk-3.0/gtk.css b/gtk-3.0/gtk.css index b9c4720..7687aca 100755 --- a/gtk-3.0/gtk.css +++ b/gtk-3.0/gtk.css @@ -290,7 +290,7 @@ button { transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); } notebook > header > tabs > arrow.image-button:hover, button.flat.image-button:hover { - background-color: #00D3A7; + background-color: #0072ff; color: #fefefe; } notebook > header > tabs > arrow:hover, button:hover {