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

(-)a/koha-tmpl/intranet-tmpl/prog/css/src/_flatpickr.scss (+5 lines)
Lines 947-952 span.flatpickr-weekday { Link Here
947
    border-width: 1px;
947
    border-width: 1px;
948
    padding: 3px 3px 3px 20px;
948
    padding: 3px 3px 3px 20px;
949
949
950
    &.flatpickr-mobile {
951
        height: 2rem;
952
        width: 11rem;
953
    }
954
950
    &:focus {
955
    &:focus {
951
        border-radius: 0;
956
        border-radius: 0;
952
    }
957
    }
(-)a/koha-tmpl/opac-tmpl/bootstrap/css/src/_flatpickr.scss (-1 / +5 lines)
Lines 843-848 span.flatpickr-weekday { Link Here
843
    border-width: 1px;
843
    border-width: 1px;
844
    padding: 3px 3px 3px 20px;
844
    padding: 3px 3px 3px 20px;
845
845
846
    &.flatpickr-mobile {
847
        height: 2rem;
848
        width: 11rem;
849
    }
850
846
    &:focus {
851
    &:focus {
847
        border-radius: 0;
852
        border-radius: 0;
848
    }
853
    }
849
- 

Return to bug 34413