Install-usercss: Add a box shadow to install button
Not on hover!
This commit is contained in:
parent
353822d3f5
commit
a7f4ec2f62
|
@ -128,6 +128,7 @@ h1 small {
|
||||||
border-style: none;
|
border-style: none;
|
||||||
margin-bottom: 1ex;
|
margin-bottom: 1ex;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
box-shadow: .5px .5px 5px rgba(0, 0, 0, .3);
|
||||||
}
|
}
|
||||||
|
|
||||||
.install:before,
|
.install:before,
|
||||||
|
@ -159,7 +160,6 @@ h1 small {
|
||||||
filter: brightness(1.1);
|
filter: brightness(1.1);
|
||||||
color: #eee;
|
color: #eee;
|
||||||
text-shadow: none;
|
text-shadow: none;
|
||||||
box-shadow: .5px .5px 5px rgba(0, 0, 0, .3);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.install.reinstall:after {
|
.install.reinstall:after {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user