mirror of
https://github.com/snipe/snipe-it.git
synced 2026-02-16 10:15:39 +00:00
makes required a pseudo field
This commit is contained in:
@ -384,7 +384,7 @@ a.logo.no-hover a:hover {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.required {
|
||||
input:required, select:required {
|
||||
border-right: 6px solid orange;
|
||||
}
|
||||
|
||||
|
||||
@ -156,10 +156,10 @@ a.accordion-header {
|
||||
height: 150px;
|
||||
}
|
||||
|
||||
|
||||
.select2-container {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.error input {
|
||||
color: #a94442;
|
||||
border: 2px solid #a94442 !important;
|
||||
@ -341,8 +341,11 @@ a.logo.no-hover a:hover {
|
||||
}
|
||||
|
||||
|
||||
.required {
|
||||
border-right: 6px solid orange;
|
||||
input:required, select:required {
|
||||
border-right: 4px solid orange;
|
||||
}
|
||||
select:required + .select2-container .select2-selection {
|
||||
border-right: 4px solid orange;
|
||||
}
|
||||
|
||||
body {
|
||||
|
||||
Reference in New Issue
Block a user