@@ -36,7 +36,7 @@ const TEMPLATE = `
<!-- /ko -->
<!-- ko if: status() === '${ EXECUTION_STATUS.running }' || waiting() -->
<!-- ko ifnot: stopping -->
- <button class="btn btn-primary btn-mini btn-execute disable-feedback" data-test="stop" data-bind="click: stop"><i class="fa fa-stop fa-fw"></i>
+ <button class="btn btn-danger btn-mini btn-execute disable-feedback" data-test="stop" data-bind="click: stop"><i class="fa fa-stop fa-fw"></i>
<!-- ko ifnot: waiting -->
${ I18n('Stop') }
@@ -5827,6 +5827,9 @@ fieldset[disabled] .btn-info {
border-color: #E0E0E0;
background-color: #E0E0E0;
}
+.btn-primary {
+ border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
+}
.btn-danger {
color: #FFFFFF;
border-color: #bd362f;
@@ -26,10 +26,6 @@
.btn-group {
.btn {
font-size: 11px;
-
- &:not([disabled]) {
- border-bottom-color: @hue-primary-color-dark;
- }
.btn-execute {