mirror of
https://github.com/processwire/processwire.git
synced 2025-08-13 10:15:28 +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:
File diff suppressed because one or more lines are too long
@@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user