Better UI for save button
This commit is contained in:
parent
69d172a8d8
commit
b280d85a4a
3 changed files with 11 additions and 2 deletions
|
|
@ -425,3 +425,12 @@ input[type=color] {
|
|||
}
|
||||
|
||||
}
|
||||
|
||||
a[download]::before {
|
||||
content: "💾 ";
|
||||
|
||||
filter: drop-shadow(1px 1px white)
|
||||
drop-shadow(-1px -1px white)
|
||||
drop-shadow(-1px 1px white)
|
||||
drop-shadow(1px -1px white);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue