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

(-)a/koha-tmpl/intranet-tmpl/prog/css/src/_tables.scss (-3 / +4 lines)
Lines 440-455 tbody { Link Here
440
440
441
        .paginate_button {
441
        .paginate_button {
442
            border-radius: 4px;
442
            border-radius: 4px;
443
            color: #004D99 !important;
443
            color: $green-text-color !important;
444
            padding-bottom: 0;
444
            padding-bottom: 0;
445
            padding-top: 0;
445
            padding-top: 0;
446
446
447
            &:hover,
447
            &:hover,
448
            &:active {
448
            &:active {
449
                background: #FFC none;
449
                background: transparent none;
450
                border: 1px solid transparent;
450
                border: 1px solid transparent;
451
                box-shadow: none;
451
                box-shadow: none;
452
                color: #222BAC !important;
452
                color: darken( $green-text-color, 5 ) !important;
453
                text-decoration: underline !important;
453
            }
454
            }
454
455
455
            &.current {
456
            &.current {
(-)a/koha-tmpl/intranet-tmpl/prog/css/src/calendar.scss (-3 / +2 lines)
Lines 94-101 $selected: #B9DB88; Link Here
94
}
94
}
95
95
96
.panel {
96
.panel {
97
    border: 1px solid #B9D8D9;
97
    border: 1px solid #8AC363;
98
    border-radius: 4px;
99
    box-shadow: none;
98
    box-shadow: none;
100
    padding: 0;
99
    padding: 0;
101
    display: none;
100
    display: none;
Lines 140-146 fieldset.brief li.radio { Link Here
140
139
141
.flatpickr-calendar {
140
.flatpickr-calendar {
142
    border-radius: 0;
141
    border-radius: 0;
143
    border: 1px solid #B9D8D9;
142
    border: 1px solid #8AC363;
144
    box-shadow: none;
143
    box-shadow: none;
145
}
144
}
146
145
(-)a/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss (-23 / +9 lines)
Lines 2000-2008 li { Link Here
2000
}
2000
}
2001
2001
2002
#patron_search_selected {
2002
#patron_search_selected {
2003
    background-color: #F9FEFF;
2003
    background-color: lighten( $background-color-primary, 60 );
2004
    border: 1px solid #B9D8D9;
2004
    border: 1px solid $background-color-primary;
2005
    border-color: #A2CBCC #CEE0E3 #CEE0E3 #A2CBCC;
2005
    border-color: lighten( $background-color-primary, 30 ) lighten( $background-color-primary, 50 ) lighten( $background-color-primary, 50 ) lighten( $background-color-primary, 30 );
2006
    border-radius: 3px;
2006
    border-radius: 3px;
2007
    color: #333;
2007
    color: #333;
2008
    display: inline-block;
2008
    display: inline-block;
Lines 2358-2372 td.bundle { Link Here
2358
2358
2359
    a,
2359
    a,
2360
    span {
2360
    span {
2361
        background-color: #E4ECF5;
2361
        background-color: lighten( $background-color-secondary, 50 );
2362
        border: 1px solid #A4BEDD;
2362
        border: 1px solid lighten( $background-color-secondary, 15 );
2363
        border-radius: 4px;
2363
        border-radius: 4px;
2364
        font-weight: bold;
2364
        font-weight: bold;
2365
        padding: .1em .4em;
2365
        padding: .1em .4em;
2366
        text-decoration: none;
2366
        text-decoration: none;
2367
2367
2368
        &:hover {
2368
        &:hover {
2369
            background-color: #EBEFF7;
2369
            background-color: lighten( $background-color-secondary, 40 )
2370
        }
2370
        }
2371
    }
2371
    }
2372
}
2372
}
Lines 2811-2817 fieldset > .toptabs { Link Here
2811
    margin-bottom: 1em;
2811
    margin-bottom: 1em;
2812
2812
2813
    a {
2813
    a {
2814
        color: #069;
2814
        color: $green-text-color;
2815
        font-weight: normal;
2815
        font-weight: normal;
2816
        text-decoration: underline;
2816
        text-decoration: underline;
2817
2817
Lines 2819-2825 fieldset > .toptabs { Link Here
2819
            &.jstree-hovered {
2819
            &.jstree-hovered {
2820
                background: transparent none;
2820
                background: transparent none;
2821
                box-shadow: none;
2821
                box-shadow: none;
2822
                color: #005580;
2822
                color: darken( $green-text-color, 5 );
2823
            }
2823
            }
2824
2824
2825
            &.jstree-clicked {
2825
            &.jstree-clicked {
Lines 2999-3012 button, Link Here
2999
    }
2999
    }
3000
}
3000
}
3001
3001
3002
#merge-patrons {
3003
    padding: 0 25px;
3004
}
3005
3006
#patronlist-menu {
3007
    padding: 0 25px;
3008
}
3009
3010
.btn-xs,
3002
.btn-xs,
3011
.btn-group-xs > .btn {
3003
.btn-group-xs > .btn {
3012
    font-size: 10.5px;
3004
    font-size: 10.5px;
Lines 3122-3133 button, Link Here
3122
    }
3114
    }
3123
}
3115
}
3124
3116
3125
.loggedout {
3126
    color: #004D99;
3127
    font-weight: bold;
3128
    padding: .4em .2em;
3129
}
3130
3131
.navbar-fixed-bottom {
3117
.navbar-fixed-bottom {
3132
    .navbar-inner {
3118
    .navbar-inner {
3133
        min-height: 0;
3119
        min-height: 0;
Lines 4146-4152 input.renew { Link Here
4146
        cursor: pointer;
4132
        cursor: pointer;
4147
4133
4148
        &:hover {
4134
        &:hover {
4149
            color: #004d99;
4135
            color: $green-text-color;
4150
        }
4136
        }
4151
    }
4137
    }
4152
}
4138
}
(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/header.inc (-5 / +1 lines)
Lines 209-218 Link Here
209
209
210
            [% ELSE %]
210
            [% ELSE %]
211
            <li class="loggedout">
211
            <li class="loggedout">
212
                <span>
212
                <a href="/cgi-bin/koha/mainpage.pl" id="login">Log in</a>
213
                    <a href="/cgi-bin/koha/mainpage.pl" id="login">Log in</a>
214
                    <span class="separator">|</span>
215
                </span>
216
            </li>
213
            </li>
217
            [% END %]
214
            [% END %]
218
        </ul>
215
        </ul>
219
- 

Return to bug 32310