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

(-)a/koha-tmpl/opac-tmpl/bootstrap/css/src/_common.scss (-2 / +2 lines)
Lines 309-315 textarea, Link Here
309
.dt-button {
309
.dt-button {
310
    background-color: transparent;
310
    background-color: transparent;
311
    border: 0;
311
    border: 0;
312
    color: #0088cc;
312
    color: lighten( $links, 1.2 );
313
    line-height: 20px;
313
    line-height: 20px;
314
    padding: 4px 12px;
314
    padding: 4px 12px;
315
    text-align: center;
315
    text-align: center;
Lines 800-806 ul { Link Here
800
        }
800
        }
801
801
802
        a {
802
        a {
803
            color: #004D99;
803
            color: darken( $links, 5% );
804
            cursor: pointer;
804
            cursor: pointer;
805
            float: left;
805
            float: left;
806
            padding: .5em 1em;
806
            padding: .5em 1em;
(-)a/koha-tmpl/opac-tmpl/bootstrap/css/src/opac.scss (-1 / +24 lines)
Lines 463-468 th { Link Here
463
#action {
463
#action {
464
    a,
464
    a,
465
    button {
465
    button {
466
        color: darken( $links, 5% );
466
467
467
        &:hover {
468
        &:hover {
468
            i {
469
            i {
Lines 559-564 th { Link Here
559
    margin: 15px;
560
    margin: 15px;
560
    padding: 5px 10px;
561
    padding: 5px 10px;
561
    border-radius: 0px;
562
    border-radius: 0px;
563
564
    a {
565
566
            color: darken( $links, 5%);
567
568
    }
562
}
569
}
563
570
564
#opac-main-search {
571
#opac-main-search {
Lines 581-586 th { Link Here
581
.table-striped tbody > tr:nth-child(odd) > td,
588
.table-striped tbody > tr:nth-child(odd) > td,
582
.table-striped tbody > tr:nth-child(odd) > th {
589
.table-striped tbody > tr:nth-child(odd) > th {
583
    background-color: #F0F3F3;
590
    background-color: #F0F3F3;
591
592
    a {
593
        color: darken( $links, 5%);
594
595
        &.btn {
596
            color: #FFF;
597
        }
598
    }
599
600
    button {
601
        &.btn-link {
602
            color: darken( $links, 5% );
603
        }
604
    }
584
}
605
}
585
606
586
#availability_facet {
607
#availability_facet {
Lines 1294-1300 nav { Link Here
1294
1315
1295
/* action buttons */
1316
/* action buttons */
1296
#action {
1317
#action {
1297
    background-color: #F0F3F3;
1318
    background-color: #F5F5F5;
1298
    border: 1px solid #E8E8E8;
1319
    border: 1px solid #E8E8E8;
1299
    margin: .5em 0 0 0;
1320
    margin: .5em 0 0 0;
1300
    padding: .5em;
1321
    padding: .5em;
Lines 1304-1309 nav { Link Here
1304
    }
1325
    }
1305
1326
1306
    a {
1327
    a {
1328
        color: darken( $links, 5% );
1307
        font-weight: bold;
1329
        font-weight: bold;
1308
        text-decoration: none;
1330
        text-decoration: none;
1309
        text-align: left;
1331
        text-align: left;
Lines 1715-1720 nav { Link Here
1715
            background-color: #f0f3f3;
1737
            background-color: #f0f3f3;
1716
            border: 1px solid #d8d8d8;
1738
            border: 1px solid #d8d8d8;
1717
            border-bottom-width: 0;
1739
            border-bottom-width: 0;
1740
            color: darken( $links, 5% );
1718
            display: block;
1741
            display: block;
1719
            margin: 0;
1742
            margin: 0;
1720
            padding: .4em .6em;
1743
            padding: .4em .6em;
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-tags.tt (-2 / +1 lines)
Lines 8-14 Link Here
8
[% BLOCK cssinclude %]
8
[% BLOCK cssinclude %]
9
    <style>
9
    <style>
10
        fieldset { padding : .3em;margin:.3em 0;}
10
        fieldset { padding : .3em;margin:.3em 0;}
11
        #tagcloud    {background-color: #F3F3F3; text-align: justify;padding:7px;}
11
        #tagcloud    {background-color: #F5F5F5; text-align: justify;padding:7px;}
12
        .tag a       {text-decoration: none;}
12
        .tag a       {text-decoration: none;}
13
        .tag a:hover {text-decoration: underline;}
13
        .tag a:hover {text-decoration: underline;}
14
        .tag         {display: block; padding-left: 1em;}
14
        .tag         {display: block; padding-left: 1em;}
15
- 

Return to bug 29126