mirror of https://github.com/qTox/qTox.git
Browse Source
fixes problems with ugly UI on non-standard system theme. before: https://i.imgur.com/XJ0mbpi.png after: https://imgur.com/a/UbgNzpull/404/head
4 changed files with 45 additions and 0 deletions
@ -0,0 +1,36 @@
@@ -0,0 +1,36 @@
|
||||
QCheckBox |
||||
{ |
||||
color: black; |
||||
} |
||||
|
||||
QLabel |
||||
{ |
||||
color: black; |
||||
} |
||||
|
||||
QGroupBox::title |
||||
{ |
||||
color: black; |
||||
background-color: white; |
||||
} |
||||
|
||||
QWidget |
||||
{ |
||||
color: black; |
||||
background-color: white; |
||||
} |
||||
|
||||
QComboBox |
||||
{ |
||||
background-color: white; |
||||
} |
||||
|
||||
QComboBox:on QComboBox:off QComboBox:drop-down |
||||
{ |
||||
background: rgba(18, 18, 18, 204); |
||||
} |
||||
|
||||
QComboBox:active |
||||
{ |
||||
background: white; |
||||
} |
@ -0,0 +1,5 @@
@@ -0,0 +1,5 @@
|
||||
QWidget |
||||
{ |
||||
color: black; |
||||
background: white; |
||||
} |
Loading…
Reference in new issue