diff options
Diffstat (limited to '')
-rw-r--r-- | release/css/default.css | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/release/css/default.css b/release/css/default.css index 1e74d57..2709ac2 100644 --- a/release/css/default.css +++ b/release/css/default.css @@ -8,6 +8,8 @@ font: bold; } */ - +QLabel#warning { background-color: #ececba } +QLabel#ok { background-color: #ccffcc } +QLabel#critical { background-color: #ff8080 } *[keyNotFound="true"] { background-color: yellow } *[keyFound="true"] { background-color: green } |