mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-03 18:07:41 -08:00
orange bar for requirednessness
This commit is contained in:
parent
dd223fc215
commit
0d608552ef
|
@ -384,7 +384,7 @@ a.logo.no-hover a:hover {
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
input:required, select:required {
|
input:required, select:required, textarea:required {
|
||||||
border-right: 6px solid orange;
|
border-right: 6px solid orange;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue