madewithsalt / eorzea_timers

Using the Eorzean time formula to create handy timers for gathering nuts.
http://www.eorzea-timers.com
5 stars 2 forks source link

Night mode validation css #15

Closed kiaka010 closed 9 years ago

kiaka010 commented 9 years ago

When night mode is active the css for "New Timer" doesn't apply the error validation

Steps to reproduce 1) select night mode 2) add new time 3) with nothing added into the new timer form, attempt to submit 4) Name/Time/Duration doesn't highlight as red and form doesn't submit.

Cause The css for the error is in main.css (parsley-error) and gets over written by dark.css. dark.css doesn't have any parsley-error css or main.css : parsley-error doesn't have !important applied