mirror of
https://github.com/rstrouse/ESPSomfy-RTS.git
synced 2025-12-13 19:12:10 +01:00
Fix issue with Invert Position #200
This commit is contained in:
parent
19bdbdb898
commit
3d72ac8094
6 changed files with 46 additions and 23 deletions
|
|
@ -888,7 +888,7 @@ i.icss-lightbulb {
|
|||
border-width: 0.068em;
|
||||
border-style: solid;
|
||||
border-radius: 100% 100% 100% .2em;
|
||||
background-color: rgba(255,255,0, var(--shade-position, 0%));
|
||||
background-color: rgba(255,255,0, var(--fpos, 0%));
|
||||
left: 50%;
|
||||
transform: translateX(-50%) rotate(-45deg);
|
||||
bottom: .11em;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue