forked from geolba/tethys.backend
- add key word table for submitter with adeqate validations ind DatasetController.ts an model Subject.ts
- npm updates
This commit is contained in:
parent
43fd349301
commit
440fdb9fa7
8 changed files with 657 additions and 324 deletions
|
@ -39,6 +39,10 @@ table {
|
|||
tbody tr:nth-child(odd) {
|
||||
@apply lg:bg-gray-50 lg:dark:bg-slate-800;
|
||||
}
|
||||
|
||||
/* tbody tr:nth-child(even) {
|
||||
@apply lg:bg-gray-50 lg:dark:bg-slate-800 lg:bg-opacity-25;
|
||||
} */
|
||||
|
||||
td:before {
|
||||
content: attr(data-label);
|
||||
|
|
Loading…
Add table
editor.link_modal.header
Reference in a new issue