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 3725-3732 progress { Link Here
3725
}
3724
}
3726
3725
3727
#browse-return-to-results {
3726
#browse-return-to-results {
3728
    background-color: #E8F0F6;
3727
    background-color: #e6e6e6;
3729
    border: 1px solid #bfd9b9;
3728
    border: 1px solid lighten(#418940, 30%);
3730
    border-bottom-width: 0;
3729
    border-bottom-width: 0;
3731
    border-top-left-radius: 5px;
3730
    border-top-left-radius: 5px;
3732
    border-top-right-radius: 5px;
3731
    border-top-right-radius: 5px;
Lines 3736-3760 progress { Link Here
3736
}
3735
}
3737
3736
3738
.browse-button {
3737
.browse-button {
3739
    background-color: #FFF;
3738
    background-color: transparent;
3740
    border: 1px solid #bfd9b9;
3739
    border: 1px solid lighten(#418940, 30%);
3741
    color: #004D99;
3742
    display: block;
3740
    display: block;
3743
    overflow: hidden;
3741
    overflow: hidden;
3744
    padding: .4em .6em;
3742
    padding: .4em .6em;
3745
    text-align: center;
3743
    text-align: center;
3746
    white-space: nowrap;
3744
    white-space: nowrap;
3747
    width: 100%;
3745
    width: 100%;
3746
}
3747
3748
a.browse-button {
3749
    color: $green-text-color;
3748
3750
3749
    &:hover {
3751
    &:hover {
3750
        background: #FAFAFA;
3752
        background: #fff;
3751
    }
3753
    }
3752
}
3754
}
3753
3755
3754
span {
3756
span {
3755
    &.browse-button {
3757
    &.browse-button {
3756
        background: #FAFAFA;
3758
        color: #999;
3757
        color: #222;
3758
    }
3759
    }
3759
3760
3760
    &.circ-hlt {
3761
    &.circ-hlt {
3761
- 

Return to bug 30952