diff --git a/gtk-3.0/apps/_budgie.scss b/gtk-3.0/apps/_budgie.scss index e1796d9..ca05374 100755 --- a/gtk-3.0/apps/_budgie.scss +++ b/gtk-3.0/apps/_budgie.scss @@ -385,7 +385,7 @@ button.raven-trigger { border-radius: 0; &.flat { background: transparent; - border: 1px solid $panel_bg; + border: none; color:$panel_secondary_color; &:hover, &:active, &:checked { background: transparent; diff --git a/gtk-3.0/gtk-dark.css b/gtk-3.0/gtk-dark.css index ed1758b..04cb502 100755 --- a/gtk-3.0/gtk-dark.css +++ b/gtk-3.0/gtk-dark.css @@ -4989,7 +4989,7 @@ button.raven-trigger { border-radius: 0; } .budgie-panel button.flat { background: transparent; - border: 1px solid rgba(3, 3, 5, 0.95); + border: none; color: #98abb2; } .budgie-panel button.flat:hover, .budgie-panel button.flat:active, .budgie-panel button.flat:checked { background: transparent; diff --git a/gtk-3.0/gtk.css b/gtk-3.0/gtk.css index 6ee28e3..68af9a0 100755 --- a/gtk-3.0/gtk.css +++ b/gtk-3.0/gtk.css @@ -5014,7 +5014,7 @@ button.raven-trigger { border-radius: 0; } .budgie-panel button.flat { background: transparent; - border: 1px solid rgba(15, 20, 25, 0.95); + border: none; color: #98abb2; } .budgie-panel button.flat:hover, .budgie-panel button.flat:active, .budgie-panel button.flat:checked { background: transparent;