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

(-)a/koha-tmpl/intranet-tmpl/prog/css/src/_header.scss (-6 / +6 lines)
Lines 44-52 a.navbar-toggle { Link Here
44
}
44
}
45
45
46
#header_search {
46
#header_search {
47
    background-color: #418940;
47
    background-color: $background-color-primary;
48
    border-radius: 0;
48
    border-radius: 0;
49
    border: 1px solid #418940;
49
    border: 1px solid $background-color-primary;
50
    display: flex;
50
    display: flex;
51
    padding: 0 .8em;
51
    padding: 0 .8em;
52
52
Lines 69-75 a.navbar-toggle { Link Here
69
        display: flex;
69
        display: flex;
70
        align-items: center;
70
        align-items: center;
71
        color: white;
71
        color: white;
72
        background-color: #418940;
72
        background-color: $background-color-primary;
73
        z-index: 2;
73
        z-index: 2;
74
        flex-grow: 1;
74
        flex-grow: 1;
75
75
Lines 105-111 a.navbar-toggle { Link Here
105
105
106
    .form-title {
106
    .form-title {
107
        padding: 0 16px 0 0;
107
        padding: 0 16px 0 0;
108
        background-color: #418940;
108
        background-color: $background-color-primary;
109
        border-radius: 0 16px 16px 0;
109
        border-radius: 0 16px 16px 0;
110
        display: flex;
110
        display: flex;
111
        align-items: center;
111
        align-items: center;
Lines 153-159 a.navbar-toggle { Link Here
153
        background-color: white;
153
        background-color: white;
154
        padding: 1em;
154
        padding: 1em;
155
        border-radius: 0 0 8px 8px;
155
        border-radius: 0 0 8px 8px;
156
        border: 1px solid #418940;
156
        border: 1px solid $background-color-primary;
157
        border-top: 0 none;
157
        border-top: 0 none;
158
        box-shadow: 0 2px 2px 1px #00000030;
158
        box-shadow: 0 2px 2px 1px #00000030;
159
        z-index: 1;
159
        z-index: 1;
Lines 208-214 a.navbar-toggle { Link Here
208
208
209
#lastborrower-window {
209
#lastborrower-window {
210
    display: none;
210
    display: none;
211
    background-image: linear-gradient(to left, #418940, #71B443);
211
    background-color: $background-color-primary;
212
    box-shadow: 1px 1px 1px 0 #999;
212
    box-shadow: 1px 1px 1px 0 #999;
213
    color: #FFFFFF;
213
    color: #FFFFFF;
214
    padding: .2em;
214
    padding: .2em;
(-)a/koha-tmpl/intranet-tmpl/prog/css/src/_variables.scss (-1 / +1 lines)
Lines 1-5 Link Here
1
$green-text-color: #006100;
1
$green-text-color: #006100;
2
$background-color-primary: #418940;
2
$background-color-primary: #408540;
3
3
4
// Copied from Bootstrap 5 without system-ui because of
4
// Copied from Bootstrap 5 without system-ui because of
5
// https://infinnie.github.io/blog/2017/systemui.html
5
// https://infinnie.github.io/blog/2017/systemui.html
(-)a/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss (-31 / +28 lines)
Lines 5-11 Link Here
5
@import "fonts";
5
@import "fonts";
6
6
7
::selection {
7
::selection {
8
    background: #418940;
8
    background: $background-color-primary;
9
    color: #FFFFFF;
9
    color: #FFFFFF;
10
}
10
}
11
11
Lines 64-70 a { Link Here
64
    }
64
    }
65
65
66
    &.clear_date {
66
    &.clear_date {
67
        color: #418940;
67
        color: $green-text-color;
68
        font-size: 130%;
68
        font-size: 130%;
69
        vertical-align: middle;
69
        vertical-align: middle;
70
70
Lines 95-108 a { Link Here
95
        }
95
        }
96
96
97
        &:hover {
97
        &:hover {
98
            color: #418940;
98
            color: $green-text-color;
99
            text-decoration: none;
99
            text-decoration: none;
100
            font-weight: bold;
100
            font-weight: bold;
101
101
102
            i, img {
102
            i, img {
103
                border-color: #418940;
103
                border-color: $background-color-primary;
104
                background-color: transparent;
104
                background-color: transparent;
105
                color: #418940;
105
                color: $green-text-color;
106
            }
106
            }
107
107
108
        }
108
        }
Lines 403-410 aside { Link Here
403
            &.active > a, a:hover, a.current {
403
            &.active > a, a:hover, a.current {
404
                background-color: #F3F4F4;
404
                background-color: #F3F4F4;
405
                text-decoration: none;
405
                text-decoration: none;
406
                color: #418940;
406
                color: $green-text-color;
407
                border-left: solid 5px #418940;
407
                border-left: solid 5px $background-color-primary;
408
                font-weight: bold;
408
                font-weight: bold;
409
            }
409
            }
410
        }
410
        }
Lines 623-629 cite { Link Here
623
input,
623
input,
624
textarea {
624
textarea {
625
    &:focus {
625
    &:focus {
626
        border-color: #418940;
626
        border-color: $background-color-primary;
627
        border-radius: 4px;
627
        border-radius: 4px;
628
    }
628
    }
629
}
629
}
Lines 1523-1529 i { Link Here
1523
    }
1523
    }
1524
1524
1525
    &.success {
1525
    &.success {
1526
        color: #418940;
1526
        color: $green-text-color;
1527
    }
1527
    }
1528
1528
1529
    &.warn {
1529
    &.warn {
Lines 1791-1797 i { Link Here
1791
    background-color: #FEC32C;
1791
    background-color: #FEC32C;
1792
    i {
1792
    i {
1793
        &.fa {
1793
        &.fa {
1794
            color: #418940;
1794
            color: $green-text-color;
1795
        }
1795
        }
1796
    }
1796
    }
1797
}
1797
}
Lines 2672-2678 td.bundle { Link Here
2672
.ui-widget-content {
2672
.ui-widget-content {
2673
    background: #FFFFFF none;
2673
    background: #FFFFFF none;
2674
    border-radius: 4px;
2674
    border-radius: 4px;
2675
    border: 3px solid #418940;
2675
    border: 3px solid $background-color-primary;
2676
    color: #222222;
2676
    color: #222222;
2677
}
2677
}
2678
2678
Lines 2786-2792 td.bundle { Link Here
2786
    .ui-tabs-panel {
2786
    .ui-tabs-panel {
2787
        background: #FFF none;
2787
        background: #FFF none;
2788
        border-radius: 4px;
2788
        border-radius: 4px;
2789
        border: 3px solid #418940;
2789
        border: 3px solid $background-color-primary;
2790
2790
2791
        fieldset {
2791
        fieldset {
2792
            box-shadow: none;
2792
            box-shadow: none;
Lines 2800-2816 td.bundle { Link Here
2800
            border-radius: 4px 4px 0 0;
2800
            border-radius: 4px 4px 0 0;
2801
2801
2802
            &.ui-tabs-active, &.ui-state-hover {
2802
            &.ui-tabs-active, &.ui-state-hover {
2803
                background-color: #418940;
2803
                background-color: $background-color-primary;
2804
                border-radius: 4px 4px 0 0;
2804
                border-radius: 4px 4px 0 0;
2805
                border: 0;
2805
                border: 0;
2806
                border-bottom-width: 0;
2806
                border-bottom-width: 0;
2807
                padding-bottom: 0;
2807
                padding-bottom: 0;
2808
2808
2809
                a {
2809
                a {
2810
                    color: #FFF;
2810
                    color: #000;
2811
                }
2811
                }
2812
2813
2814
            }
2812
            }
2815
        }
2813
        }
2816
    }
2814
    }
Lines 2833-2843 td.bundle { Link Here
2833
2831
2834
    .ui-state-hover {
2832
    .ui-state-hover {
2835
        a {
2833
        a {
2836
            color: #418940;
2834
            color: $green-text-color;
2837
2835
2838
            &:link,
2836
            &:link,
2839
            &:visited {
2837
            &:visited {
2840
                color: #418940;
2838
                color: $green-text-color;
2841
            }
2839
            }
2842
        }
2840
        }
2843
    }
2841
    }
Lines 2948-2954 td.bundle { Link Here
2948
                font-weight: normal;
2946
                font-weight: normal;
2949
                padding-bottom: 1px;
2947
                padding-bottom: 1px;
2950
2948
2951
                background-color: #418940;
2949
                background-color: $background-color-primary;
2952
                border: 0;
2950
                border: 0;
2953
                border-bottom-width: 0;
2951
                border-bottom-width: 0;
2954
2952
Lines 2977-2983 td.bundle { Link Here
2977
2975
2978
    .tabs-container {
2976
    .tabs-container {
2979
        background: none repeat scroll 0 0 transparent;
2977
        background: none repeat scroll 0 0 transparent;
2980
        border: 3px solid #418940;
2978
        border: 3px solid $background-color-primary;
2981
        border-radius: 4px;
2979
        border-radius: 4px;
2982
        color: #222222;
2980
        color: #222222;
2983
        display: block;
2981
        display: block;
Lines 2990-2996 td.bundle { Link Here
2990
        .ui-tabs-panel {
2988
        .ui-tabs-panel {
2991
            background: #FFF none;
2989
            background: #FFF none;
2992
            border-radius: 4px;
2990
            border-radius: 4px;
2993
            border: 3px solid #418940;
2991
            border: 3px solid $background-color-primary;
2994
2992
2995
            fieldset {
2993
            fieldset {
2996
                box-shadow: none;
2994
                box-shadow: none;
Lines 3162-3168 nav { Link Here
3162
3160
3163
            li {
3161
            li {
3164
                display: inline;
3162
                display: inline;
3165
                color : #418940;
3163
                color : $green-text-color;
3166
                font-style: italic;
3164
                font-style: italic;
3167
3165
3168
                &+li::before {
3166
                &+li::before {
Lines 3548-3554 code { Link Here
3548
3546
3549
.tab-content {
3547
.tab-content {
3550
    background-color: #fff;
3548
    background-color: #fff;
3551
    border: 3px solid #418940;
3549
    border: 3px solid $background-color-primary;
3552
    border-radius: 4px;
3550
    border-radius: 4px;
3553
    padding: 1em;
3551
    padding: 1em;
3554
}
3552
}
Lines 3557-3571 code { Link Here
3557
    > li {
3555
    > li {
3558
        > a {
3556
        > a {
3559
            background-color: #71B443;
3557
            background-color: #71B443;
3560
            color: #FFFFFF;
3558
            color: #111;
3561
            line-height: 1.42857143;
3559
            line-height: 1.42857143;
3562
            margin-right: .4em;
3560
            margin-right: .4em;
3563
            padding: .5em 1em;
3561
            padding: .5em 1em;
3564
3562
3565
            &:hover, &:focus, &:active {
3563
            &:hover, &:focus, &:active {
3566
                background-color: #418940;
3564
                background-color: $background-color-primary;
3567
                border-radius: 4px 4px 0 0;
3565
                border-radius: 4px 4px 0 0;
3568
                border: 1px solid #418940;
3566
                border: 1px solid $background-color-primary;
3569
                padding: .5em 1em;
3567
                padding: .5em 1em;
3570
                text-decoration: none;
3568
                text-decoration: none;
3571
                color: #FFFFFF;
3569
                color: #FFFFFF;
Lines 3576-3582 code { Link Here
3576
            a,
3574
            a,
3577
            a:hover,
3575
            a:hover,
3578
            a:focus {
3576
            a:focus {
3579
                background-color: #418940;
3577
                background-color: $background-color-primary;
3580
                border-radius: 4px 4px 0 0;
3578
                border-radius: 4px 4px 0 0;
3581
                color: #FFFFFF;
3579
                color: #FFFFFF;
3582
                cursor: default;
3580
                cursor: default;
Lines 3696-3702 progress { Link Here
3696
3694
3697
#browse-return-to-results {
3695
#browse-return-to-results {
3698
    background-color: #e6e6e6;
3696
    background-color: #e6e6e6;
3699
    border: 1px solid lighten(#418940, 30%);
3697
    border: 1px solid lighten($background-color-primary, 30%);
3700
    border-bottom-width: 0;
3698
    border-bottom-width: 0;
3701
    border-top-left-radius: 5px;
3699
    border-top-left-radius: 5px;
3702
    border-top-right-radius: 5px;
3700
    border-top-right-radius: 5px;
Lines 3707-3713 progress { Link Here
3707
3705
3708
.browse-button {
3706
.browse-button {
3709
    background-color: transparent;
3707
    background-color: transparent;
3710
    border: 1px solid lighten(#418940, 30%);
3708
    border: 1px solid lighten($background-color-primary, 30%);
3711
    display: block;
3709
    display: block;
3712
    overflow: hidden;
3710
    overflow: hidden;
3713
    padding: .4em .6em;
3711
    padding: .4em .6em;
Lines 4285-4291 input.renew { Link Here
4285
            font-weight: bold;
4283
            font-weight: bold;
4286
4284
4287
            &:hover {
4285
            &:hover {
4288
                background-color: #418940;
4286
                background-color: $background-color-primary;
4289
                color: white;
4287
                color: white;
4290
                text-decoration: none;
4288
                text-decoration: none;
4291
            }
4289
            }
4292
- 

Return to bug 30952