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

(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/doc-head-close.inc (-2 / +5 lines)
Lines 64-70 var Koha = {}; Link Here
64
64
65
        #header_search button[type="submit"] {
65
        #header_search button[type="submit"] {
66
            background: [% branchcolor | html %];
66
            background: [% branchcolor | html %];
67
            filter: brightness(160%);
67
            filter: brightness(120%);
68
        }
69
        #header_search button[type="submit"]:hover {
70
            background: [% branchcolor | html %];
71
            filter: brightness(140%);
68
        }
72
        }
69
    </style>
73
    </style>
70
[% END %]
74
[% END %]
71
- 

Return to bug 37054