mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-31 16:37:27 -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;
|
||||
}
|
||||
|
||||
input:required, select:required {
|
||||
input:required, select:required, textarea:required {
|
||||
border-right: 6px solid orange;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue