X-Git-Url: https://projects.mako.cc/source/selectricity/blobdiff_plain/4efa3e9bc47cc649205a399fde51ed7e61bef7f8..fd484b33a3920e0031007c5c2f1dec61913cbab5:/public/stylesheets/vb.css diff --git a/public/stylesheets/vb.css b/public/stylesheets/vb.css index a054b85..9f0d7c8 100644 --- a/public/stylesheets/vb.css +++ b/public/stylesheets/vb.css @@ -99,7 +99,11 @@ a:active { color: #FFFFFF; text-decoration: none; background: #0259C4; } #subtext { text-align: center; font-size: 12px; - font-weight: bold; - -} + font-weight: bold; } +.fieldWithErrors { + display: inline; +} +.fieldWithErrors input, .fieldWithErrors select { + background-color: #ffdfdf; +}