aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/css
diff options
context:
space:
mode:
authorDan Finlay <dan@danfinlay.com>2016-12-23 09:17:20 +0800
committerDan Finlay <dan@danfinlay.com>2016-12-23 09:17:20 +0800
commit1f1549904650af2e5502d2d4781a555386dfd084 (patch)
tree0d0f9f5dbe158bf39fe1562b00e3a54ac6d397a7 /ui/app/css
parenta10fe6b6f4217b3984f861bb8ad69d075f672872 (diff)
downloadtangerine-wallet-browser-1f1549904650af2e5502d2d4781a555386dfd084.tar.gz
tangerine-wallet-browser-1f1549904650af2e5502d2d4781a555386dfd084.tar.zst
tangerine-wallet-browser-1f1549904650af2e5502d2d4781a555386dfd084.zip
Show a "LOOSE" warning on accounts not belonging to HD Seed phrase
Diffstat (limited to 'ui/app/css')
-rw-r--r--ui/app/css/lib.css17
1 files changed, 17 insertions, 0 deletions
diff --git a/ui/app/css/lib.css b/ui/app/css/lib.css
index f5f602729..abbf8667e 100644
--- a/ui/app/css/lib.css
+++ b/ui/app/css/lib.css
@@ -196,6 +196,23 @@ hr.horizontal-line {
align-items: center;
justify-content: center;
padding: 4px;
+ z-index: 1;
+}
+
+.keyring-label {
+ z-index: 1;
+ font-size: 11px;
+ background: rgba(255,0,0,0.8);
+ bottom: -47px;
+ color: white;
+ border-radius: 10px;
+ height: 20px;
+ min-width: 20px;
+ position: relative;
+ display: flex;
+ align-items: center;
+ justify-content: center;
+ padding: 4px;
}
.ether-balance {