No edit summary |
No edit summary |
||
Line 16: | Line 16: | ||
} | } | ||
.fatbtn:hover:after { | .fatbtn:hover:after { | ||
content: "Open in FAT"; | content: " Open in FAT"; | ||
} | } |
Revision as of 18:57, 4 May 2021
.fatbtn { border: none; color: #c1c1c1; text-align: center; text-decoration: none; display: inline-block; padding: 2px; border-radius: 4px; filter: grayscale(1); } .fatbtn:hover { background-color: #3598DB; color: white; filter: grayscale(0); } .fatbtn:hover:after { content: " Open in FAT"; }