Skip to content

Commit

Permalink
Update CSS for new error messages
Browse files Browse the repository at this point in the history
  • Loading branch information
xhero committed Sep 6, 2021
1 parent 931d7ea commit a4c9892
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ v 7.1.2
* Update Verovio to version 3.6.0
* Merge pull request #1139 from rism-digital/dependabot/bundler/rdoc-6.3.2
* Fix typos in translations, fix HOLDING WITHOUT SILGUM in de
* Update CSS for new error messages

v 7.1.1
* #1124 Fix 670 autocomplete
Expand Down
2 changes: 2 additions & 0 deletions vendor/assets/stylesheets/marc_editor.scss
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@
border-color: red;
}
* label.error {
display: block;
color: red;
}
* a.error {
Expand All @@ -150,6 +151,7 @@
border-color: orange;
}
* label.warning {
display: block;
color: orange;
}
* a.warning {
Expand Down

0 comments on commit a4c9892

Please sign in to comment.