mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-25 05:34:06 -08:00
Fixed border radius for bulk checkout field [ch16936]
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
37f2c7beac
commit
8a6c7269d3
|
@ -564,3 +564,7 @@ th.css-accessory > .th-inner::before
|
|||
.form-group.has-error label {
|
||||
color: #a94442;
|
||||
}
|
||||
|
||||
.select2-container--default .select2-selection--multiple {
|
||||
border-radius: 0px;
|
||||
}
|
Loading…
Reference in a new issue