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

(-)a/koha-tmpl/intranet-tmpl/prog/css/src/_header.scss (-3 / +10 lines)
Lines 85-90 a.navbar-toggle { Link Here
85
            border: 0;
85
            border: 0;
86
            border-bottom-width: 0;
86
            border-bottom-width: 0;
87
            padding-bottom: 0;
87
            padding-bottom: 0;
88
            list-style-type: none;
88
            margin: 0;
89
            margin: 0;
89
90
90
            a {
91
            a {
Lines 191-197 a.navbar-toggle { Link Here
191
        }
192
        }
192
    }
193
    }
193
194
194
    input[type="submit"], button[type="submit"] {
195
    input[type="submit"],
196
    button[type="submit"] {
195
        height: 31px;
197
        height: 31px;
196
        background-color: $background-color-secondary;
198
        background-color: $background-color-secondary;
197
        color: white;
199
        color: white;
Lines 199-205 a.navbar-toggle { Link Here
199
        text-shadow: unset;
201
        text-shadow: unset;
200
        border-radius: 0 16px 16px 0;
202
        border-radius: 0 16px 16px 0;
201
        margin-left: -16px;
203
        margin-left: -16px;
202
        padding-left: calc(16px + .5em);
204
        margin-right: 1em;
205
        padding-left: calc( 16px + .7em );
206
        padding-right: .9em;
207
208
        &:hover {
209
            background-color: lighten( $background-color-secondary, 5 );
210
        }
203
    }
211
    }
204
212
205
    input[type="button"], button {
213
    input[type="button"], button {
206
- 

Return to bug 32319