diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2020-07-17 18:03:08 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2020-07-17 18:03:08 +0200 |
| commit | d579a10ba169d6e95e8ea8a9d7f2821fe89bca1f (patch) | |
| tree | 324467ca4045bc09a0e8ad84d229a55ee5da60cc /animism-align/frontend/common/form.css | |
| parent | 3b8ca4ae366ad8925ded787f87350862ef18e0ca (diff) | |
media form tweaks. copy a media item to avoid typing in properties.
Diffstat (limited to 'animism-align/frontend/common/form.css')
| -rw-r--r-- | animism-align/frontend/common/form.css | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/animism-align/frontend/common/form.css b/animism-align/frontend/common/form.css index ca7c27b..bbee27e 100644 --- a/animism-align/frontend/common/form.css +++ b/animism-align/frontend/common/form.css @@ -113,19 +113,19 @@ input[type=checkbox] { input[type=checkbox] + span { font-size: 0.825rem; text-transform: uppercase; - color: #444; + color: #ddd; } input[type=checkbox]:hover + span { - color: #000; + color: #fff; } input[type=checkbox]:focus + span { - color: #84f; + color: #fff; } input[type="checkbox"]:checked + span { - color: #000; + color: #fff; } input[type="checkbox"]:focus:checked + span { - color: #84f; + color: #fff; } input[type="checkbox"]:after { |
