Skip to content

Commit

Permalink
CSS: consistency for 'required' color
Browse files Browse the repository at this point in the history
  • Loading branch information
dregad committed Jan 1, 2016
1 parent 892d350 commit 28fee5e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions css/default.css
Expand Up @@ -30,7 +30,7 @@ select {}

span { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; }
span.print { font-size: 8pt; }
span.required { font-size: 8pt; color: #bb0000; }
span.required { font-size: 8pt; color: red; }
span.small { font-size: 8pt; font-weight: normal; }
span.bracket-link { white-space: nowrap; }

Expand Down Expand Up @@ -531,7 +531,8 @@ div.form-container fieldset legend {
border: none;
font-weight: bold;
}
div.form-container fieldset label.required:before {
div.form-container fieldset label.required:before,
td label.required:before {
font-size: 8pt;
content: '* ';
color: red;
Expand Down

0 comments on commit 28fee5e

Please sign in to comment.