Lines 51-76
var Koha = {};
Link Here
|
51 |
[% IF ( login ) %] |
51 |
[% IF ( login ) %] |
52 |
[% Asset.css("css/login.css") | $raw %] |
52 |
[% Asset.css("css/login.css") | $raw %] |
53 |
[% END %] |
53 |
[% END %] |
54 |
[% SET branchcolor = Branches.GetBranchColor( Branches.GetLoggedInBranchcode() ) || '#408540' %] |
54 |
[% SET branchcolor = Branches.GetBranchColor( Branches.GetLoggedInBranchcode() ) %] |
55 |
<style> |
55 |
[% IF branchcolor %] |
56 |
.toptabs, |
56 |
<style> |
57 |
#header_search, |
57 |
#header_search, |
58 |
#header_search ul, |
58 |
#header_search ul, |
59 |
#header_search .nav-tabs > li > a { |
59 |
#header_search .form-title, |
60 |
background: [% branchcolor | html %] !important; |
60 |
#header_search .nav-tabs > li > a { |
61 |
border-color: [% branchcolor | html %] !important; |
61 |
background-color: [% branchcolor | html %]; |
62 |
} |
62 |
border-color: [% branchcolor | html %]; |
|
|
63 |
} |
63 |
|
64 |
|
64 |
.form-title, #header_search button[type="submit"] { |
65 |
#header_search button[type="submit"] { |
65 |
background: [% branchcolor | html %] !important; |
66 |
background: [% branchcolor | html %]; |
66 |
filter: brightness(85%); |
67 |
filter: brightness(160%); |
67 |
} |
68 |
} |
68 |
|
69 |
</style> |
69 |
#header_search .nav-tabs > li > a { |
70 |
[% END %] |
70 |
background: [% branchcolor | html %] !important; |
|
|
71 |
border-color: [% branchcolor | html %] !important; |
72 |
} |
73 |
</style> |
74 |
[% IF ( IntranetUserCSS ) %]<style>[% IntranetUserCSS | $raw %]</style>[% END %] |
71 |
[% IF ( IntranetUserCSS ) %]<style>[% IntranetUserCSS | $raw %]</style>[% END %] |
75 |
|
72 |
|
76 |
[% KohaPlugins.get_plugins_intranet_head | $raw %] |
73 |
[% KohaPlugins.get_plugins_intranet_head | $raw %] |