|
|
@ -228,7 +228,7 @@ body .bi-button, #body .bi-button { |
|
|
|
.transition(@activeStopVal) |
|
|
|
.transition(@activeStopVal) |
|
|
|
} |
|
|
|
} |
|
|
|
&:hover{ |
|
|
|
&:hover{ |
|
|
|
background-color: @color-bi-blue-5; |
|
|
|
background-color: @color-bi-blue-10; |
|
|
|
.transition(@hoverVal); |
|
|
|
.transition(@hoverVal); |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
@ -256,7 +256,7 @@ body .bi-button, #body .bi-button { |
|
|
|
} |
|
|
|
} |
|
|
|
&.button-ignore { |
|
|
|
&.button-ignore { |
|
|
|
&:hover{ |
|
|
|
&:hover{ |
|
|
|
background-color: @color-bi-blue-5; |
|
|
|
background-color: @color-bi-blue-10; |
|
|
|
} |
|
|
|
} |
|
|
|
&:active{ |
|
|
|
&:active{ |
|
|
|
background-color: @color-bi-blue-10; |
|
|
|
background-color: @color-bi-blue-10; |
|
|
|