1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-05 06:07:32 +02:00

Admin-UI: styling for required/invalid fields.

This commit is contained in:
Cameron
2015-08-02 20:12:55 -07:00
parent 990fa623bc
commit 1b3f1f702b

View File

@@ -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
{