Switch to unified view

a/GUI/standard.css b/GUI/standard.css
...
...
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
31
32
/* Note that having a minimal resource file and setting the button here
33
   was the only way I found to style the tab close button which is otherwise
34
   an ugly red thing */
32
QTabBar::close-button {
35
QTabBar::close-button {
33
     image: url(:/icons/cross.png)
36
     image: url(:/icons/cross.png)
34
 }
37
}