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

(-)a/koha-tmpl/opac-tmpl/bootstrap/css/src/_common.scss (-3 / +3 lines)
Lines 19-25 $input-btn-focus-color: #85CA11; Link Here
19
$input-btn-focus-box-shadow: 0 1px 1px $input-btn-focus-width $input-btn-focus-color;
19
$input-btn-focus-box-shadow: 0 1px 1px $input-btn-focus-width $input-btn-focus-color;
20
20
21
$color: #999999;
21
$color: #999999;
22
$links: #0076B2;
22
$links: #0074AD;
23
$links-hover: #005580;
23
$links-hover: #005580;
24
$footer-height: 45px;
24
$footer-height: 45px;
25
25
Lines 163-169 h1 { Link Here
163
163
164
    & > li {
164
    & > li {
165
        & > a {
165
        & > a {
166
            color: #777777;
166
            color: #666666;
167
            font-weight: bold;
167
            font-weight: bold;
168
        }
168
        }
169
169
Lines 204-210 h1 { Link Here
204
}
204
}
205
205
206
.btn-primary {
206
.btn-primary {
207
    $base-bg: #77b50f;
207
    $base-bg: #548300;
208
    background-image: linear-gradient(to bottom, lighten(saturate($base-bg, 0.5), 4), $base-bg);
208
    background-image: linear-gradient(to bottom, lighten(saturate($base-bg, 0.5), 4), $base-bg);
209
    background-color: $base-bg;
209
    background-color: $base-bg;
210
    background-position: 0;
210
    background-position: 0;
(-)a/koha-tmpl/opac-tmpl/bootstrap/css/src/opac.scss (-4 / +4 lines)
Lines 315-321 th { Link Here
315
        }
315
        }
316
316
317
        &.clearsh {
317
        &.clearsh {
318
            color: #E8583C;
318
            color: #D43C00;
319
            font-size: 80%;
319
            font-size: 80%;
320
            font-weight: normal;
320
            font-weight: normal;
321
            padding-bottom: .6rem;
321
            padding-bottom: .6rem;
Lines 571-577 th { Link Here
571
    padding: 15px;
571
    padding: 15px;
572
572
573
    label {
573
    label {
574
        color: #727272;
574
        color: #666666;
575
        font-size: 115%;
575
        font-size: 115%;
576
        font-weight: bold;
576
        font-weight: bold;
577
        margin: 0;
577
        margin: 0;
Lines 1011-1017 div { Link Here
1011
}
1011
}
1012
1012
1013
.results_summary {
1013
.results_summary {
1014
    color: #707070;
1014
    color: #666666;
1015
    display: block;
1015
    display: block;
1016
    font-size: 85%;
1016
    font-size: 85%;
1017
    padding: 0 0 .5em;
1017
    padding: 0 0 .5em;
Lines 1632-1637 nav { Link Here
1632
        a {
1632
        a {
1633
            background-color: #F0F3F3;
1633
            background-color: #F0F3F3;
1634
            border-bottom: 1px solid #D8D8D8;
1634
            border-bottom: 1px solid #D8D8D8;
1635
            color: #666666;
1635
            display: block;
1636
            display: block;
1636
            font-weight: bold;
1637
            font-weight: bold;
1637
            padding: .7em .2em;
1638
            padding: .7em .2em;
1638
- 

Return to bug 28188