Install-usercss: Add button hover outline
This commit is contained in:
parent
6219735544
commit
5097671d86
|
@ -155,6 +155,11 @@ h1 small {
|
||||||
background-position: center center;
|
background-position: center center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.install:hover {
|
||||||
|
outline: 1px solid lightgray;
|
||||||
|
outline-offset: 1px;
|
||||||
|
}
|
||||||
|
|
||||||
.install.reinstall:after {
|
.install.reinstall:after {
|
||||||
background-color: #333;
|
background-color: #333;
|
||||||
filter: grayscale(100%);
|
filter: grayscale(100%);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user