mirror of
https://github.com/leozide/leocad
synced 2024-12-25 21:58:23 +01:00
Better tooltip and menu separator colors.
This commit is contained in:
parent
f7e89ee5c8
commit
5c5e2d8832
1 changed files with 13 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue