Login Form Issue, Opera only

Resolved! Took some real detective work for this one :sherlock:
Opera (Linux/Windows) only in production, ok in Chrome, ie, firefox
Application#4, 'currencies', finally figured out that in this list:
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, textarea, input, select {margin: 0; padding: 0; border: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline

having the 'input' included was screwing the form up (you actually couldn't enter the password field!…)
Initally removed the stylesheet (ugly), then finally
removed just that that from the .css and all is finally good. Whew!

Leave a comment