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

(-)a/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss (-1 / +11 lines)
Lines 4803-4813 div .suggestion_note { Link Here
4803
4803
4804
#circ_request {
4804
#circ_request {
4805
    fieldset {
4805
    fieldset {
4806
        position: relative;
4806
        &.disabled {
4807
        &.disabled {
4807
            pointer-events: none;
4808
            pointer-events: none;
4808
        }
4809
        }
4809
        &.rows:has(fieldset.enabled) {
4810
        &.rows:has(fieldset.enabled) {
4810
            border: 1px solid #408540;
4811
            border: 1px solid #408540;
4812
4813
            &::before {
4814
                font-family: 'Font Awesome 6 Free';
4815
                content: "\f058";
4816
                color: #408540;
4817
                position: absolute;
4818
                top: -14px;
4819
                left: -18px;
4820
                font-size: 22px;
4821
            }
4811
        }
4822
        }
4812
    }
4823
    }
4813
4824
4814
- 

Return to bug 36864