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

(-)a/koha-tmpl/intranet-tmpl/prog/css/src/_header.scss (-2 lines)
Lines 266-273 a.navbar-toggle { Link Here
266
                padding: 0 .25em;
266
                padding: 0 .25em;
267
267
268
                &:hover, &:focus, &:active {
268
                &:hover, &:focus, &:active {
269
                    background-color: $background-color-primary;
270
                    border: 2px solid $background-color-primary;
271
                    border-bottom-color: $background-color-secondary;
269
                    border-bottom-color: $background-color-secondary;
272
                    border-bottom: 0;
270
                    border-bottom: 0;
273
                    padding: 0 .25em;
271
                    padding: 0 .25em;
(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/doc-head-close.inc (-2 / +5 lines)
Lines 66-72 var Koha = {}; Link Here
66
66
67
        #header_search button[type="submit"] {
67
        #header_search button[type="submit"] {
68
            background: [% branchcolor | html %];
68
            background: [% branchcolor | html %];
69
            filter: brightness(160%);
69
            filter: brightness(120%);
70
        }
71
        #header_search button[type="submit"]:hover {
72
            background: [% branchcolor | html %];
73
            filter: brightness(140%);
70
        }
74
        }
71
    </style>
75
    </style>
72
[% END %]
76
[% END %]
73
- 

Return to bug 37054