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 2277-2283 td { Link Here
2277
}
2278
}
2278
2279
2279
.highlight_toggle {
2280
.highlight_toggle {
2280
    color: #71B443;
2281
    color: $green-text-color;
2281
    padding: .3em;
2282
    padding: .3em;
2282
    border: 0;
2283
    border: 0;
2283
    background-color: transparent;
2284
    background-color: transparent;
Lines 2319-2325 td { Link Here
2319
#CheckPending {
2320
#CheckPending {
2320
    font-weight: normal;
2321
    font-weight: normal;
2321
    margin: 0 .5em 0 0;
2322
    margin: 0 .5em 0 0;
2322
    color: #71B443;
2323
    color: $green-text-color;
2323
}
2324
}
2324
2325
2325
.lost,
2326
.lost,
Lines 3404-3417 button, Link Here
3404
    .navbar-nav {
3405
    .navbar-nav {
3405
        li {
3406
        li {
3406
            a {
3407
            a {
3408
                color: $green-text-color;
3407
                line-height: 20px;
3409
                line-height: 20px;
3408
                padding: .4em 15px;
3410
                padding: .4em 15px;
3409
                color: #000;
3410
3411
                &:hover, &:active, &:focus{
3412
                    color: #418940;
3413
                    text-decoration: none;
3414
                }
3415
            }
3411
            }
3416
        }
3412
        }
3417
    }
3413
    }
Lines 3918-3924 input.renew { Link Here
3918
#i18nMenu {
3914
#i18nMenu {
3919
    .navbar-text {
3915
    .navbar-text {
3920
        .currentlanguage {
3916
        .currentlanguage {
3921
            color: #418940;
3917
            color: #000;
3922
            font-weight: bold;
3918
            font-weight: bold;
3923
        }
3919
        }
3924
    }
3920
    }
3925
- 

Return to bug 30952