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 67-78 a { Link Here
67
    }
67
    }
68
68
69
    &.clear_date {
69
    &.clear_date {
70
        color: $green-text-color;
70
        color: $warning-text-color;
71
        font-size: 130%;
71
        font-size: 130%;
72
        vertical-align: middle;
72
        vertical-align: middle;
73
73
74
        &:hover {
74
        &:hover {
75
            color: $green-text-color;
75
            color: lighten( $warning-text-color, 35% );
76
            text-decoration: none;
76
            text-decoration: none;
77
        }
77
        }
78
    }
78
    }
Lines 633-639 label, Link Here
633
    }
633
    }
634
634
635
    &.required {
635
    &.required {
636
        color: #C00;
636
        color: $warning-text-color;
637
    }
637
    }
638
}
638
}
639
639
Lines 765-771 ol { Link Here
765
765
766
.overdue,
766
.overdue,
767
.debit {
767
.debit {
768
    color: #CC0000;
768
    color: $warning-text-color;
769
    font-weight: bold;
769
    font-weight: bold;
770
}
770
}
771
771
Lines 1019-1025 div { Link Here
1019
1019
1020
        i {
1020
        i {
1021
            &.fa-exclamation {
1021
            &.fa-exclamation {
1022
                color: #CC0000;
1022
                color: $warning-text-color;
1023
                font-style: italic;
1023
                font-style: italic;
1024
                padding: 0 .3em;
1024
                padding: 0 .3em;
1025
            }
1025
            }
Lines 1443-1455 input[type='text']:read-only:focus { Link Here
1443
}
1443
}
1444
1444
1445
.error {
1445
.error {
1446
    color: #CC0000;
1446
    color: $warning-text-color;
1447
}
1447
}
1448
1448
1449
// Font Awesome icons
1449
// Font Awesome icons
1450
i {
1450
i {
1451
    &.error {
1451
    &.error {
1452
        color: #CC0000;
1452
        color: $warning-text-color;
1453
    }
1453
    }
1454
1454
1455
    &.success {
1455
    &.success {
Lines 1727-1733 i { Link Here
1727
.deny {
1727
.deny {
1728
    i {
1728
    i {
1729
        &.fa {
1729
        &.fa {
1730
            color: #CC0000;
1730
            color: $warning-text-color;
1731
        }
1731
        }
1732
    }
1732
    }
1733
}
1733
}
Lines 2506-2512 td.bundle { Link Here
2506
        text-shadow: 0 -1px 0 #666;
2506
        text-shadow: 0 -1px 0 #666;
2507
2507
2508
        &:hover {
2508
        &:hover {
2509
            color: #CC0000;
2509
            color: $warning-text-color;
2510
        }
2510
        }
2511
    }
2511
    }
2512
}
2512
}
Lines 2529-2535 td.bundle { Link Here
2529
        text-shadow: 0 -1px 0 #666;
2529
        text-shadow: 0 -1px 0 #666;
2530
2530
2531
        &:hover {
2531
        &:hover {
2532
            color: #CC0000;
2532
            color: $warning-text-color;
2533
        }
2533
        }
2534
    }
2534
    }
2535
}
2535
}
Lines 3591-3597 span { Link Here
3591
    }
3591
    }
3592
3592
3593
    &.circ-hlt {
3593
    &.circ-hlt {
3594
        color: #CC0000;
3594
        color: $warning-text-color;
3595
        font-weight: bold;
3595
        font-weight: bold;
3596
    }
3596
    }
3597
3597
Lines 3606-3612 span { Link Here
3606
    }
3606
    }
3607
3607
3608
    &.required {
3608
    &.required {
3609
        color: #C00;
3609
        color: $warning-text-color;
3610
        font-style: italic;
3610
        font-style: italic;
3611
        margin-left: .5em;
3611
        margin-left: .5em;
3612
    }
3612
    }
Lines 3746-3752 input.renew { Link Here
3746
}
3746
}
3747
3747
3748
.onsite_checkout {
3748
.onsite_checkout {
3749
    color: #CC0000;
3749
    color: $warning-text-color;
3750
}
3750
}
3751
3751
3752
.onsite-checkout-only {
3752
.onsite-checkout-only {
3753
- 

Return to bug 31943