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

(-)a/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss (-6 / +9 lines)
Lines 581-586 div { Link Here
581
        }
581
        }
582
    }
582
    }
583
583
584
    &.required {
585
        color: $warning-text-color;
586
        font-style: italic;
587
        margin-left: .5em;
588
    }
589
584
    // Tools > automatic_item_modification_by_age
590
    // Tools > automatic_item_modification_by_age
585
    &.rules {
591
    &.rules {
586
        display: block;
592
        display: block;
Lines 962-967 label, Link Here
962
968
963
    &.required {
969
    &.required {
964
        color: $warning-text-color;
970
        color: $warning-text-color;
971
        margin-left: .5em;
965
    }
972
    }
966
}
973
}
967
974
Lines 3491-3501 a.browse-button { Link Here
3491
    }
3498
    }
3492
}
3499
}
3493
3500
3494
.required {
3495
    color: $warning-text-color;
3496
    font-style: italic;
3497
}
3498
3499
span {
3501
span {
3500
    &.browse-button {
3502
    &.browse-button {
3501
        color: #999;
3503
        color: #999;
Lines 3517-3522 span { Link Here
3517
    }
3519
    }
3518
3520
3519
    &.required {
3521
    &.required {
3522
        color: $warning-text-color;
3523
        font-style: italic;
3520
        margin-left: .5em;
3524
        margin-left: .5em;
3521
    }
3525
    }
3522
3526
3523
- 

Return to bug 39809