|
@@ -364,7 +364,22 @@
|
|
|
.ant-table-small > .ant-table-content .ant-table-body{
|
|
|
margin: 0;
|
|
|
}
|
|
|
+ input:disabled{
|
|
|
+ opacity: 1!important;
|
|
|
+ color: #fff!important;
|
|
|
+ background: red!important;
|
|
|
+ -webkit-text-fill-color: #fff!important;
|
|
|
+ }
|
|
|
+ .ant-checkbox-input[disabled]{
|
|
|
+ background: red!important;
|
|
|
+ }
|
|
|
}
|
|
|
+input:disabled{
|
|
|
+ opacity: 1!important;
|
|
|
+ color: #fff!important;
|
|
|
+ background: red!important;
|
|
|
+ -webkit-text-fill-color: #fff!important;
|
|
|
+ }
|
|
|
.sTable.fixPagination{
|
|
|
>.ant-table-wrapper{
|
|
|
height: 100%;
|