mirror of
https://github.com/leozide/leocad.git
synced 2026-07-28 04:07:11 +00:00
Better tooltip and menu separator colors.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user