mirror of
https://github.com/e107inc/e107.git
synced 2025-08-06 06:38:00 +02:00
Admin-UI: styling for required/invalid fields.
This commit is contained in:
@@ -59,6 +59,14 @@ tr.highlight-even, .table-striped > tbody > tr.highlight-even { background-colo
|
|||||||
.tab-content { background-color: #373737 }
|
.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
|
.bootstrap-select, bootstrap-select button
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user