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

(-)a/koha-tmpl/intranet-tmpl/prog/css/src/_flatpickr.scss (-2 / +7 lines)
Lines 946-951 span.flatpickr-weekday { Link Here
946
    border-style: inset;
946
    border-style: inset;
947
    border-width: 1px;
947
    border-width: 1px;
948
    padding: 3px 3px 3px 20px;
948
    padding: 3px 3px 3px 20px;
949
    width: calc( 100% - 40px );
949
950
950
    &:focus {
951
    &:focus {
951
        border-radius: 0;
952
        border-radius: 0;
Lines 986-995 span.flatpickr-weekday { Link Here
986
        .shortcut-buttons-flatpickr-button {
987
        .shortcut-buttons-flatpickr-button {
987
            background: transparent none;
988
            background: transparent none;
988
            border: 0;
989
            border: 0;
989
            color: #004D99;
990
            color: #006100;
990
            font-size: 90%;
991
            font-size: 90%;
991
            margin: 2px;
992
            margin: 2px;
992
993
994
            &:active {
995
                box-shadow: none;
996
            }
997
993
            &:disabled {
998
            &:disabled {
994
                color: #999;
999
                color: #999;
995
1000
Lines 999-1005 span.flatpickr-weekday { Link Here
999
            }
1004
            }
1000
1005
1001
            &:hover {
1006
            &:hover {
1002
                color: #538200;
1007
                text-decoration: underline;
1003
            }
1008
            }
1004
        }
1009
        }
1005
    }
1010
    }
(-)a/koha-tmpl/intranet-tmpl/prog/css/src/_variables.scss (+1 lines)
Lines 1-4 Link Here
1
$green-text-color: #006100;
1
$green-text-color: #006100;
2
$warning-text-color: #CC0000;
2
$background-color-primary: #408540;
3
$background-color-primary: #408540;
3
$background-color-secondary: lighten(saturate(adjust-hue($background-color-primary, -24), 9), 9);
4
$background-color-secondary: lighten(saturate(adjust-hue($background-color-primary, -24), 9), 9);
4
$background-color-modal: lighten( saturate( $background-color-secondary, 5 ), 40 );
5
$background-color-modal: lighten( saturate( $background-color-secondary, 5 ), 40 );
(-)a/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss (-14 / +13 lines)
Lines 69-80 a { Link Here
69
    }
69
    }
70
70
71
    &.clear_date {
71
    &.clear_date {
72
        color: $green-text-color;
72
        color: $warning-text-color;
73
        font-size: 130%;
73
        font-size: 130%;
74
        vertical-align: middle;
74
        vertical-align: middle;
75
75
76
        &:hover {
76
        &:hover {
77
            color: $green-text-color;
77
            color: lighten( $warning-text-color, 35% );
78
            text-decoration: none;
78
            text-decoration: none;
79
        }
79
        }
80
    }
80
    }
Lines 635-641 label, Link Here
635
    }
635
    }
636
636
637
    &.required {
637
    &.required {
638
        color: #C00;
638
        color: $warning-text-color;
639
    }
639
    }
640
}
640
}
641
641
Lines 767-773 ol { Link Here
767
767
768
.overdue,
768
.overdue,
769
.debit {
769
.debit {
770
    color: #CC0000;
770
    color: $warning-text-color;
771
    font-weight: bold;
771
    font-weight: bold;
772
}
772
}
773
773
Lines 1016-1022 div { Link Here
1016
1016
1017
        i {
1017
        i {
1018
            &.fa-exclamation {
1018
            &.fa-exclamation {
1019
                color: #CC0000;
1019
                color: $warning-text-color;
1020
                font-style: italic;
1020
                font-style: italic;
1021
                padding: 0 .3em;
1021
                padding: 0 .3em;
1022
            }
1022
            }
Lines 1442-1454 input[type='text']:read-only:focus { Link Here
1442
}
1442
}
1443
1443
1444
.error {
1444
.error {
1445
    color: #CC0000;
1445
    color: $warning-text-color;
1446
}
1446
}
1447
1447
1448
// Font Awesome icons
1448
// Font Awesome icons
1449
i {
1449
i {
1450
    &.error {
1450
    &.error {
1451
        color: #CC0000;
1451
        color: $warning-text-color;
1452
    }
1452
    }
1453
1453
1454
    &.success {
1454
    &.success {
Lines 1726-1732 i { Link Here
1726
.deny {
1726
.deny {
1727
    i {
1727
    i {
1728
        &.fa {
1728
        &.fa {
1729
            color: #CC0000;
1729
            color: $warning-text-color;
1730
        }
1730
        }
1731
    }
1731
    }
1732
}
1732
}
Lines 2505-2511 td.bundle { Link Here
2505
        text-shadow: 0 -1px 0 #666;
2505
        text-shadow: 0 -1px 0 #666;
2506
2506
2507
        &:hover {
2507
        &:hover {
2508
            color: #CC0000;
2508
            color: $warning-text-color;
2509
        }
2509
        }
2510
    }
2510
    }
2511
}
2511
}
Lines 2528-2534 td.bundle { Link Here
2528
        text-shadow: 0 -1px 0 #666;
2528
        text-shadow: 0 -1px 0 #666;
2529
2529
2530
        &:hover {
2530
        &:hover {
2531
            color: #CC0000;
2531
            color: $warning-text-color;
2532
        }
2532
        }
2533
    }
2533
    }
2534
}
2534
}
Lines 3593-3599 span { Link Here
3593
    }
3593
    }
3594
3594
3595
    &.circ-hlt {
3595
    &.circ-hlt {
3596
        color: #CC0000;
3596
        color: $warning-text-color;
3597
        font-weight: bold;
3597
        font-weight: bold;
3598
    }
3598
    }
3599
3599
Lines 3608-3614 span { Link Here
3608
    }
3608
    }
3609
3609
3610
    &.required {
3610
    &.required {
3611
        color: #C00;
3611
        color: $warning-text-color;
3612
        font-style: italic;
3612
        font-style: italic;
3613
        margin-left: .5em;
3613
        margin-left: .5em;
3614
    }
3614
    }
Lines 3748-3754 input.renew { Link Here
3748
}
3748
}
3749
3749
3750
.onsite_checkout {
3750
.onsite_checkout {
3751
    color: #CC0000;
3751
    color: $warning-text-color;
3752
}
3752
}
3753
3753
3754
.onsite-checkout-only {
3754
.onsite-checkout-only {
3755
- 

Return to bug 31943