Remove the dark stylesheet as it is not working well and a different palette is enough

This commit is contained in:
Martchus 2021-09-17 22:23:29 +02:00
parent dde61bb783
commit 44d69cd3bf
1 changed files with 0 additions and 24 deletions

View File

@ -1,24 +0,0 @@
QtGui--TrayMenu {
border: none;
background-color: #000;
qproperty-windowOpacity: 0.8;
}
QtGui--TrayWidget {
color: #fff;
background-color: rgba(255,0,0,50%);
qproperty-windowOpacity: 0.8;
}
QtGui--TrayWidget * {
color: #fff;
background-color: transparent;
}
QtGui--TrayWidget QTreeView::branch {
color: #fff;
}
QtGui--TrayWidget > QFrame {
border-bottom: 1px solid #555;
border-radius: 0px;
padding: 2px;
}