Minor adjustment to the color of "invalid" input fields.

Monotone-Parent: 74828d7539e15e54c9b42034f03693356bb13912
Monotone-Revision: d537d152064e4fd06ac7b263bf3d3b3738715291

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2012-06-11T13:27:08
This commit is contained in:
Francis Lachapelle
2012-06-11 13:27:08 +00:00
parent ac46cef9b0
commit 2f2446c9a6
2 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -695,7 +695,8 @@ INPUT.comboBoxField
{ margin-right: 0px; }
INPUT.textField._invalid, INPUT.comboBoxField._invalid
{ background-color: #f00 !important; }
{ background-color: #f66 !important;
border-color: #f00; }
BUTTON.comboBoxButton
{ background-image: url("arrow-down.png");