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


/* 
 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 }