diff options
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; |