aboutsummaryrefslogtreecommitdiffstats
path: root/resource/css
diff options
context:
space:
mode:
authorSaturneric <[email protected]>2021-06-09 20:14:21 +0000
committerSaturneric <[email protected]>2021-06-09 20:14:21 +0000
commit587b26019beb51aadb4cd245e622774a90442966 (patch)
tree82b57edca07eadba820074f923b2f81a9f17f60a /resource/css
parentDo not clear the text when the decryption operation fails. (diff)
downloadGpgFrontend-587b26019beb51aadb4cd245e622774a90442966.tar.gz
GpgFrontend-587b26019beb51aadb4cd245e622774a90442966.zip
Adjust the project structure.
Write a readme. Signed-off-by: Saturneric <[email protected]>
Diffstat (limited to 'resource/css')
-rw-r--r--resource/css/default.css15
1 files changed, 15 insertions, 0 deletions
diff --git a/resource/css/default.css b/resource/css/default.css
new file mode 100644
index 00000000..c839b799
--- /dev/null
+++ b/resource/css/default.css
@@ -0,0 +1,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 }
+