View | Details | Raw Unified | Return to bug 32145
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss (-1 / +17 lines)
Lines 3070-3075 button, Link Here
3070
            border-left: 1px solid darken( saturate( $btn-primary, 15 ), 15 );
3070
            border-left: 1px solid darken( saturate( $btn-primary, 15 ), 15 );
3071
        }
3071
        }
3072
    }
3072
    }
3073
3074
    &.btn-danger {
3075
        background-color: #CC3333;
3076
        border-color: #9B2323;
3077
        color: #fff;
3078
    }
3079
3080
    &.btn-danger:hover {
3081
        color: #fff;
3082
        background-color: #c82333;
3083
        border-color: #a81c29;
3084
    }
3085
3086
    &.btn-danger:not( :disabled ):not( .disabled ).active,
3087
    &.btn-danger:not( :disabled ):not( .disabled ):active {
3088
        box-shadow: inset 0 0 0 1px #a81c29;
3089
    }
3073
}
3090
}
3074
3091
3075
#merge-patrons {
3092
#merge-patrons {
3076
- 

Return to bug 32145