Files
Sourcetrail/bin/app/data/gui/main.css
T
Eberhard Graether 506bf8ed6f ui: Scrollbar and dock widget separator style
* defined scrollbar style for Windows and Linux
* defined dock widget separator width and color
* some style fixes on linux
2017-11-25 23:06:47 +01:00

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;
}