mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-07-15 04:44:36 +02:00
Show a small dot next to required fields to improve usability.
This commit is contained in:
parent
fc829b7183
commit
6298da0572
1 changed files with 14 additions and 0 deletions
|
@ -882,3 +882,17 @@ table.dataTable tr.selected td.select-checkbox:after, table.dataTable tr.selecte
|
|||
background-color: var(--bs-success);
|
||||
border-color: var(--bs-success);
|
||||
}
|
||||
|
||||
/***********************************************
|
||||
* Form required dots
|
||||
***********************************************/
|
||||
|
||||
form .col-form-label.required:after, form label.required:after {
|
||||
bottom: 4px;
|
||||
color: var(--bs-dark);
|
||||
content: "\2022";
|
||||
filter: opacity(75%);
|
||||
position: relative;
|
||||
right: -2px;
|
||||
z-index: 700;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue