5 Jan
2021
5 Jan
'21
9:01 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27321 --- Comment #5 from Fridolin Somers <fridolin.somers@biblibre.com> --- (In reply to Lucas Gass from comment #4)
(In reply to Fridolin Somers from comment #3)
Oh style inside HTML :/
In my opinion it whould be better into CSS file. With selector : .dbcolumn_selection:disabled
.dbcolumn_selection:disabled will style the disabled input but not it's parent, the label. In my opinion we want to be able to make the label have a gray color (#cccccc)
Since CSS cannot target an element's parent I chose to style inline.
Oooo indeed my mistake :O Thanks a lot for the explanation. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.