1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00
qTox/themes/default/window/general.css

50 lines
551 B
CSS
Raw Normal View History

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;
}
QLabel
{
color: @mainText;
}
QLineEdit
{
color: @mainText;
}
QTextEdit
{
color: @mainText;
}
QSpinBox, QDoubleSpinBox
{
color: @mainText;
}
QListView
{
color: @mainText;
}