Few little button hover changes here and there.

This commit is contained in:
Tom Slominski
2015-03-06 23:50:26 +00:00
parent dd9120f832
commit 9ba51b72d8

View File

@@ -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 {