diff options
author | Saturneric <[email protected]> | 2021-06-09 20:14:21 +0000 |
---|---|---|
committer | Saturneric <[email protected]> | 2021-06-09 20:14:21 +0000 |
commit | 587b26019beb51aadb4cd245e622774a90442966 (patch) | |
tree | 82b57edca07eadba820074f923b2f81a9f17f60a /resource/css | |
parent | Do not clear the text when the decryption operation fails. (diff) | |
download | GpgFrontend-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.css | 15 |
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 } + |