Overview
Comment:Fix selector for radio-button current state
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | dev
Files: files | file ages | folders
SHA1: 7126f88b4a9aa384f4251c23a2786fdc5dee4596
User & Date: bohwaz on 2020-11-27 13:54:13
Other Links: branch diff | manifest | tags
Context
2020-11-27
13:56
Don't hide form when there's an error check-in: e2f5f7cea6 user: bohwaz tags: dev
13:54
Fix selector for radio-button current state check-in: 7126f88b4a user: bohwaz tags: dev
13:03
Make it clear that you need an image library to upload images check-in: 64d72652f5 user: bohwaz tags: dev
Changes

Modified src/www/admin/static/styles/03-forms.css from [aff7eb3d22] to [ddd03e3cc7].

279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
}

form .radio-btn .help {
    margin: .8em 0 0 0;
    font-size: .8em;
}

form .radio-btn input:checked + div {
    background-color: rgba(var(--gSecondColor), 0.5);
}

/* Custom list input */
form .input-list {
    padding: 0;
    display: inline-flex;
    flex-wrap: wrap;







|
|







279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
}

form .radio-btn .help {
    margin: .8em 0 0 0;
    font-size: .8em;
}

form .radio-btn input:checked + label div {
    background-color: rgba(var(--gSecondColor), 0.3);
}

/* Custom list input */
form .input-list {
    padding: 0;
    display: inline-flex;
    flex-wrap: wrap;