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 307-313 textarea, Link Here
307
.dt-button {
307
.dt-button {
308
    background-color: transparent;
308
    background-color: transparent;
309
    border: 0;
309
    border: 0;
310
    color: #0088cc;
310
    color: lighten( $links, 1.2 );
311
    line-height: 20px;
311
    line-height: 20px;
312
    padding: 4px 12px;
312
    padding: 4px 12px;
313
    text-align: center;
313
    text-align: center;
Lines 798-804 ul { Link Here
798
        }
798
        }
799
799
800
        a {
800
        a {
801
            color: #004D99;
801
            color: darken( $links, 5% );
802
            cursor: pointer;
802
            cursor: pointer;
803
            float: left;
803
            float: left;
804
            padding: .5em 1em;
804
            padding: .5em 1em;
(-)a/koha-tmpl/opac-tmpl/bootstrap/css/src/opac.scss (-1 / +24 lines)
Lines 467-472 th { Link Here
467
#action {
467
#action {
468
    a,
468
    a,
469
    button {
469
    button {
470
        color: darken( $links, 5% );
470
471
471
        &:hover {
472
        &:hover {
472
            i {
473
            i {
Lines 563-568 th { Link Here
563
    margin: 15px;
564
    margin: 15px;
564
    padding: 5px 10px;
565
    padding: 5px 10px;
565
    border-radius: 0px;
566
    border-radius: 0px;
567
568
    a {
569
570
            color: darken( $links, 5%);
571
572
    }
566
}
573
}
567
574
568
#opac-main-search {
575
#opac-main-search {
Lines 585-590 th { Link Here
585
.table-striped tbody > tr:nth-child(odd) > td,
592
.table-striped tbody > tr:nth-child(odd) > td,
586
.table-striped tbody > tr:nth-child(odd) > th {
593
.table-striped tbody > tr:nth-child(odd) > th {
587
    background-color: #F0F3F3;
594
    background-color: #F0F3F3;
595
596
    a {
597
        color: darken( $links, 5%);
598
599
        &.btn {
600
            color: #FFF;
601
        }
602
    }
603
604
    button {
605
        &.btn-link {
606
            color: darken( $links, 5% );
607
        }
608
    }
588
}
609
}
589
610
590
#availability_facet {
611
#availability_facet {
Lines 1279-1285 nav { Link Here
1279
1300
1280
/* action buttons */
1301
/* action buttons */
1281
#action {
1302
#action {
1282
    background-color: #F0F3F3;
1303
    background-color: #F5F5F5;
1283
    border: 1px solid #E8E8E8;
1304
    border: 1px solid #E8E8E8;
1284
    margin: .5em 0 0 0;
1305
    margin: .5em 0 0 0;
1285
    padding: .5em;
1306
    padding: .5em;
Lines 1289-1294 nav { Link Here
1289
    }
1310
    }
1290
1311
1291
    a {
1312
    a {
1313
        color: darken( $links, 5% );
1292
        font-weight: bold;
1314
        font-weight: bold;
1293
        text-decoration: none;
1315
        text-decoration: none;
1294
        text-align: left;
1316
        text-align: left;
Lines 1700-1705 nav { Link Here
1700
            background-color: #f0f3f3;
1722
            background-color: #f0f3f3;
1701
            border: 1px solid #d8d8d8;
1723
            border: 1px solid #d8d8d8;
1702
            border-bottom-width: 0;
1724
            border-bottom-width: 0;
1725
            color: darken( $links, 5% );
1703
            display: block;
1726
            display: block;
1704
            margin: 0;
1727
            margin: 0;
1705
            padding: .4em .6em;
1728
            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