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 958-963 label, Link Here
958
964
959
    &.required {
965
    &.required {
960
        color: $warning-text-color;
966
        color: $warning-text-color;
967
        margin-left: .5em;
961
    }
968
    }
962
}
969
}
963
970
Lines 3469-3479 a.browse-button { Link Here
3469
    }
3476
    }
3470
}
3477
}
3471
3478
3472
.required {
3473
    color: $warning-text-color;
3474
    font-style: italic;
3475
}
3476
3477
span {
3479
span {
3478
    &.browse-button {
3480
    &.browse-button {
3479
        color: #999;
3481
        color: #999;
Lines 3495-3500 span { Link Here
3495
    }
3497
    }
3496
3498
3497
    &.required {
3499
    &.required {
3500
        color: $warning-text-color;
3501
        font-style: italic;
3498
        margin-left: .5em;
3502
        margin-left: .5em;
3499
    }
3503
    }
3500
3504
3501
- 

Return to bug 39809