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

(-)a/koha-tmpl/opac-tmpl/bootstrap/css/src/_common.scss (-2 / +1 lines)
Lines 206-212 h1 { Link Here
206
}
206
}
207
207
208
.btn-primary {
208
.btn-primary {
209
    $base-bg: #77b50f;
209
    $base-bg: #548300;
210
    background-image: linear-gradient(to bottom, lighten(saturate($base-bg, 0.5), 4), $base-bg);
210
    background-image: linear-gradient(to bottom, lighten(saturate($base-bg, 0.5), 4), $base-bg);
211
    background-color: $base-bg;
211
    background-color: $base-bg;
212
    background-position: 0;
212
    background-position: 0;
213
- 

Return to bug 29036