stuff
This commit is contained in:
parent
c9b41e6531
commit
62d8797d22
|
@ -1684,11 +1684,11 @@
|
||||||
"inputerror": ["Input", "error"],
|
"inputerror": ["Input", "error"],
|
||||||
"inputfocused": ["Input", "focused"],
|
"inputfocused": ["Input", "focused"],
|
||||||
"inputmini": ["Input", "inputMini"],
|
"inputmini": ["Input", "inputMini"],
|
||||||
"inputmultiinput": ["BDFDB", "multiInput"],
|
"inputmulti": ["BDFDB", "multiInput"],
|
||||||
"inputmultiinputfield": ["BDFDB", "multiInputField"],
|
"inputmultifield": ["BDFDB", "multiInputField"],
|
||||||
"inputmultiinputfirst": ["BDFDB", "multiInputFirst"],
|
"inputmultifirst": ["BDFDB", "multiInputFirst"],
|
||||||
"inputmultiinputlast": ["BDFDB", "multiInputLast"],
|
"inputmultilast": ["BDFDB", "multiInputLast"],
|
||||||
"inputmultiinputwrapper": ["BDFDB", "multInputWrapper"],
|
"inputmultiwrapper": ["BDFDB", "multInputWrapper"],
|
||||||
"inputnumberbutton": ["BDFDB", "inputNumberButton"],
|
"inputnumberbutton": ["BDFDB", "inputNumberButton"],
|
||||||
"inputnumberbuttondown": ["BDFDB", "inputNumberButtonDown"],
|
"inputnumberbuttondown": ["BDFDB", "inputNumberButtonDown"],
|
||||||
"inputnumberbuttonup": ["BDFDB", "inputNumberButtonUp"],
|
"inputnumberbuttonup": ["BDFDB", "inputNumberButtonUp"],
|
||||||
|
|
|
@ -536,16 +536,16 @@ img:not([src]), img[src=""], img[src="null"] {
|
||||||
color: var(--channels-default);
|
color: var(--channels-default);
|
||||||
}
|
}
|
||||||
|
|
||||||
[REPLACE_CLASS_inputmultiinput] {
|
[REPLACE_CLASS_inputmulti] {
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
}
|
}
|
||||||
[REPLACE_CLASS_inputmultiinputfirst] {
|
[REPLACE_CLASS_inputmultifirst] {
|
||||||
flex-grow: 1;
|
flex-grow: 1;
|
||||||
padding: 0 8px;
|
padding: 0 8px;
|
||||||
}
|
}
|
||||||
[REPLACE_CLASS_inputmultiinputlast]::before {
|
[REPLACE_CLASS_inputmultilast]::before {
|
||||||
content: "";
|
content: "";
|
||||||
position: absolute;
|
position: absolute;
|
||||||
border: 1px solid var(--header-primary);
|
border: 1px solid var(--header-primary);
|
||||||
|
@ -554,11 +554,11 @@ img:not([src]), img[src=""], img[src="null"] {
|
||||||
margin-top: 5px;
|
margin-top: 5px;
|
||||||
opacity: .1;
|
opacity: .1;
|
||||||
}
|
}
|
||||||
[REPLACE_CLASS_inputmultiinputlast] input {
|
[REPLACE_CLASS_inputmultilast] input {
|
||||||
width: 250px;
|
width: 250px;
|
||||||
padding-left: 16px;
|
padding-left: 16px;
|
||||||
}
|
}
|
||||||
[REPLACE_CLASS_inputmultiinputfield] {
|
[REPLACE_CLASS_inputmultifield] {
|
||||||
border: none !important;
|
border: none !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue