You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
449 B
19 lines
449 B
13 years ago
|
@import 'compass/css3/border-radius';
|
||
|
|
||
|
#main .block .content #error_explanation {
|
||
|
@include border-top-radius(6px);
|
||
|
border-left: 1px solid #993624;
|
||
|
border-right: 1px solid #993624;
|
||
|
border-bottom: 1px solid #993624;
|
||
|
h2 {
|
||
|
background-color: #cc4831;
|
||
|
}
|
||
|
.field_with_errors {
|
||
|
label {
|
||
|
color: #cc4831;
|
||
|
}
|
||
|
input, textarea, select {
|
||
|
border: 1px solid #cc4831;
|
||
|
}
|
||
|
}
|
||
|
}
|