From 8fb695a304f1ae1b53c500912d23de63e8bf2340 Mon Sep 17 00:00:00 2001 From: nils Date: Sat, 13 Aug 2011 01:14:20 +0000 Subject: changed verifylabel to verifylabellist and added states ok,warn,crit for verifylabels git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@514 34ebc366-c3a9-4b3c-9f84-69acf7962910 --- release/css/default.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'release/css/default.css') 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 } -- cgit