17 lines
419 B
CSS
17 lines
419 B
CSS
.button-editable-input {
|
|
width: 100%;
|
|
}
|
|
|
|
.button-editable-input__field--readonly.ant-input,
|
|
.button-editable-input__field--readonly.ant-input-affix-wrapper,
|
|
.button-editable-input__field--readonly.ant-input-outlined {
|
|
color: rgba(0, 0, 0, 0.88);
|
|
background-color: #f5f5f5;
|
|
}
|
|
|
|
.button-editable-input__button--readonly.ant-btn {
|
|
color: rgba(0, 0, 0, 0.88);
|
|
background-color: #f5f5f5;
|
|
border-color: #d9d9d9;
|
|
}
|