diff options
| author | nils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2011-08-13 03:14:20 +0200 |
|---|---|---|
| committer | nils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2011-08-13 03:14:20 +0200 |
| commit | 8fb695a304f1ae1b53c500912d23de63e8bf2340 (patch) | |
| tree | d8a1a646d9670b37680e0ca403f3c4bd041ea8ff /release/css/default.css | |
| parent | further comments (diff) | |
| download | gpg4usb-8fb695a304f1ae1b53c500912d23de63e8bf2340.tar.gz gpg4usb-8fb695a304f1ae1b53c500912d23de63e8bf2340.zip | |
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
Diffstat (limited to 'release/css/default.css')
| -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 } |
