From 1b3f1f702b11ccd75e52adaa54f9c8803208c431 Mon Sep 17 00:00:00 2001 From: Cameron Date: Sun, 2 Aug 2015 20:12:55 -0700 Subject: [PATCH] Admin-UI: styling for required/invalid fields. --- e107_themes/bootstrap3/admin_dark.css | 8 ++++++++ 1 file changed, 8 insertions(+) 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 {