mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-24 05:04:07 -08:00
makes required a pseudo field
This commit is contained in:
parent
c38222e956
commit
2a2666be0b
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue