aboutsummaryrefslogtreecommitdiffstats
path: root/release/css/default.css
blob: 31533f4840fc44e13a668cef9a27898ca536ba3e (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 }