diff --git a/js/apps/system/aardvark/frontend/scss/_documentsView.scss b/js/apps/system/aardvark/frontend/scss/_documentsView.scss index 1f8dbb0e2c..9bfddc89d3 100644 --- a/js/apps/system/aardvark/frontend/scss/_documentsView.scss +++ b/js/apps/system/aardvark/frontend/scss/_documentsView.scss @@ -121,3 +121,7 @@ margin-top: -58px; width: 115px; } + +.ace_error { + background: none !important; +} diff --git a/js/apps/system/aardvark/frontend/scss/generated.css b/js/apps/system/aardvark/frontend/scss/generated.css index 968e2f3967..392d1aab95 100644 --- a/js/apps/system/aardvark/frontend/scss/generated.css +++ b/js/apps/system/aardvark/frontend/scss/generated.css @@ -6090,3 +6090,6 @@ table .sorting { float: right; margin-top: -58px; width: 115px; } + +.ace_error { + background: none !important; }