diff options
Diffstat (limited to 'release/css/default.css')
| -rw-r--r-- | release/css/default.css | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/release/css/default.css b/release/css/default.css index bdd0137..1e74d57 100644 --- a/release/css/default.css +++ b/release/css/default.css @@ -1,6 +1,6 @@ /* CSS for GUI, look e.g. at http://doc.qt.nokia.com/latest/stylesheet-examples.html */ -#verifyBox { background-color: #CBFDCB } +/*#verifyBox { background-color: #CBFDCB }*/ #cryptToolBar { background-color: #CBFDCB } /* @@ -8,3 +8,6 @@ font: bold; } */ + +*[keyNotFound="true"] { background-color: yellow } +*[keyFound="true"] { background-color: green } |
