aboutsummaryrefslogtreecommitdiffstats
path: root/release
diff options
context:
space:
mode:
authornils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910>2011-08-18 23:37:41 +0000
committernils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910>2011-08-18 23:37:41 +0000
commit1c20e7187fa2022da66559a498dd643cd7381c16 (patch)
treece0835996a26fb3e8baedc538ea3fe22154f5764 /release
parentadd almost unconfigured doxygen conf-file, which outputs qch for qtcreator (diff)
downloadgpg4usb-1c20e7187fa2022da66559a498dd643cd7381c16.tar.gz
gpg4usb-1c20e7187fa2022da66559a498dd643cd7381c16.zip
changed verifylabellist back to one verifylabel and updated TODO
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@516 34ebc366-c3a9-4b3c-9f84-69acf7962910
Diffstat (limited to 'release')
-rw-r--r--release/css/default.css6
1 files changed, 4 insertions, 2 deletions
diff --git a/release/css/default.css b/release/css/default.css
index 2709ac2..31533f4 100644
--- a/release/css/default.css
+++ b/release/css/default.css
@@ -8,8 +8,10 @@
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 }
-*[keyNotFound="true"] { background-color: yellow }
-*[keyFound="true"] { background-color: green }
+