Fix placeholder close button shadow.

This commit is contained in:
hackademix 2022-03-07 19:09:31 +01:00
parent 76290de4ed
commit 28fd7c3ad1
1 changed files with 3 additions and 2 deletions

View File

@ -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 {