Added global mixin onDynamicFormParams method.
This commit is contained in:
16
public/css/custom.css
vendored
16
public/css/custom.css
vendored
@ -1740,12 +1740,22 @@ table .align-items-center td span.badge {
|
||||
|
||||
.input-number-disabled::-webkit-inner-spin-button,
|
||||
.input-number-disabled::-webkit-outer-spin-button {
|
||||
-webkit-appearance: none;
|
||||
margin: 0;
|
||||
-webkit-appearance: none;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.input-number-disabled {
|
||||
-moz-appearance: textfield;
|
||||
}
|
||||
|
||||
/* Disable default html styling for input[type="number] Finish */
|
||||
/* Disable default html styling for input[type="number] Finish */
|
||||
|
||||
.remove-arrow-select .el-input__inner {
|
||||
-webkit-appearance: none;
|
||||
-moz-appearance: none;
|
||||
cursor: auto !important;
|
||||
}
|
||||
|
||||
.remove-arrow-select .el-select__caret {
|
||||
display: none;
|
||||
}
|
||||
|
Reference in New Issue
Block a user