mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
refactor: add colors to QTabBar
This commit is contained in:
parent
61720c1591
commit
a63eb0ed2f
|
@ -80,5 +80,5 @@ QWidget#circleWidgetContainer > QLabel#name
|
|||
}
|
||||
|
||||
QLabel {
|
||||
color: white
|
||||
color: white;
|
||||
}
|
||||
|
|
|
@ -1,24 +1,24 @@
|
|||
QLabel
|
||||
{
|
||||
color: black
|
||||
color: black;
|
||||
}
|
||||
|
||||
QLineEdit
|
||||
{
|
||||
color: black
|
||||
color: black;
|
||||
}
|
||||
|
||||
QTextEdit
|
||||
{
|
||||
color: black
|
||||
color: black;
|
||||
}
|
||||
|
||||
QSpinBox
|
||||
{
|
||||
color: black
|
||||
color: black;
|
||||
}
|
||||
|
||||
QListView
|
||||
{
|
||||
color: black
|
||||
color: black;
|
||||
}
|
||||
|
|
|
@ -64,12 +64,12 @@ QLabel, QCheckBox, QProgressBar
|
|||
|
||||
QLineEdit
|
||||
{
|
||||
color: #f1f1f1
|
||||
color: #f1f1f1;
|
||||
}
|
||||
|
||||
QListView
|
||||
{
|
||||
color: #f1f1f1
|
||||
color: #f1f1f1;
|
||||
}
|
||||
|
||||
QCheckBox:disabled
|
||||
|
|
|
@ -69,8 +69,15 @@ QTabWidget
|
|||
background-color: white;
|
||||
}
|
||||
|
||||
QTabBar::tab:selected
|
||||
{
|
||||
background: #2d3136;
|
||||
color: #f1f1f1;
|
||||
}
|
||||
|
||||
QTabBar::tab:!selected
|
||||
{
|
||||
background: #d0d1d1;
|
||||
color: #5e5e5e;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user