You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

index.less 217 B

123456789
  1. .disabled-input {
  2. padding: 4px 11px;
  3. color: rgba(0, 0, 0, 0.25);
  4. font-size: @font-size-input;
  5. background-color: rgba(0, 0, 0, 0.04);
  6. border: 1px solid #d9d9d9;
  7. border-radius: 6px;
  8. cursor: not-allowed;
  9. }