Fix error message style being overrided

This commit is contained in:
Toks
2015-07-01 10:40:04 -04:00
parent 56d7b79792
commit 654abe60ed

View File

@@ -15,8 +15,11 @@ div#notice {
left: 25%;
width: 50%;
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 {