aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/css/index.css
diff options
context:
space:
mode:
authorDan Finlay <dan@danfinlay.com>2017-12-08 05:05:17 +0800
committerDan Finlay <dan@danfinlay.com>2017-12-08 05:05:17 +0800
commit89e640afcbd50307fcdae13f961f4b3cf6164b5b (patch)
tree44d553c3f4865cb23d11a654700a3967edce165b /ui/app/css/index.css
parent553d713636d317b74d819d62b5b931bdf2d112d8 (diff)
parent35be563fbdc74974f54b3e90b2eba319b0619754 (diff)
downloadtangerine-wallet-browser-89e640afcbd50307fcdae13f961f4b3cf6164b5b.tar
tangerine-wallet-browser-89e640afcbd50307fcdae13f961f4b3cf6164b5b.tar.gz
tangerine-wallet-browser-89e640afcbd50307fcdae13f961f4b3cf6164b5b.tar.bz2
tangerine-wallet-browser-89e640afcbd50307fcdae13f961f4b3cf6164b5b.tar.lz
tangerine-wallet-browser-89e640afcbd50307fcdae13f961f4b3cf6164b5b.tar.xz
tangerine-wallet-browser-89e640afcbd50307fcdae13f961f4b3cf6164b5b.tar.zst
tangerine-wallet-browser-89e640afcbd50307fcdae13f961f4b3cf6164b5b.zip
Merge branch 'master' into patch-2
Diffstat (limited to 'ui/app/css/index.css')
-rw-r--r--ui/app/css/index.css4
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;