style: no longer use a red square to mark required fields (#7368)

This commit is contained in:
Frédéric Péters 2015-05-27 10:35:36 +02:00
parent 9f667283bb
commit 1dbaaf304c
1 changed files with 0 additions and 8 deletions

View File

@ -315,14 +315,6 @@ div.hint {
font-size: 80%;
}
span.required {
background: transparent url(/qo/css/required.png) 0px 0.5ex no-repeat;
padding: 0 0 0 24px;
margin-left: 1ex;
overflow: hidden;
color: white;
}
div.errornotice {
background: #fd6;
border: 1px solid #ffae15;