Switch to unified view

a/GUI/standard.qss b/GUI/standard.qss
...
...
26
    background-color: qradialgradient(spread:pad, cx:0.5, cy:0.5, 
26
    background-color: qradialgradient(spread:pad, cx:0.5, cy:0.5, 
27
                                      radius:0.50, fx:0.502, fy:0.500876, 
27
                                      radius:0.50, fx:0.502, fy:0.500876, 
28
                                      stop:0.7 rgba(243, 132, 26, 255), 
28
                                      stop:0.7 rgba(243, 132, 26, 255), 
29
                                      stop:1 rgba(255, 255, 255, 0));
29
                                      stop:1 rgba(255, 255, 255, 0));
30
}
30
}
31
32
/* This seems to be useful on win10 where it the default makes the search
33
 match text barely visible (just changes the background to a pale grey,
34
 almost invisible either against the white or grey backgrounds). */
35
QWebView { 
36
    selection-background-color: blue;
37
    selection-color: white;
38
}