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 {
|
QLabel {
|
||||||
color: white
|
color: white;
|
||||||
}
|
}
|
||||||
|
@ -1,24 +1,24 @@
|
|||||||
QLabel
|
QLabel
|
||||||
{
|
{
|
||||||
color: black
|
color: black;
|
||||||
}
|
}
|
||||||
|
|
||||||
QLineEdit
|
QLineEdit
|
||||||
{
|
{
|
||||||
color: black
|
color: black;
|
||||||
}
|
}
|
||||||
|
|
||||||
QTextEdit
|
QTextEdit
|
||||||
{
|
{
|
||||||
color: black
|
color: black;
|
||||||
}
|
}
|
||||||
|
|
||||||
QSpinBox
|
QSpinBox
|
||||||
{
|
{
|
||||||
color: black
|
color: black;
|
||||||
}
|
}
|
||||||
|
|
||||||
QListView
|
QListView
|
||||||
{
|
{
|
||||||
color: black
|
color: black;
|
||||||
}
|
}
|
||||||
|
@ -64,12 +64,12 @@ QLabel, QCheckBox, QProgressBar
|
|||||||
|
|
||||||
QLineEdit
|
QLineEdit
|
||||||
{
|
{
|
||||||
color: #f1f1f1
|
color: #f1f1f1;
|
||||||
}
|
}
|
||||||
|
|
||||||
QListView
|
QListView
|
||||||
{
|
{
|
||||||
color: #f1f1f1
|
color: #f1f1f1;
|
||||||
}
|
}
|
||||||
|
|
||||||
QCheckBox:disabled
|
QCheckBox:disabled
|
||||||
|
@ -69,8 +69,15 @@ QTabWidget
|
|||||||
background-color: white;
|
background-color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
QTabBar::tab:selected
|
||||||
|
{
|
||||||
|
background: #2d3136;
|
||||||
|
color: #f1f1f1;
|
||||||
|
}
|
||||||
|
|
||||||
QTabBar::tab:!selected
|
QTabBar::tab:!selected
|
||||||
{
|
{
|
||||||
|
background: #d0d1d1;
|
||||||
color: #5e5e5e;
|
color: #5e5e5e;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user