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

(-)a/koha-tmpl/intranet-tmpl/prog/css/src/_tables.scss (-2 / +2 lines)
Lines 170-176 td { Link Here
170
170
171
    button, a, input[type="button"]{
171
    button, a, input[type="button"]{
172
        &.btn-default{
172
        &.btn-default{
173
            color: #71B443;
173
            color: $green-text-color;
174
            padding: .3em;
174
            padding: .3em;
175
            border: none;
175
            border: none;
176
            background-color: transparent;
176
            background-color: transparent;
Lines 180-186 td { Link Here
180
180
181
            &:hover, &:active, &:focus, &:active:hover, &:active:focus{
181
            &:hover, &:active, &:focus, &:active:hover, &:active:focus{
182
                background-color: transparent;
182
                background-color: transparent;
183
                color: #71B443;
183
                color: $green-text-color;
184
                text-decoration: underline;
184
                text-decoration: underline;
185
            }
185
            }
186
        }
186
        }
(-)a/koha-tmpl/intranet-tmpl/prog/css/src/_variables.scss (+2 lines)
Line 0 Link Here
1
$green-text-color: #006100;
2
(-)a/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss (-22 / +17 lines)
Lines 1-3 Link Here
1
@import "variables";
1
@import "mixins";
2
@import "mixins";
2
@import "tables";
3
@import "tables";
3
@import "flatpickr";
4
@import "flatpickr";
Lines 11-17 Link Here
11
a {
12
a {
12
    &:link,
13
    &:link,
13
    &:visited {
14
    &:visited {
14
        color: #71B443;
15
        color: $green-text-color;
15
        border: 0;
16
        border: 0;
16
        background-color: transparent;
17
        background-color: transparent;
17
        box-shadow: none;
18
        box-shadow: none;
Lines 22-28 a { Link Here
22
    &:active,
23
    &:active,
23
    &:focus {
24
    &:focus {
24
        text-decoration: underline;
25
        text-decoration: underline;
25
        color: #71B443;
26
        color: $green-text-color;
26
        border: 0;
27
        border: 0;
27
        background-color: transparent;
28
        background-color: transparent;
28
        box-shadow: none;
29
        box-shadow: none;
Lines 47-53 a { Link Here
47
        &.btn-link {
48
        &.btn-link {
48
            &:link,
49
            &:link,
49
            &:visited {
50
            &:visited {
50
                color: #71B443;
51
                color: $green-text-color;
51
            }
52
            }
52
53
53
            &:hover {
54
            &:hover {
Lines 83-89 a { Link Here
83
        vertical-align: middle;
84
        vertical-align: middle;
84
85
85
        &:hover {
86
        &:hover {
86
            color: #71B443;
87
            color: $green-text-color;
87
            text-decoration: none;
88
            text-decoration: none;
88
        }
89
        }
89
    }
90
    }
Lines 91-97 a { Link Here
91
    &.settings {
92
    &.settings {
92
        i, img {
93
        i, img {
93
            text-align: center;
94
            text-align: center;
94
            color: #71B443;
95
            color: $green-text-color;
95
            border: solid 3px #71B443;
96
            border: solid 3px #71B443;
96
            border-radius: 50%;
97
            border-radius: 50%;
97
            background-color: transparent;
98
            background-color: transparent;
Lines 193-199 a { Link Here
193
194
194
#resetZ3950Search {
195
#resetZ3950Search {
195
    font-size: 110%;
196
    font-size: 110%;
196
    color: #71B443;
197
    color: $green-text-color;
197
}
198
}
198
199
199
a {
200
a {
Lines 484-490 button { Link Here
484
}
485
}
485
486
486
#add_to_patron_list_submit {
487
#add_to_patron_list_submit {
487
    color: #71B443;
488
    color: $green-text-color;
488
489
489
    &:hover {
490
    &:hover {
490
        border: 0;
491
        border: 0;
Lines 864-870 ol { Link Here
864
865
865
fieldset {
866
fieldset {
866
    width: 100%;
867
    width: 100%;
867
    color: #71B443;
868
    color: $green-text-color;
868
    background-color: #FFF;
869
    background-color: #FFF;
869
    position: relative;
870
    position: relative;
870
    color: #696969;
871
    color: #696969;
Lines 1048-1054 details[open] { Link Here
1048
}
1049
}
1049
1050
1050
#breadcrumbs a[href="/cgi-bin/koha/mainpage.pl"] {
1051
#breadcrumbs a[href="/cgi-bin/koha/mainpage.pl"] {
1051
    color: #71b443;
1052
    color: $green-text-color;
1052
    visibility: hidden;
1053
    visibility: hidden;
1053
    font-size: 1px;
1054
    font-size: 1px;
1054
    letter-spacing: -1px;
1055
    letter-spacing: -1px;
Lines 1448-1454 dd { Link Here
1448
}
1449
}
1449
1450
1450
#addColumn, #delColumn{
1451
#addColumn, #delColumn{
1451
    color: #71b443;
1452
    color: $green-text-color;
1452
    padding: .3em;
1453
    padding: .3em;
1453
    border: none;
1454
    border: none;
1454
    background-color: transparent;
1455
    background-color: transparent;
Lines 2003-2009 li { Link Here
2003
2004
2004
        button, a {
2005
        button, a {
2005
            &.btn-default {
2006
            &.btn-default {
2006
                color: #71B443;
2007
                color: $green-text-color;
2007
                padding: .3em;
2008
                padding: .3em;
2008
                border: 0;
2009
                border: 0;
2009
                background-color: transparent;
2010
                background-color: transparent;
Lines 2013-2019 li { Link Here
2013
2014
2014
                &:hover, &:active, &:focus, &:active:hover, &:active:focus {
2015
                &:hover, &:active, &:focus, &:active:hover, &:active:focus {
2015
                    background-color: transparent;
2016
                    background-color: transparent;
2016
                    color: #71B443;
2017
                    color: $green-text-color;
2017
                    text-decoration: underline;
2018
                    text-decoration: underline;
2018
                }
2019
                }
2019
            }
2020
            }
Lines 2279-2285 td { Link Here
2279
}
2280
}
2280
2281
2281
.highlight_toggle {
2282
.highlight_toggle {
2282
    color: #71B443;
2283
    color: $green-text-color;
2283
    padding: .3em;
2284
    padding: .3em;
2284
    border: 0;
2285
    border: 0;
2285
    background-color: transparent;
2286
    background-color: transparent;
Lines 2321-2327 td { Link Here
2321
#CheckPending {
2322
#CheckPending {
2322
    font-weight: normal;
2323
    font-weight: normal;
2323
    margin: 0 .5em 0 0;
2324
    margin: 0 .5em 0 0;
2324
    color: #71B443;
2325
    color: $green-text-color;
2325
}
2326
}
2326
2327
2327
.lost,
2328
.lost,
Lines 3406-3419 button, Link Here
3406
    .navbar-nav {
3407
    .navbar-nav {
3407
        li {
3408
        li {
3408
            a {
3409
            a {
3410
                color: $green-text-color;
3409
                line-height: 20px;
3411
                line-height: 20px;
3410
                padding: .4em 15px;
3412
                padding: .4em 15px;
3411
                color: #000;
3412
3413
                &:hover, &:active, &:focus{
3414
                    color: #418940;
3415
                    text-decoration: none;
3416
                }
3417
            }
3413
            }
3418
        }
3414
        }
3419
    }
3415
    }
Lines 3920-3926 input.renew { Link Here
3920
#i18nMenu {
3916
#i18nMenu {
3921
    .navbar-text {
3917
    .navbar-text {
3922
        .currentlanguage {
3918
        .currentlanguage {
3923
            color: #418940;
3919
            color: #000;
3924
            font-weight: bold;
3920
            font-weight: bold;
3925
        }
3921
        }
3926
    }
3922
    }
3927
- 

Return to bug 30952