Better tooltip and menu separator colors.

This commit is contained in:
Leonardo Zide 2020-10-17 10:47:44 -07:00
parent f7e89ee5c8
commit 5c5e2d8832

View file

@ -1,3 +1,16 @@
QToolTip {
color: rgb(58, 58, 58);
background-color: rgb(224, 224, 224);
border: 0px;
}
QMenu::separator {
height: 1px;
background: rgb(80, 80, 80);
margin-left: 10px;
margin-right: 5px;
}
QToolBar {
border: none;
}