mirror of
https://github.com/Cian-H/invenio-theme-iform.git
synced 2026-05-11 18:01:41 +01:00
modified login page
removed hyperlink hover color
This commit is contained in:
@@ -10,14 +10,6 @@
|
||||
* from #0377cd
|
||||
* to #E4154B
|
||||
*/
|
||||
.section-content-white-bg a:hover,
|
||||
.section-content-white-bg a:focus,
|
||||
.section-content-light-bg a:hover,
|
||||
.section-content-light-bg a:focus,
|
||||
.hp-blog-section a:hover,
|
||||
.hp-blog-section a:focus {
|
||||
color: #E4154B;
|
||||
}
|
||||
|
||||
/*
|
||||
* Logos background frontpage.
|
||||
|
||||
@@ -279,9 +279,3 @@ svg:not(:root) {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
/**** hyperlink hover color ****/
|
||||
a:focus,
|
||||
a:hover {
|
||||
color: #e4154b;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
@@ -6,19 +6,6 @@
|
||||
* under the terms of the MIT License; see LICENSE file for more details.
|
||||
*/
|
||||
|
||||
/* On hover color changed
|
||||
* from #0377cd
|
||||
* to #E4154B
|
||||
*/
|
||||
.section-content-white-bg a:hover,
|
||||
.section-content-white-bg a:focus,
|
||||
.section-content-light-bg a:hover,
|
||||
.section-content-light-bg a:focus,
|
||||
.hp-blog-section a:hover,
|
||||
.hp-blog-section a:focus {
|
||||
color: #e4154b;
|
||||
}
|
||||
|
||||
/*
|
||||
* Logos background frontpage.
|
||||
* from rgba(173, 206, 224, 0.52)
|
||||
|
||||
@@ -19,10 +19,10 @@
|
||||
{%- endblock form_header %}
|
||||
|
||||
{%- if config.INVENIO_CONFIG_TUGRAZ_SHIBBOLETH %}
|
||||
<div class="ui fluid animated fade button" tabindex="0">
|
||||
<div class="ui fluid animated fade large button basic" tabindex="0">
|
||||
<div class="visible content">
|
||||
<a href="{{ url_for('sso_saml.sso', idp='idp') }}">
|
||||
{% trans type='TU Graz' %} Log in with {{ type }}{% endtrans %}
|
||||
{% trans type='TUG' %} Log in with {{ type }}{% endtrans %}
|
||||
</a>
|
||||
</div>
|
||||
<div class="hidden content">
|
||||
|
||||
Reference in New Issue
Block a user