diff --git a/style.css b/style.css index 98026fec..e687b947 100644 --- a/style.css +++ b/style.css @@ -1,5 +1,9 @@ QMainWindow > QToolBar QToolButton::menu-indicator { image: none; } +QToolBar { + border: 0; +} + QToolBar QLineEdit { background: transparent; border: 1px solid transparent;