diff --git a/resources/stylesheet/stylesheet.qss b/resources/stylesheet/stylesheet.qss index 842de794..6a2c6890 100644 --- a/resources/stylesheet/stylesheet.qss +++ b/resources/stylesheet/stylesheet.qss @@ -15,6 +15,10 @@ QToolBar { border: none; } +QToolButton:checked { + background-color: rgb(87, 97, 98); +} + QTreeView::branch { background: transparent; }