Commit 48fd281a4ebc6e1e191819aaa844a721a3b4cee3

Authored by Fabio Teixeira
1 parent 277c965f
Exists in bootstrap_modal

add explanation and required field colors

Signed-off-by: Fabio Teixeira <fabio1079@gmail.com>
Showing 1 changed file with 9 additions and 0 deletions   Show diff stats
src/noosfero-spb-theme/css/modal.css
@@ -102,3 +102,12 @@ @@ -102,3 +102,12 @@
102 .modal button.button.with-text { 102 .modal button.button.with-text {
103 padding: 0px 15px; 103 padding: 0px 15px;
104 } 104 }
  105 +
  106 +.modal-body .explanation {
  107 + color: #3E67B1;
  108 +}
  109 +
  110 +.modal-body span.required-field,
  111 +.modal-body span.required-field .pseudoformlabel {
  112 + color: #C00;
  113 +}