adding a color to approve and deny button to avoid white on white

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
This commit is contained in:
paul 2007-12-18 19:03:53 +01:00 committed by Joshua Ferraro
parent 167c355263
commit be56a7d3b6

View file

@ -88,3 +88,11 @@ div.subfield_line label {
margin-left:10px;
margin-right:-10px;
}
.dialog input.approve {
color:#027ac6;
}
.dialog input.deny {
color:red;
}