From 02692117fb973ff40bbc3b8900676ffdefb420b6 Mon Sep 17 00:00:00 2001 From: Christian Medel Date: Thu, 7 Mar 2019 16:02:32 -0500 Subject: [PATCH] Flat buttons backdrop coloring fixes --- gtk-3.0/gtk-widgets.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gtk-3.0/gtk-widgets.css b/gtk-3.0/gtk-widgets.css index b98147b..1916cdd 100644 --- a/gtk-3.0/gtk-widgets.css +++ b/gtk-3.0/gtk-widgets.css @@ -242,6 +242,8 @@ button.flat { color: alpha(@theme_fg_color, 0.7); background-color: transparent; } button.flat:backdrop { + border-color: transparent; + background-color: transparent; color: @theme_unfocused_fg_color; } checkbutton.text-button, radiobutton.text-button { @@ -1714,6 +1716,8 @@ toolbar { color: alpha(@toolbar_fg_color, 0.7); background-color: transparent; } toolbar button.flat:backdrop { + border-color: transparent; + background-color: transparent; color: @theme_unfocused_fg_color; } toolbar menubar { -GtkToolbar-button-relief: normal; }