diff --git a/e107_themes/bootstrap3/admin_dark.css b/e107_themes/bootstrap3/admin_dark.css index 8e7c6db55..41daff900 100644 --- a/e107_themes/bootstrap3/admin_dark.css +++ b/e107_themes/bootstrap3/admin_dark.css @@ -59,6 +59,14 @@ tr.highlight-even, .table-striped > tbody > tr.highlight-even { background-colo .tab-content { background-color: #373737 } +input:invalid:focus, +textarea:invalid:focus, +select:invalid:focus { + border-color: red; + box-shadow: 0px 1px 1px 0px rgba(255, 0, 0, 0.75) inset; +} + + /* .bootstrap-select, bootstrap-select button {