Fix placeholder close button shadow.
This commit is contained in:
parent
76290de4ed
commit
28fd7c3ad1
|
@ -67,8 +67,9 @@ a.__NoScript_PlaceHolder__ > span {
|
||||||
transition: .2s all;
|
transition: .2s all;
|
||||||
}
|
}
|
||||||
.__NoScript_PlaceHolder__ button:hover {
|
.__NoScript_PlaceHolder__ button:hover {
|
||||||
color: white;
|
color: #f00;
|
||||||
text-shadow: -2px 0 2px red, 2px 0 2px red;
|
text-shadow: 0 0 4px #400;
|
||||||
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
.__NoScript_PlaceHolder__ > span > span {
|
.__NoScript_PlaceHolder__ > span > span {
|
||||||
|
|
Loading…
Reference in New Issue