diff options
author | Alexander Tseung <alextsg@gmail.com> | 2017-12-07 13:01:11 +0800 |
---|---|---|
committer | Alexander Tseung <alextsg@gmail.com> | 2017-12-07 13:01:11 +0800 |
commit | b9f2f8c2a78332a2522d49baedf25e894273ef38 (patch) | |
tree | de6c2f30dbfa3e464f70ca800fd69aa131aa32ba /ui/app/css | |
parent | b26c97529424f8d8cb90364e9114c054c76e10e5 (diff) | |
download | tangerine-wallet-browser-b9f2f8c2a78332a2522d49baedf25e894273ef38.tar tangerine-wallet-browser-b9f2f8c2a78332a2522d49baedf25e894273ef38.tar.gz tangerine-wallet-browser-b9f2f8c2a78332a2522d49baedf25e894273ef38.tar.bz2 tangerine-wallet-browser-b9f2f8c2a78332a2522d49baedf25e894273ef38.tar.lz tangerine-wallet-browser-b9f2f8c2a78332a2522d49baedf25e894273ef38.tar.xz tangerine-wallet-browser-b9f2f8c2a78332a2522d49baedf25e894273ef38.tar.zst tangerine-wallet-browser-b9f2f8c2a78332a2522d49baedf25e894273ef38.zip |
Show retry button on submitted transactions greater than 30 seconds, add hover styling
Diffstat (limited to 'ui/app/css')
-rw-r--r-- | ui/app/css/index.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ui/app/css/index.css b/ui/app/css/index.css index 0630c4c12..c0bf18c23 100644 --- a/ui/app/css/index.css +++ b/ui/app/css/index.css @@ -108,6 +108,10 @@ button:not([disabled]):active, input[type="submit"]:not([disabled]):active { transform: scale(0.95); } +.grow-on-hover:hover { + transform: scale(1.05); +} + a { text-decoration: none; color: inherit; |