1
0
mirror of https://github.com/chylex/Lightning-Tracker.git synced 2025-08-04 13:59:05 +02:00

Allow hiding form labels

This commit is contained in:
chylex 2020-09-08 02:16:01 +02:00
parent cf3c72417c
commit 31e1b9aefc

View File

@ -204,6 +204,10 @@ label {
font-weight: bold;
}
label:empty {
display: none;
}
input[type=checkbox]:not(:disabled),
label:not(.disabled) {
cursor: pointer;