|
|
@ -2,6 +2,19 @@ |
|
|
|
|
|
|
|
|
|
|
|
.base-disabled { |
|
|
|
.base-disabled { |
|
|
|
cursor: not-allowed !important; |
|
|
|
cursor: not-allowed !important; |
|
|
|
|
|
|
|
.cursor-pointer { |
|
|
|
|
|
|
|
cursor: not-allowed !important; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
.cursor-default { |
|
|
|
|
|
|
|
cursor: not-allowed !important; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
.cursor-move { |
|
|
|
|
|
|
|
cursor: not-allowed !important; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.cursor-text{ |
|
|
|
|
|
|
|
cursor: text; |
|
|
|
|
|
|
|
} |
|
|
|
color: @color-bi-text-disabled !important; |
|
|
|
color: @color-bi-text-disabled !important; |
|
|
|
|
|
|
|
|
|
|
|
& .bi-input { |
|
|
|
& .bi-input { |
|
|
|