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

(-)a/koha-tmpl/intranet-tmpl/prog/css/src/_flatpickr.scss (+8 lines)
Lines 990-995 span.flatpickr-weekday { Link Here
990
            font-size: 90%;
990
            font-size: 90%;
991
            margin: 2px;
991
            margin: 2px;
992
992
993
            &:disabled {
994
                color: #999;
995
996
                &:hover {
997
                    color: #999;
998
                }
999
            }
1000
993
            &:hover {
1001
            &:hover {
994
                color: #538200;
1002
                color: #538200;
995
            }
1003
            }
(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/calendar.inc (-2 / +1 lines)
Lines 164-170 Link Here
164
            let fp = $(this).flatpickr(options);
164
            let fp = $(this).flatpickr(options);
165
165
166
            $(disable_buttons).each(function(index, value){
166
            $(disable_buttons).each(function(index, value){
167
                $(fp.calendarContainer).find(".shortcut-buttons-flatpickr-button[data-index='"+value+"']").prop("disabled", "disabled").css("color", "#999");
167
                $(fp.calendarContainer).find(".shortcut-buttons-flatpickr-button[data-index='"+value+"']").prop("disabled", "disabled");
168
            });
168
            });
169
169
170
            if ( refresh_max_date ) {
170
            if ( refresh_max_date ) {
171
- 

Return to bug 29552