mirror of https://github.com/qTox/qTox.git
Browse Source
TriKriSta (2): style: use css files for toxId style: edit styles for myltiple windowsreviewable/pr5608/r1
12 changed files with 73 additions and 53 deletions
@ -0,0 +1,3 @@
@@ -0,0 +1,3 @@
|
||||
QLineEdit { |
||||
background-color: #8a3f3a; |
||||
} |
@ -1,24 +0,0 @@
@@ -1,24 +0,0 @@
|
||||
QLabel |
||||
{ |
||||
color: @mainText; |
||||
} |
||||
|
||||
QLineEdit |
||||
{ |
||||
color: @mainText; |
||||
} |
||||
|
||||
QTextEdit |
||||
{ |
||||
color: @mainText; |
||||
} |
||||
|
||||
QSpinBox, QDoubleSpinBox |
||||
{ |
||||
color: @mainText; |
||||
} |
||||
|
||||
QListView |
||||
{ |
||||
color: @mainText; |
||||
} |
@ -0,0 +1,3 @@
@@ -0,0 +1,3 @@
|
||||
QLineEdit { |
||||
background-color: #FFC1C1; |
||||
} |
@ -1,24 +0,0 @@
@@ -1,24 +0,0 @@
|
||||
QLabel |
||||
{ |
||||
color: @mainText; |
||||
} |
||||
|
||||
QLineEdit |
||||
{ |
||||
color: @mainText; |
||||
} |
||||
|
||||
QTextEdit |
||||
{ |
||||
color: @mainText; |
||||
} |
||||
|
||||
QSpinBox, QDoubleSpinBox |
||||
{ |
||||
color: @mainText; |
||||
} |
||||
|
||||
QListView |
||||
{ |
||||
color: @mainText; |
||||
} |
Loading…
Reference in new issue