Few little button hover changes here and there.
This commit is contained in:
@@ -164,6 +164,12 @@ input[type=submit] {
|
|||||||
background: #EBEBEB;
|
background: #EBEBEB;
|
||||||
border: none;
|
border: none;
|
||||||
font-family: 'Ubuntu', sans-serif, Helvetica, Arial;
|
font-family: 'Ubuntu', sans-serif, Helvetica, Arial;
|
||||||
|
transition: background 0.5s;
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
|
|
||||||
|
input[type=submit]:hover {
|
||||||
|
background: #D3D3D3;
|
||||||
}
|
}
|
||||||
|
|
||||||
.submit-container {
|
.submit-container {
|
||||||
@@ -225,12 +231,11 @@ svg#url-qr-code {
|
|||||||
margin: 8px 0;
|
margin: 8px 0;
|
||||||
font-size: 1.6rem;
|
font-size: 1.6rem;
|
||||||
color: black;
|
color: black;
|
||||||
transition: color 0.5s, fill 0.5s;
|
transition: background 0.5s;
|
||||||
}
|
}
|
||||||
|
|
||||||
.bookmarklet:hover {
|
.bookmarklet:hover {
|
||||||
color: #013F6D;
|
background: #D3D3D3;
|
||||||
fill: #013F6D;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.icon-move svg {
|
.icon-move svg {
|
||||||
|
|||||||
Reference in New Issue
Block a user