mirror of
https://github.com/processwire/processwire.git
synced 2025-08-25 15:51:37 +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 {
|
.InputfieldRepeater ul.ui-sortable > .InputfieldRepeaterItem > .InputfieldHeader {
|
||||||
position: relative; }
|
position: relative; }
|
||||||
.InputfieldRepeater .InputfieldRepeaterAddItem input {
|
.InputfieldRepeater .InputfieldRepeaterAddItem input {
|
||||||
position: absolute;
|
display: none !important; }
|
||||||
left: -9999px;
|
|
||||||
top: 0; }
|
|
||||||
.InputfieldRepeater ul.Inputfields + .InputfieldRepeaterAddItem {
|
.InputfieldRepeater ul.Inputfields + .InputfieldRepeaterAddItem {
|
||||||
margin-top: 0; }
|
margin-top: 0; }
|
||||||
.InputfieldRepeater .InputfieldRepeaterDrag {
|
.InputfieldRepeater .InputfieldRepeaterDrag {
|
||||||
|
@@ -140,9 +140,7 @@
|
|||||||
|
|
||||||
.InputfieldRepeaterAddItem input {
|
.InputfieldRepeaterAddItem input {
|
||||||
// count of added items hidden
|
// count of added items hidden
|
||||||
position: absolute;
|
display: none !important;
|
||||||
left: -9999px;
|
|
||||||
top: 0;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
ul.Inputfields + .InputfieldRepeaterAddItem {
|
ul.Inputfields + .InputfieldRepeaterAddItem {
|
||||||
|
Reference in New Issue
Block a user