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 2355-2369 td.bundle { Link Here
2355
2355
2356
    a,
2356
    a,
2357
    span {
2357
    span {
2358
        background-color: #E4ECF5;
2358
        background-color: lighten( $background-color-secondary, 50 );
2359
        border: 1px solid #A4BEDD;
2359
        border: 1px solid lighten( $background-color-secondary, 15 );
2360
        border-radius: 4px;
2360
        border-radius: 4px;
2361
        font-weight: bold;
2361
        font-weight: bold;
2362
        padding: .1em .4em;
2362
        padding: .1em .4em;
2363
        text-decoration: none;
2363
        text-decoration: none;
2364
2364
2365
        &:hover {
2365
        &:hover {
2366
            background-color: #EBEFF7;
2366
            background-color: lighten( $background-color-secondary, 40 )
2367
        }
2367
        }
2368
    }
2368
    }
2369
}
2369
}
Lines 2808-2814 fieldset > .toptabs { Link Here
2808
    margin-bottom: 1em;
2808
    margin-bottom: 1em;
2809
2809
2810
    a {
2810
    a {
2811
        color: #069;
2811
        color: $green-text-color;
2812
        font-weight: normal;
2812
        font-weight: normal;
2813
        text-decoration: underline;
2813
        text-decoration: underline;
2814
2814
Lines 2816-2822 fieldset > .toptabs { Link Here
2816
            &.jstree-hovered {
2816
            &.jstree-hovered {
2817
                background: transparent none;
2817
                background: transparent none;
2818
                box-shadow: none;
2818
                box-shadow: none;
2819
                color: #005580;
2819
                color: darken( $green-text-color, 5 );
2820
            }
2820
            }
2821
2821
2822
            &.jstree-clicked {
2822
            &.jstree-clicked {
Lines 2996-3009 button, Link Here
2996
    }
2996
    }
2997
}
2997
}
2998
2998
2999
#merge-patrons {
3000
    padding: 0 25px;
3001
}
3002
3003
#patronlist-menu {
3004
    padding: 0 25px;
3005
}
3006
3007
.btn-xs,
2999
.btn-xs,
3008
.btn-group-xs > .btn {
3000
.btn-group-xs > .btn {
3009
    font-size: 10.5px;
3001
    font-size: 10.5px;
Lines 3119-3130 button, Link Here
3119
    }
3111
    }
3120
}
3112
}
3121
3113
3122
.loggedout {
3123
    color: #004D99;
3124
    font-weight: bold;
3125
    padding: .4em .2em;
3126
}
3127
3128
.navbar-fixed-bottom {
3114
.navbar-fixed-bottom {
3129
    .navbar-inner {
3115
    .navbar-inner {
3130
        min-height: 0;
3116
        min-height: 0;
Lines 4143-4149 input.renew { Link Here
4143
        cursor: pointer;
4129
        cursor: pointer;
4144
4130
4145
        &:hover {
4131
        &:hover {
4146
            color: #004d99;
4132
            color: $green-text-color;
4147
        }
4133
        }
4148
    }
4134
    }
4149
}
4135
}
(-)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