Fix error message style being overrided
This commit is contained in:
@@ -15,8 +15,11 @@ div#notice {
|
|||||||
left: 25%;
|
left: 25%;
|
||||||
width: 50%;
|
width: 50%;
|
||||||
z-index: 100;
|
z-index: 100;
|
||||||
background-color: #FFFBBF;;
|
|
||||||
border: 1px solid #CCC999;
|
&:not(.ui-state-error) {
|
||||||
|
background-color: #FFFBBF;
|
||||||
|
border: 1px solid #CCC999;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
a#close-notice-link {
|
a#close-notice-link {
|
||||||
|
|||||||
Reference in New Issue
Block a user