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

(-)a/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss (-10 / +10 lines)
Lines 13-19 a { Link Here
13
    &:link,
13
    &:link,
14
    &:visited {
14
    &:visited {
15
        color: $green-text-color;
15
        color: $green-text-color;
16
        background-color: transparent;
17
        box-shadow: none;
16
        box-shadow: none;
18
        font-size: 100%;
17
        font-size: 100%;
19
    }
18
    }
Lines 3727-3734 progress { Link Here
3727
}
3726
}
3728
3727
3729
#browse-return-to-results {
3728
#browse-return-to-results {
3730
    background-color: #E8F0F6;
3729
    background-color: #e6e6e6;
3731
    border: 1px solid #bfd9b9;
3730
    border: 1px solid lighten(#418940, 30%);
3732
    border-bottom-width: 0;
3731
    border-bottom-width: 0;
3733
    border-top-left-radius: 5px;
3732
    border-top-left-radius: 5px;
3734
    border-top-right-radius: 5px;
3733
    border-top-right-radius: 5px;
Lines 3738-3762 progress { Link Here
3738
}
3737
}
3739
3738
3740
.browse-button {
3739
.browse-button {
3741
    background-color: #FFF;
3740
    background-color: transparent;
3742
    border: 1px solid #bfd9b9;
3741
    border: 1px solid lighten(#418940, 30%);
3743
    color: #004D99;
3744
    display: block;
3742
    display: block;
3745
    overflow: hidden;
3743
    overflow: hidden;
3746
    padding: .4em .6em;
3744
    padding: .4em .6em;
3747
    text-align: center;
3745
    text-align: center;
3748
    white-space: nowrap;
3746
    white-space: nowrap;
3749
    width: 100%;
3747
    width: 100%;
3748
}
3749
3750
a.browse-button {
3751
    color: $green-text-color;
3750
3752
3751
    &:hover {
3753
    &:hover {
3752
        background: #FAFAFA;
3754
        background: #fff;
3753
    }
3755
    }
3754
}
3756
}
3755
3757
3756
span {
3758
span {
3757
    &.browse-button {
3759
    &.browse-button {
3758
        background: #FAFAFA;
3760
        color: #999;
3759
        color: #222;
3760
    }
3761
    }
3761
3762
3762
    &.circ-hlt {
3763
    &.circ-hlt {
3763
- 

Return to bug 30952