More subtle coloring for invalid fields.

This commit is contained in:
Mathias Meyer 2014-06-18 09:47:10 +02:00
parent d3b13d8238
commit ceba629b5c

View File

@ -24,7 +24,7 @@
.invalid
input
border-width: 1px
border-color: red
background: #ffb6c1
border-color: #ffb6c1
background: rgb(252, 227, 230)