Commit 0aaf8f43 authored by sohail amjad's avatar sohail amjad
Browse files

register_btn

Showing with 3 additions and 2 deletions
+3 -2
......@@ -76,7 +76,8 @@
<#if realm.password && realm.registrationAllowed && !usernameEditDisabled??>
<div id="kc-registration" class="field">
<div class="ui content signUpMsg">
${msg("noAccount")} <span id="signup" role="link" tabindex="0" class="registerLink" onclick=navigate('self')>${msg("registerHere")}</span>
<!-- ${msg("noAccount")} <span id="signup" role="link" tabindex="0" class="registerLink" onclick=navigate('self')>${msg("registerHere")}</span> -->
<button id="signup" onclick="navigate('self')" class="mt-8 sb-btn sb-btn-normal sb-btn-primary width-100 register-btn"><span tabindex="0" onclick=navigate('self')>${msg("registerHere")}</span></button>
</div>
</div>
</#if>
......
......@@ -264,7 +264,7 @@ a{
color: #024f9d !important;
}
.registerLink{
color: #024f9d;
color: white;
font-weight: bold;
text-decoration: underline;
}
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment