[Koha-bugs] [Bug 12376] blinking cursor not clear in larger resolutions

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Nov 17 17:54:21 CET 2014


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12376

--- Comment #4 from Owen Leonard <oleonard at 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.


More information about the Koha-bugs mailing list