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 84-89 a.navbar-toggle { Link Here
84
            border: 0;
84
            border: 0;
85
            border-bottom-width: 0;
85
            border-bottom-width: 0;
86
            padding-bottom: 0;
86
            padding-bottom: 0;
87
            list-style-type: none;
87
            margin: 0;
88
            margin: 0;
88
89
89
            a {
90
            a {
Lines 190-196 a.navbar-toggle { Link Here
190
        }
191
        }
191
    }
192
    }
192
193
193
    input[type="submit"], button[type="submit"] {
194
    input[type="submit"],
195
    button[type="submit"] {
194
        height: 31px;
196
        height: 31px;
195
        background-color: $background-color-secondary;
197
        background-color: $background-color-secondary;
196
        color: white;
198
        color: white;
Lines 198-204 a.navbar-toggle { Link Here
198
        text-shadow: unset;
200
        text-shadow: unset;
199
        border-radius: 0 16px 16px 0;
201
        border-radius: 0 16px 16px 0;
200
        margin-left: -16px;
202
        margin-left: -16px;
201
        padding-left: calc(16px + .5em);
203
        margin-right: 1em;
204
        padding-left: calc( 16px + .7em );
205
        padding-right: .9em;
206
207
        &:hover {
208
            background-color: lighten( $background-color-secondary, 5 );
209
        }
202
    }
210
    }
203
211
204
    input[type="button"], button {
212
    input[type="button"], button {
205
- 

Return to bug 32319