Skip to content
This repository has been archived by the owner on Dec 11, 2019. It is now read-only.

Commit

Permalink
Merge pull request #5954 from getsetbro/patch-1
Browse files Browse the repository at this point in the history
Update forms.less to add hover effect
  • Loading branch information
bsclifton authored Dec 1, 2016
2 parents 2ed0c72 + f716273 commit bcc7449
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion less/forms.less
Original file line number Diff line number Diff line change
Expand Up @@ -536,11 +536,14 @@
}

.dialog > .bookmarkDialog .fa-close {
color: #999;
color: @buttonColor;
font-size: 16px;
float: right;
margin-top: 7px;
margin-right: 10px;
&:hover {
color: #000;
}
}

.bookmarkForm {
Expand Down

0 comments on commit bcc7449

Please sign in to comment.