|
|
|
@ -221,6 +221,11 @@ body .bi-button, #body .bi-button {
|
|
|
|
|
.opacity(0.5); |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
&.button-ignore.disabled { |
|
|
|
|
&.ghost { |
|
|
|
|
.opacity(1); |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
&.button-common.disabled { |
|
|
|
|
&.ghost { |
|
|
|
|
&, & .b-font:before { |
|
|
|
@ -361,7 +366,7 @@ body .bi-button, #body .bi-button {
|
|
|
|
|
color: @color-bi-text-disabled-theme-dark !important; |
|
|
|
|
} |
|
|
|
|
background: transparent !important; |
|
|
|
|
.opacity(0.8); |
|
|
|
|
.opacity(1); |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
@ -377,7 +382,7 @@ body .bi-button, #body .bi-button {
|
|
|
|
|
} |
|
|
|
|
&.ghost { |
|
|
|
|
background: transparent !important; |
|
|
|
|
.opacity(0.8); |
|
|
|
|
.opacity(1); |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|