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:
parent
cf3c72417c
commit
31e1b9aefc
@ -204,6 +204,10 @@ label {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
label:empty {
|
||||
display: none;
|
||||
}
|
||||
|
||||
input[type=checkbox]:not(:disabled),
|
||||
label:not(.disabled) {
|
||||
cursor: pointer;
|
||||
|
Loading…
Reference in New Issue
Block a user