Skip to content

Commit 71cfd89

Browse files
authored
Merge pull request #223
fix: header config file wasn't correctly set + update colors to get a better non hover look
2 parents 64fc7b0 + a342230 commit 71cfd89

File tree

3 files changed

+3
-16
lines changed

3 files changed

+3
-16
lines changed

gateway/src/main/resources/static/login/getConfig.js

Lines changed: 0 additions & 13 deletions
This file was deleted.

gateway/src/main/resources/static/login/signin.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ body {
1111
.btn-primary {
1212
background-color: var(--georchestra);
1313
border-color: var(--georchestra);
14-
opacity: 0.8;
14+
opacity: 1;
1515
}
1616
.btn-primary:hover, .btn-primary:not(:disabled):not(.disabled):active {
1717
background-color: var(--georchestra);
1818
border-color: var(--georchestra);
19-
opacity: 1;
19+
opacity: 0.8;
2020
}
2121
.btn-primary.focus, .btn-primary:focus, .btn-primary:not(:disabled):not(.disabled):active:focus {
2222
box-shadow: 0 0 0 0.2rem rgba(133, 18, 125,.25);

gateway/src/main/resources/templates/login.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<body class="d-flex flex-column" id="georchestra-login-page">
1616
<header th:if="${headerEnabled}">
1717
<geor-header th:stylesheet="${georchestraStylesheet}" th:legacy-header="${useLegacyHeader}" th:legacy-url="${headerUrl}" th:logo-url="${logoUrl}"
18-
th:height="${headerHeight}" th:config-file="${configFile}"></geor-header>
18+
th:height="${headerHeight}" th:config-file="${headerConfigFile}"></geor-header>
1919
</header>
2020
<div class="container h-100 py-4 px-3">
2121
<div class="d-flex justify-content-center align-items-center rounded-5 h-100">

0 commit comments

Comments
 (0)