This commit is contained in:
Mirco Wittrien 2020-10-29 20:19:10 +01:00
parent 62d8797d22
commit 83d9003fd8
2 changed files with 24 additions and 2 deletions

View File

@ -372,6 +372,10 @@
"paginationListPagination": "pagination-ko4zZk",
"popoutWrapper": "popout-xwjvsX",
"quickSelectWrapper": "quickSelectWrapper-UCfTKz",
"listInput": "listInput-11g5Sr",
"listInputDelete": "delete-M_nPTt",
"listInputItem": "item-wGC8aX",
"listInputItems": "items-D9PGwH",
"menuColorCustom": "colorCustom-44asd2",
"menuItemHint": "hint-BK71lM",
"modalHeaderShade": "shade-h6F4sT",
@ -386,7 +390,7 @@
"multiInputField": "multiInputField-GfMBpr",
"multiInputFirst": "multiInputFirst-5rMj_O",
"multiInputLast": "multiInputLast-HWxgTr",
"multiInputWrapper": "multInputWrapper-g6Srtv",
"multiInputWrapper": "multiInputWrapper-g6Srtv",
"noticeWrapper": "noticeWrapper-8z511t",
"searchBarWrapper": "searchBarWrapper-1GpKvB",
"selectWrapper": "selectWrapper-yPjeij",
@ -1683,12 +1687,16 @@
"inputeditable": ["Input", "editable"],
"inputerror": ["Input", "error"],
"inputfocused": ["Input", "focused"],
"inputlist": ["Input", "listInput"],
"inputlistdelete": ["Input", "listInputDelete"],
"inputlistitem": ["Input", "listInputItem"],
"inputlistitems": ["Input", "listInputItems"],
"inputmini": ["Input", "inputMini"],
"inputmulti": ["BDFDB", "multiInput"],
"inputmultifield": ["BDFDB", "multiInputField"],
"inputmultifirst": ["BDFDB", "multiInputFirst"],
"inputmultilast": ["BDFDB", "multiInputLast"],
"inputmultiwrapper": ["BDFDB", "multInputWrapper"],
"inputmultiwrapper": ["BDFDB", "multiInputWrapper"],
"inputnumberbutton": ["BDFDB", "inputNumberButton"],
"inputnumberbuttondown": ["BDFDB", "inputNumberButtonDown"],
"inputnumberbuttonup": ["BDFDB", "inputNumberButtonUp"],

View File

@ -562,6 +562,20 @@ img:not([src]), img[src=""], img[src="null"] {
border: none !important;
}
[REPLACE_CLASS_inputlistitems] {
display: flex;
justify-content: center;
align-items: center;
}
[REPLACE_CLASS_inputlistitem] {
display: flex;
justify-content: center;
align-items: center;
}
[REPLACE_CLASS_inputlistitemdelete] {
margin-left: 6px;
}
[REPLACE_CLASS_inputnumberwrapper] {
position: relative;
}