|
|
@@ -681,12 +681,20 @@ $uni-border-1: #dcdfe6 !default;
|
|
|
}
|
|
|
|
|
|
.is-disabled {
|
|
|
- background-color: transparent !important;
|
|
|
- color: var(--bs-body-color);
|
|
|
+ background-color: #f5f7fa !important;
|
|
|
+ color: #c0c4cc;
|
|
|
+ cursor: not-allowed;
|
|
|
+ .uni-input-wrapper,uni-input-input{
|
|
|
+ cursor: not-allowed;
|
|
|
+ }
|
|
|
|
|
|
.uni-easyinput__placeholder-class {
|
|
|
- color: var(--bs-body-color);
|
|
|
+ color: #c0c4cc;
|
|
|
font-size: 1rem;
|
|
|
+ cursor: not-allowed;
|
|
|
}
|
|
|
+ input:disabled{
|
|
|
+ cursor: not-allowed;
|
|
|
+ }
|
|
|
}
|
|
|
</style>
|