Merge pull request #1746 from oeoeaio/fix-flash-error-color

Fix styling of error flash in admin section
This commit is contained in:
Enrico Stano
2017-08-11 11:45:31 +02:00
committed by GitHub

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 */