X-Git-Url: https://projects.mako.cc/source/selectricity-live/blobdiff_plain/2ba40f97b78f529984ff26c7c7d61c91d213e7b0..fd484b33a3920e0031007c5c2f1dec61913cbab5:/public/stylesheets/vb.css diff --git a/public/stylesheets/vb.css b/public/stylesheets/vb.css index 176fd28..9f0d7c8 100644 --- a/public/stylesheets/vb.css +++ b/public/stylesheets/vb.css @@ -101,3 +101,9 @@ a:active { color: #FFFFFF; text-decoration: none; background: #0259C4; } font-size: 12px; font-weight: bold; } +.fieldWithErrors { + display: inline; +} +.fieldWithErrors input, .fieldWithErrors select { + background-color: #ffdfdf; +}