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