17 Nov
2014
17 Nov
'14
5:54 p.m.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12376 --- Comment #4 from Owen Leonard <oleonard@myacpl.org> --- If you want to globally set custom CSS in the staff client, the IntranetUserCSS preference is what you want: input[type='text'] { padding : 2px; } input[type='text'].readonly { padding-left : 15px; } There's no reason to make JavaScript do that work on every page load if plain CSS can do it. -- You are receiving this mail because: You are watching all bug changes.