From dd9120f832996feb59b5ce70b46950b507d536b3 Mon Sep 17 00:00:00 2001 From: Tom Slominski Date: Fri, 6 Mar 2015 23:44:29 +0000 Subject: [PATCH] Hover and icon changes for the bookmarklet button --- footer.php | 2 +- public/images/move.svg | 18 ++++-------------- public/style.css | 9 ++++++++- 3 files changed, 13 insertions(+), 16 deletions(-) diff --git a/footer.php b/footer.php index d00fb34..6180fe1 100644 --- a/footer.php +++ b/footer.php @@ -4,7 +4,7 @@

-

Move icon

+

diff --git a/public/images/move.svg b/public/images/move.svg index 5da9f0b..dce9bea 100644 --- a/public/images/move.svg +++ b/public/images/move.svg @@ -1,15 +1,5 @@ - - - - - - - + + + + diff --git a/public/style.css b/public/style.css index fd36be8..4b6ee4a 100644 --- a/public/style.css +++ b/public/style.css @@ -224,9 +224,16 @@ svg#url-qr-code { padding: 7px; margin: 8px 0; font-size: 1.6rem; + color: black; + transition: color 0.5s, fill 0.5s; } -.icon-bookmarklet { +.bookmarklet:hover { + color: #013F6D; + fill: #013F6D; +} + +.icon-move svg { vertical-align: center; height: 1.4rem; width: 1.4rem;