mirror of
https://github.com/processwire/processwire.git
synced 2025-08-15 03:05:26 +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
|
// avoids white left background where indent is
|
||||||
background: transparent;
|
background: transparent;
|
||||||
}
|
}
|
||||||
@@ -255,4 +255,3 @@
|
|||||||
// AdminThemeReno has wrong/reverse color here for ui-priority-secondary, not sure why
|
// AdminThemeReno has wrong/reverse color here for ui-priority-secondary, not sure why
|
||||||
color: rgba(255,255,255,0.8) !important;
|
color: rgba(255,255,255,0.8) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user