From 9ba51b72d815b0f3d7e85fd58a5fccba60d91222 Mon Sep 17 00:00:00 2001 From: Tom Slominski Date: Fri, 6 Mar 2015 23:50:26 +0000 Subject: [PATCH] Few little button hover changes here and there. --- public/style.css | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/public/style.css b/public/style.css index 4b6ee4a..aca739a 100644 --- a/public/style.css +++ b/public/style.css @@ -164,6 +164,12 @@ input[type=submit] { background: #EBEBEB; border: none; font-family: 'Ubuntu', sans-serif, Helvetica, Arial; + transition: background 0.5s; + cursor: pointer; +} + +input[type=submit]:hover { + background: #D3D3D3; } .submit-container { @@ -225,12 +231,11 @@ svg#url-qr-code { margin: 8px 0; font-size: 1.6rem; color: black; - transition: color 0.5s, fill 0.5s; + transition: background 0.5s; } .bookmarklet:hover { - color: #013F6D; - fill: #013F6D; + background: #D3D3D3; } .icon-move svg {