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 1352-1358 nav { Link Here
1352
1373
1353
/* action buttons */
1374
/* action buttons */
1354
#action {
1375
#action {
1355
    background-color: #F0F3F3;
1376
    background-color: #F5F5F5;
1356
    border: 1px solid #E8E8E8;
1377
    border: 1px solid #E8E8E8;
1357
    margin: .5em 0 0 0;
1378
    margin: .5em 0 0 0;
1358
    padding: .5em;
1379
    padding: .5em;
Lines 1362-1367 nav { Link Here
1362
    }
1383
    }
1363
1384
1364
    a {
1385
    a {
1386
        color: darken( $links, 5% );
1365
        font-weight: bold;
1387
        font-weight: bold;
1366
        text-decoration: none;
1388
        text-decoration: none;
1367
        text-align: left;
1389
        text-align: left;
Lines 1773-1778 nav { Link Here
1773
            background-color: #f0f3f3;
1795
            background-color: #f0f3f3;
1774
            border: 1px solid #d8d8d8;
1796
            border: 1px solid #d8d8d8;
1775
            border-bottom-width: 0;
1797
            border-bottom-width: 0;
1798
            color: darken( $links, 5% );
1776
            display: block;
1799
            display: block;
1777
            margin: 0;
1800
            margin: 0;
1778
            padding: .4em .6em;
1801
            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