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

(-)a/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss (-13 / +8 lines)
Lines 90-100 a { Link Here
90
        color: #666;
90
        color: #666;
91
    }
91
    }
92
92
93
    &.overdue,
94
    &.debit {
95
        color: #CC0000;
96
    }
97
98
    &.popup {
93
    &.popup {
99
        background: transparent url("../img/pop-up-link.png") center right no-repeat;
94
        background: transparent url("../img/pop-up-link.png") center right no-repeat;
100
        padding-right: 15px;
95
        padding-right: 15px;
Lines 731-743 tbody { Link Here
731
    }
726
    }
732
}
727
}
733
728
734
.overdue {
729
.overdue,
735
    td {
730
.debit {
736
        &.od {
731
    color: #CC0000;
737
            color: #CC0000;
732
    font-weight: bold;
738
            font-weight: bold;
733
}
739
        }
734
740
    }
735
.strong {
736
    font-weight: bold;
741
}
737
}
742
738
743
tr {
739
tr {
744
- 

Return to bug 21470