colored option switch
authorPhiTux <redacted>
Wed, 5 Mar 2025 15:22:31 +0000 (16:22 +0100)
committerPhiTux <redacted>
Wed, 5 Mar 2025 15:22:31 +0000 (16:22 +0100)
frontend/src/routes/+layout.svelte

index bc6692d2b5e415d42af1d830ca624f72a065edee..1923fe73003e4da980f6e3722f8119889201bba0 100644 (file)
 </main>
 
 <style>
+       #selectMode:checked {
+               border-color: #da880e;
+               background-color: #da880e;
+       }
+
+       #selectMode:not(:checked) {
+               background-color: #2196f3;
+               background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba(255, 255, 255, 1)'/></svg>");
+       }
+
        #settings-content > div {
                background-color: #bdbdbd5d;
                padding: 0.5rem;
git clone https://git.99rst.org/PROJECT