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

(-)a/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss (+11 lines)
Lines 2947-2952 button, Link Here
2947
        }
2947
        }
2948
    }
2948
    }
2949
2949
2950
    &.btn-info {
2951
        color: #fff;
2952
        background-color: #194EA3;
2953
        border-color: #0B439D;
2954
    }
2955
2956
    &.btn-success {
2957
        background-color: #419641;
2958
        border-color: #398339;
2959
    }
2960
2950
    &.btn-danger {
2961
    &.btn-danger {
2951
        background-color: #CC3333;
2962
        background-color: #CC3333;
2952
        border-color: #9B2323;
2963
        border-color: #9B2323;
(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/intranet-bottom.inc (-2 / +1 lines)
Lines 124-130 Link Here
124
                            <button type="button" class="btn btn-primary consentAcceptAll">Accept all cookies</button>
124
                            <button type="button" class="btn btn-primary consentAcceptAll">Accept all cookies</button>
125
                            [% IF ( Koha.Preference( 'ConsentJS' ).length > 0 ) %]
125
                            [% IF ( Koha.Preference( 'ConsentJS' ).length > 0 ) %]
126
                                <button type="button" class="btn btn-primary consentAcceptEssential">Accept only essential cookies</button>
126
                                <button type="button" class="btn btn-primary consentAcceptEssential">Accept only essential cookies</button>
127
                                <button type="button" class="btn btn-warning" id="consentAcceptSelected">Accept selected non-essential cookies</button>
127
                                <button type="button" class="btn btn-success" id="consentAcceptSelected">Accept selected non-essential cookies</button>
128
                            [% END %]
128
                            [% END %]
129
                        </div>
129
                        </div>
130
                    </div>
130
                    </div>
131
- 

Return to bug 27378