2017-10-21 02:12:29 +08:00
|
|
|
QToolTip
|
|
|
|
{
|
|
|
|
/* explicit border width is required https://bugreports.qt.io/browse/QTBUG-41313 */
|
|
|
|
border: 0px;
|
|
|
|
color: black;
|
|
|
|
background: #ffffdc;
|
|
|
|
}
|
2019-02-23 23:11:30 +08:00
|
|
|
|
|
|
|
QTabWidget
|
|
|
|
{
|
|
|
|
background-color: white;
|
|
|
|
}
|
|
|
|
|
|
|
|
QTabBar::tab:selected
|
|
|
|
{
|
|
|
|
background: #2d3136;
|
|
|
|
color: #f1f1f1;
|
|
|
|
}
|
|
|
|
|
|
|
|
QTabBar::tab:!selected
|
|
|
|
{
|
|
|
|
background: #d0d1d1;
|
|
|
|
color: #5e5e5e;
|
|
|
|
}
|
2019-04-01 00:54:12 +08:00
|
|
|
|
|
|
|
QLabel
|
|
|
|
{
|
|
|
|
color: @mainText;
|
|
|
|
}
|
|
|
|
|
|
|
|
QLineEdit
|
|
|
|
{
|
|
|
|
color: @mainText;
|
|
|
|
}
|
|
|
|
|
|
|
|
QTextEdit
|
|
|
|
{
|
|
|
|
color: @mainText;
|
|
|
|
}
|
|
|
|
|
|
|
|
QSpinBox, QDoubleSpinBox
|
|
|
|
{
|
|
|
|
color: @mainText;
|
|
|
|
}
|
|
|
|
|
|
|
|
QListView
|
|
|
|
{
|
|
|
|
color: @mainText;
|
|
|
|
}
|