Switch to unified view

a/GUI/standard.css b/GUI/standard.css
...
...
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
QTabBar::close-button {
33
     image: url(:/icons/cross.png)
34
 }