update assets

This commit is contained in:
2023-10-27 07:54:32 +00:00
parent 17741daeb9
commit 9433a58a0b
258 changed files with 6904 additions and 5127 deletions

View File

@@ -257,11 +257,11 @@
/* Once the :has() pseudo-class is supported by all browsers, the tr.selected
selector and the JS adding the class can be removed. */
#changelist table tbody tr.selected {
#changelist tbody tr.selected {
background-color: var(--selected-row);
}
#changelist table tbody tr:has(input[type=checkbox]:checked) {
#changelist tbody tr:has(.action-select:checked) {
background-color: var(--selected-row);
}

View File

@@ -130,7 +130,9 @@ form .aligned div.help {
padding-left: 10px;
}
form .aligned p.datetime div.help.timezonewarning {
form .aligned p.date div.help.timezonewarning,
form .aligned p.datetime div.help.timezonewarning,
form .aligned p.time div.help.timezonewarning {
margin-left: 0;
padding-left: 0;
font-weight: normal;

View File

@@ -147,7 +147,9 @@ form .aligned div.help {
form div.help ul,
form .aligned .checkbox-row + .help,
form .aligned p.datetime div.help.timezonewarning {
form .aligned p.date div.help.timezonewarning,
form .aligned p.datetime div.help.timezonewarning,
form .aligned p.time div.help.timezonewarning {
margin-right: 0;
padding-right: 0;
}