Fix styling of error flash in admin section

This commit is contained in:
Rob Harrington
2017-03-02 13:49:08 +11:00
parent 936355d54b
commit 6c71ef8760

View File

@@ -28,8 +28,8 @@ text-angular .ta-editor {
left: 275px;
}
span.error, div.error {
color: #DA5354;
span.error, div.error:not(.flash) {
color: #DA5354;
}
/* Fix conflict between Spree and elRTE's styles */