1
0
mirror of https://github.com/processwire/processwire.git synced 2025-08-13 02:04:35 +02:00

Minor CSS adjustment for InputfieldRepeater, fixes issue where wrong background color could appear on depth-enabled repeater in fieldset

This commit is contained in:
Ryan Cramer
2023-08-25 08:44:08 -04:00
parent d61436256e
commit 571c2dd1c2
2 changed files with 2 additions and 3 deletions

File diff suppressed because one or more lines are too long

View File

@@ -16,7 +16,7 @@
}
}
.InputfieldRepeaterItemHasDepth {
.InputfieldContent .InputfieldRepeaterItemHasDepth {
// avoids white left background where indent is
background: transparent;
}
@@ -255,4 +255,3 @@
// AdminThemeReno has wrong/reverse color here for ui-priority-secondary, not sure why
color: rgba(255,255,255,0.8) !important;
}