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

(-)a/koha-tmpl/opac-tmpl/bootstrap/css/src/_common.scss (-2 / +4 lines)
Lines 26-31 $footer-height: 45px; Link Here
26
$sci-link-color: #0076B6;
26
$sci-link-color: #0076B6;
27
$sci-heading-color: #727272;
27
$sci-heading-color: #727272;
28
28
29
$high-contrast-grey: #666666;
30
29
@mixin shadowed {
31
@mixin shadowed {
30
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .2);
32
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .2);
31
}
33
}
Lines 163-169 h1 { Link Here
163
165
164
    & > li {
166
    & > li {
165
        & > a {
167
        & > a {
166
            color: #666666;
168
            color: $high-contrast-grey;
167
            font-weight: bold;
169
            font-weight: bold;
168
        }
170
        }
169
171
Lines 1288-1294 button { Link Here
1288
1290
1289
#koha_url {
1291
#koha_url {
1290
    p {
1292
    p {
1291
        color: #666666;
1293
        color: $high-contrast-grey;
1292
        float: right;
1294
        float: right;
1293
        margin: 0;
1295
        margin: 0;
1294
    }
1296
    }
(-)a/koha-tmpl/opac-tmpl/bootstrap/css/src/opac.scss (-5 / +4 lines)
Lines 567-573 th { Link Here
567
    padding: 15px;
567
    padding: 15px;
568
568
569
    label {
569
    label {
570
        color: #666666;
570
        color: $high-contrast-grey;
571
        font-size: 115%;
571
        font-size: 115%;
572
        font-weight: bold;
572
        font-weight: bold;
573
        margin: 0;
573
        margin: 0;
Lines 1044-1050 div { Link Here
1044
    }
1044
    }
1045
1045
1046
    .label {
1046
    .label {
1047
        color: #666666;
1047
        color: $high-contrast-grey;
1048
    }
1048
    }
1049
1049
1050
    a {
1050
    a {
Lines 1973-1979 nav { Link Here
1973
.suggestion {
1973
.suggestion {
1974
    background-color: #F0F3F3;
1974
    background-color: #F0F3F3;
1975
    border: 1px solid #F0F3F3;
1975
    border: 1px solid #F0F3F3;
1976
    color: #666666;
1976
    color: $high-contrast-grey;
1977
    margin: 1em auto;
1977
    margin: 1em auto;
1978
    padding: .5em;
1978
    padding: .5em;
1979
    width: 35%;
1979
    width: 35%;
Lines 2429-2435 nav { Link Here
2429
2429
2430
    h2 {
2430
    h2 {
2431
        background-color: #E2E8E8;
2431
        background-color: #E2E8E8;
2432
        color: #666666;
2432
        color: $high-contrast-grey;
2433
        font-size: 1.1rem;
2433
        font-size: 1.1rem;
2434
        margin-top: 0;
2434
        margin-top: 0;
2435
        padding: 5px;
2435
        padding: 5px;
2436
- 

Return to bug 29070