aboutsummaryrefslogtreecommitdiff
path: root/src/webex/style/wallet.css
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2017-06-04 20:16:09 +0200
committerFlorian Dold <florian.dold@gmail.com>2017-06-04 20:16:09 +0200
commit2cf33705c8ef95e04144b2a77cd4a79189136199 (patch)
treeb62b3b83d3b7fb951ba9ec00b676ff333ac73ef1 /src/webex/style/wallet.css
parent2b1e88737f6496fb0ad8790b501edaa1d556d83d (diff)
downloadwallet-core-2cf33705c8ef95e04144b2a77cd4a79189136199.tar.xz
warn about incompatible versions on withdraw
Diffstat (limited to 'src/webex/style/wallet.css')
-rw-r--r--src/webex/style/wallet.css19
1 files changed, 19 insertions, 0 deletions
diff --git a/src/webex/style/wallet.css b/src/webex/style/wallet.css
index 752fc6d75..7bfb99e6c 100644
--- a/src/webex/style/wallet.css
+++ b/src/webex/style/wallet.css
@@ -220,3 +220,22 @@ span.spacer {
a.actionLink {
color: black;
}
+
+
+.errorbox {
+ border: 1px solid;
+ display: inline-block;
+ margin: 1em;
+ padding: 1em;
+ font-weight: bold;
+ background: #FF8A8A;
+}
+
+.okaybox {
+ border: 1px solid;
+ display: inline-block;
+ margin: 1em;
+ padding: 1em;
+ font-weight: bold;
+ background: #00FA9A;
+}