Update content of files

This commit is contained in:
GitHub Action 2024-06-04 03:42:50 +00:00
parent a7234eef06
commit f131d0651d

View file

@ -1300,6 +1300,19 @@ a.tm-menu-link:focus {
background: var(--field-bg-color);
position: relative;
}
.tm-field-hint {
margin: 8px 14px;
}
.tm-field .form-control-link {
cursor: pointer;
}
.tm-field .form-control-link:hover {
text-decoration: none;
}
.tm-field .form-control-link.urgent {
color: var(--unavail-color);
}
.tm-search-field:before {
position: absolute;
margin: 4px 9px;
@ -2577,10 +2590,6 @@ a.tm-table-action-link:hover {
filter: blur(7px);
}
.tm-field-hint {
margin: 8px 14px;
}
.tm-number-form-group {
margin: 36px 0 0;
}