Switch to unified view

a/src/sampleconf/recoll.qss b/src/sampleconf/recoll.qss
...
...
38
    background: #eeeeee;
38
    background: #eeeeee;
39
}
39
}
40
40
41
/* Use a light yellow background for all text display areas: */
41
/* Use a light yellow background for all text display areas: */
42
42
43
QComboBox[editable="true"], QTextEdit, QLineEdit, QTextBrowser, QTableView { 
43
QComboBox[editable="true"], QTextEdit, QLineEdit, QTextBrowser, QTableView,
44
QWebView, QPlainTextEdit { 
44
    background: #ffffee;
45
    background: #ffffee;
45
}
46
}
46
47
47
/* Keep a white background for the QTextEdit inside the Preview window 
48
/* Keep a white background for the QTextEdit inside the Preview window 
48
   This is rather arbitrary, just to show how to do it:
49
   This is rather arbitrary, just to show how to do it: