ui: Fixed font colors in indexing dialogs and line breaks in status bar

This commit is contained in:
Eberhard Graether
2016-08-26 15:31:57 +02:00
parent 00980f73af
commit d3b10bc5fd
2 changed files with 10 additions and 6 deletions
@@ -1,4 +1,4 @@
* {
QLabel {
color: white;
}
@@ -29,9 +29,10 @@
}
#errorCount {
font-size: 12pt;
border: none;
background: transparent;
color: white;
font-size: 14pt;
}
#windowButton {