diff options
author | Frankie <email": null> | 2016-06-06 15:14:10 +0800 |
---|---|---|
committer | Frankie <email": null> | 2016-06-06 15:14:10 +0800 |
commit | 40338571fafbc956f46a7f1c7c8d6a6d7fdd3425 (patch) | |
tree | 9fbd0b7277115b2668d8f42505d7172e64d1adb3 /ui/app/css | |
parent | d90943dc611d6de63cb243a431f9a8c700151485 (diff) | |
download | tangerine-wallet-browser-40338571fafbc956f46a7f1c7c8d6a6d7fdd3425.tar.gz tangerine-wallet-browser-40338571fafbc956f46a7f1c7c8d6a6d7fdd3425.tar.zst tangerine-wallet-browser-40338571fafbc956f46a7f1c7c8d6a6d7fdd3425.zip |
Add edit label
Diffstat (limited to 'ui/app/css')
-rw-r--r-- | ui/app/css/index.css | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/ui/app/css/index.css b/ui/app/css/index.css index f56e9fbc4..484b89f56 100644 --- a/ui/app/css/index.css +++ b/ui/app/css/index.css @@ -352,7 +352,28 @@ input.large-input { .account-detail-section { } +.editing-label{ + /* visibility: hidden; + border-color: #F7861C; + border-style: solid; + border-width: 1px;*/ +} +.edit-text { + visibility: hidden; +} +.editing-label { + width: 60px; + height: 40px; + position: absolute; + text-align: right; + font-size: small; + padding-top: 15px; + color: #F7861C; +} +.editing-label:hover div{ + visibility: visible; +} /* tx confirm */ .unconftx-section { |