Changes

Jump to: navigation, search

Bugzilla:Bug Layout Revision

2 bytes added, 08:22, 26 December 2006
Jesse (3)
Wow, getting rid of the form element borders helps a lot. Some CSS could be used to simply hide the borders of inactive form elements:
.subtle { border: 1px solid transparent; padding: 1px; } .subtle:hover, .subtle:focus { border: 1px inset black; }
This seems to work pretty well for <input type="text"> and <select>.
Confirm
729
edits

Navigation menu