diff options
| author | 2026-01-16 09:37:20 +0800 | |
|---|---|---|
| committer | 2026-01-16 09:37:20 +0800 | |
| commit | ad36e0ce82770f9b3509ddb1cf96bc3422969806 (patch) | |
| tree | 6df911b964d0d32facf55844c55e61ba3878ae3f /ui/src/app.css | |
| parent | 455da9d2b07d05c2bdd1fffa5031a6a329cc5643 (diff) | |
| parent | 963b4b8567ac1bd8b23c41e1bfbd6a99d202d1ed (diff) | |
| download | DropOut-ad36e0ce82770f9b3509ddb1cf96bc3422969806.tar.gz DropOut-ad36e0ce82770f9b3509ddb1cf96bc3422969806.zip | |
Merge pull request #41 from HsiangNianian/main
Diffstat (limited to 'ui/src/app.css')
| -rw-r--r-- | ui/src/app.css | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/ui/src/app.css b/ui/src/app.css index 82aa72f..63449b7 100644 --- a/ui/src/app.css +++ b/ui/src/app.css @@ -100,7 +100,9 @@ input[type="email"], textarea { background-color: rgba(0, 0, 0, 0.4); border: 1px solid rgba(255, 255, 255, 0.1); - transition: border-color 0.2s ease, box-shadow 0.2s ease; + transition: + border-color 0.2s ease, + box-shadow 0.2s ease; } input[type="text"]:focus, @@ -148,7 +150,7 @@ input[type="checkbox"]:checked { } input[type="checkbox"]:checked::after { - content: ''; + content: ""; position: absolute; left: 5px; top: 2px; |