From 2c1f693c2fbb2752984bcb3ba91822f93c5ba2a2 Mon Sep 17 00:00:00 2001 From: EliverLara Date: Mon, 1 Apr 2019 12:52:32 -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 2767324..d19989e 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: #f7b922; color: #fefefe; } notebook > header > tabs > arrow:hover, button:hover { diff --git a/gtk-3.0/gtk.css b/gtk-3.0/gtk.css index 5b5e667..cadca4e 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: #f7b922; color: #fefefe; } notebook > header > tabs > arrow:hover, button:hover {