diff --git a/Library/_res/BDFDB.data.json b/Library/_res/BDFDB.data.json index f9c89e655f..0f1d062364 100644 --- a/Library/_res/BDFDB.data.json +++ b/Library/_res/BDFDB.data.json @@ -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"], diff --git a/Library/_res/BDFDB.raw.css b/Library/_res/BDFDB.raw.css index 1a0e49940b..3d94ab14bd 100644 --- a/Library/_res/BDFDB.raw.css +++ b/Library/_res/BDFDB.raw.css @@ -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; }