Created
April 7, 2020 10:08
-
-
Save gpessia/c55ba43012af3ffbf3bbcc06ea553295 to your computer and use it in GitHub Desktop.
Highlight "Attualmente non disponibile" su Amazon per StyleBot
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
span[aria-label="Attualmente non disponibile."] { | |
color: white; | |
background-color: red; | |
padding: 5px; | |
margin-top: 2px; | |
display: inline-block; | |
border-radius: 4px; | |
} | |
span[aria-label="Attualmente non disponibile."]:before { | |
content: "⚠️"; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment