diff options
author | Dan <danjm.com@gmail.com> | 2017-08-26 04:01:56 +0800 |
---|---|---|
committer | Dan <danjm.com@gmail.com> | 2017-08-26 04:01:56 +0800 |
commit | 05e6eaf171a16c96760cc899ef527a8f6d83434d (patch) | |
tree | ef0d8b2c07df0e1dbcc8aa626fcac05950a9fbf9 /ui/app/css | |
parent | ff247289aeabd5530451f93d12fbe2b2c28d75be (diff) | |
download | tangerine-wallet-browser-05e6eaf171a16c96760cc899ef527a8f6d83434d.tar.gz tangerine-wallet-browser-05e6eaf171a16c96760cc899ef527a8f6d83434d.tar.zst tangerine-wallet-browser-05e6eaf171a16c96760cc899ef527a8f6d83434d.zip |
Updating current currency from send form.
Diffstat (limited to 'ui/app/css')
-rw-r--r-- | ui/app/css/itcss/components/send.scss | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ui/app/css/itcss/components/send.scss b/ui/app/css/itcss/components/send.scss index f5b4af299..6f696eab7 100644 --- a/ui/app/css/itcss/components/send.scss +++ b/ui/app/css/itcss/components/send.scss @@ -73,6 +73,14 @@ .send-screen-bolt-icon {} +.selected-currency { + color: $curious-blue; +} + +.unselected-currency { + cursor: pointer; +} + .send-screen-gas-input-customize { position: absolute; top: 30px; |