Install-usercss: Add button hover outline

This commit is contained in:
Rob Garrison 2017-11-30 14:21:03 -06:00
parent 6219735544
commit 5097671d86

View File

@ -155,6 +155,11 @@ h1 small {
background-position: center center;
}
.install:hover {
outline: 1px solid lightgray;
outline-offset: 1px;
}
.install.reinstall:after {
background-color: #333;
filter: grayscale(100%);