GUI qss file: force text color to black to avoid white on white text problem with some KDE themes
This commit is contained in:
parent
f6641d5788
commit
640147a063
@ -43,6 +43,7 @@
|
|||||||
QComboBox[editable="true"], QTextEdit, QLineEdit, QTextBrowser, QTableView,
|
QComboBox[editable="true"], QTextEdit, QLineEdit, QTextBrowser, QTableView,
|
||||||
QWebView, QPlainTextEdit {
|
QWebView, QPlainTextEdit {
|
||||||
background: #ffffee;
|
background: #ffffee;
|
||||||
|
color: black;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Keep a white background for the QTextEdit inside the Preview window
|
/* Keep a white background for the QTextEdit inside the Preview window
|
||||||
@ -50,6 +51,7 @@ QWebView, QPlainTextEdit {
|
|||||||
*/
|
*/
|
||||||
Preview QTextEdit {
|
Preview QTextEdit {
|
||||||
background: white;
|
background: white;
|
||||||
|
color: black;
|
||||||
font-family: Serif;
|
font-family: Serif;
|
||||||
font-size: 12pt;
|
font-size: 12pt;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user