* defined scrollbar style for Windows and Linux * defined dock widget separator width and color * some style fixes on linux
11 lines
171 B
CSS
11 lines
171 B
CSS
QToolTip {
|
|
background-color: #E0E0E0;
|
|
color: black;
|
|
font-size: <setting:font_size>px;
|
|
}
|
|
|
|
QMainWindow::separator {
|
|
background: <color:window/separator>;
|
|
width: 1px;
|
|
}
|