aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/css/lib.css
diff options
context:
space:
mode:
authorKevin Serrano <kevgagser@gmail.com>2017-01-04 01:28:53 +0800
committerGitHub <noreply@github.com>2017-01-04 01:28:53 +0800
commitb13c54682b75aaceba1ef37a4d97669f57e448a9 (patch)
treee81657c2671e25fbbba9e9bc3a62828269c38da5 /ui/app/css/lib.css
parentfa3e708f34fce523601c39b3131bdbe858d2f85f (diff)
parentfe61fcb0fcbee05724b77f9729660c9f692a0cb1 (diff)
downloadtangerine-wallet-browser-b13c54682b75aaceba1ef37a4d97669f57e448a9.tar.gz
tangerine-wallet-browser-b13c54682b75aaceba1ef37a4d97669f57e448a9.tar.zst
tangerine-wallet-browser-b13c54682b75aaceba1ef37a4d97669f57e448a9.zip
Merge pull request #958 from MetaMask/i897-ReplayProtection
Add replay protection
Diffstat (limited to 'ui/app/css/lib.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 {