Flat buttons backdrop coloring fixes

master
Christian Medel 2019-03-07 16:02:32 -05:00
parent 4610e6c873
commit 02692117fb
1 changed files with 4 additions and 0 deletions

View File

@ -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; }