Revision 49210315

b/snf-astakos-app/astakos/im/static/im/css/styles.css
1125 1125
  color: #ffffff;
1126 1126
}
1127 1127
.messages li.warning {
1128
  background-color: #ffc40d;
1128
  background-color: #AF6906;
1129 1129
  color: #000000;
1130 1130
}
1131
.messages .warning {
1132
  color: #ffffff !important;
1133
}
1134
.messages .warning a {
1135
  color: inherit;
1136
  font-weight: bold;
1137
}
1131 1138
.service-desc {
1132 1139
  margin-top: 4em;
1133 1140
}
......
1470 1477
  margin-bottom: 10px;
1471 1478
  display: block !important;
1472 1479
}
1480
#recaptcha_widget_div th, #recaptcha_widget_div td {
1481
  line-height: 1;
1482
}
1473 1483
.checkbox-widget.checked {
1474 1484
  background-color: #f00;
1475 1485
  background-image: url("../images/checkbox.png");
b/snf-astakos-app/astakos/im/static/im/css/styles.less
550 550

  
551 551
        &.success { background-color: @green; color: @white }
552 552
        &.error { background-color: @red; color: @white }
553
        &.warning { background-color: @yellow; color: @black }
553
        &.warning { background-color: #AF6906; color: @black }
554
    }
555
    
556
    .warning {
557
        color: @white !important;   
558
        a {
559
            color: inherit;
560
            font-weight: bold;
561
        }
554 562
    }
555 563

  
556 564
}

Also available in: Unified diff