Skip to content

Commit

Permalink
tune version hover
Browse files Browse the repository at this point in the history
  • Loading branch information
nekufa committed Feb 27, 2020
1 parent c389b7e commit 0418d37
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion public/admin/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,11 @@
}
.version-button:hover {
cursor: pointer;
border: 1px solid #ccc;
border: 1px solid #c9deed;
background-color: #c9deed;
}
.version-button:hover span{
color: #000;
}
.version-button {
color: #999;
Expand Down

0 comments on commit 0418d37

Please sign in to comment.