|
|
|
@ -43,22 +43,22 @@ body .bi-button, #body .bi-button {
|
|
|
|
|
&.clear, &.clear .b-font:before { |
|
|
|
|
color: @color-bi-text-common-clear-button; |
|
|
|
|
} |
|
|
|
|
&.ghost{ |
|
|
|
|
&, & .b-font:before{ |
|
|
|
|
&.ghost { |
|
|
|
|
&, & .b-font:before { |
|
|
|
|
color: @color-bi-text-common-ghost-button; |
|
|
|
|
} |
|
|
|
|
&:hover{ |
|
|
|
|
&:hover { |
|
|
|
|
color: @color-bi-text; |
|
|
|
|
background-color: @color-bi-background-hover-common-ghost-button; |
|
|
|
|
} |
|
|
|
|
&:active{ |
|
|
|
|
&:active { |
|
|
|
|
background-color: @color-bi-background-active-common-ghost-button; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
&.button-ignore { |
|
|
|
|
& { |
|
|
|
|
background-color: transparent; |
|
|
|
|
background-color: @color-bi-background-ignore-button; |
|
|
|
|
&:not(.clear, .ghost) { |
|
|
|
|
border-color: @color-bi-border-ignore-button; |
|
|
|
|
} |
|
|
|
@ -342,6 +342,7 @@ body .bi-button, #body .bi-button {
|
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
&.button-ignore { |
|
|
|
|
background-color: @color-bi-background-ignore-button-theme-dark; |
|
|
|
|
&:hover{ |
|
|
|
|
background-color: @color-bi-background-hover-ignore-button-theme-dark; |
|
|
|
|
} |
|
|
|
@ -361,13 +362,17 @@ body .bi-button, #body .bi-button {
|
|
|
|
|
} |
|
|
|
|
&.button-success.disabled, |
|
|
|
|
&.button-error.disabled, |
|
|
|
|
&.button-warning.disabled, |
|
|
|
|
&.button-ignore.disabled { |
|
|
|
|
&.button-warning.disabled { |
|
|
|
|
&, &.base-disabled { |
|
|
|
|
background-color: fade(@color-bi-background-disabled-button-theme-dark, 20%) !important; |
|
|
|
|
@ieColor: argb(fade(@color-bi-background-disabled-button-theme-dark, 20%)); |
|
|
|
|
filter: ~"progid:DXImageTransform.Microsoft.gradient(startColorstr=@{ieColor},endColorstr=@{ieColor})"; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
&.button-ignore.disabled { |
|
|
|
|
&, &.base-disabled { |
|
|
|
|
background-color: @color-bi-background-ignore-button-theme-dark !important; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|