aboutsummaryrefslogtreecommitdiffstats
path: root/release/css/default.css
blob: 8165d2acb70bd1191453f02969911ddb039a07ab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/* CSS for GUI, look e.g. at http://doc.qt.nokia.com/latest/stylesheet-examples.html */

/*#verifyBox { background-color: #CBFDCB }*/

/*#cryptToolBar { background-color: #CBFDCB }*/
/* 
 QLabel, QAbstractButton {
    font: bold;
}
*/

*[keyNotFound="true"] { background-color: yellow }
*[keyFound="true"] { background-color: green }
QLabel#warning { background-color: #ececba }
QLabel#ok { background-color: #ccffcc }
QLabel#critical { background-color: #ff8080 }