mirror of
https://github.com/HASwitchPlate/openHASP.git
synced 2025-07-25 20:26:41 +00:00
Fix CSS trash icon in GPIO actions
This commit is contained in:
parent
12280820ad
commit
9cab993b2f
@ -115,7 +115,7 @@ label {
|
|||||||
background-repeat: no-repeat
|
background-repeat: no-repeat
|
||||||
}
|
}
|
||||||
|
|
||||||
.edit::before {
|
.edit:before {
|
||||||
content: "\0000a0"
|
content: "\0000a0"
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -129,7 +129,7 @@ label {
|
|||||||
text-decoration: none
|
text-decoration: none
|
||||||
}
|
}
|
||||||
|
|
||||||
.trash::before {
|
.trash:before {
|
||||||
content: "\0000a0"
|
content: "\0000a0"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user