mirror of
https://github.com/processwire/processwire.git
synced 2025-08-25 07:41:30 +02:00
Fix issue in Firefox where repeaters with depth in AdminThemeUikit had strange outline on containing Inputfield element per suggestion in processwire/processwire-issues#602
This commit is contained in:
@@ -74,9 +74,7 @@
|
||||
.InputfieldRepeater ul.ui-sortable > .InputfieldRepeaterItem > .InputfieldHeader {
|
||||
position: relative; }
|
||||
.InputfieldRepeater .InputfieldRepeaterAddItem input {
|
||||
position: absolute;
|
||||
left: -9999px;
|
||||
top: 0; }
|
||||
display: none !important; }
|
||||
.InputfieldRepeater ul.Inputfields + .InputfieldRepeaterAddItem {
|
||||
margin-top: 0; }
|
||||
.InputfieldRepeater .InputfieldRepeaterDrag {
|
||||
|
@@ -140,9 +140,7 @@
|
||||
|
||||
.InputfieldRepeaterAddItem input {
|
||||
// count of added items hidden
|
||||
position: absolute;
|
||||
left: -9999px;
|
||||
top: 0;
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
ul.Inputfields + .InputfieldRepeaterAddItem {
|
||||
|
Reference in New Issue
Block a user