mirror of
https://github.com/tubearchivist/tubearchivist-frontend.git
synced 2024-11-22 11:50:14 +00:00
red hover logout button
This commit is contained in:
parent
87b72a571d
commit
2b2ff814e3
@ -69,7 +69,7 @@
|
|||||||
<img src="{% static 'img/icon-gear.svg' %}" alt="gear-icon" title="Settings">
|
<img src="{% static 'img/icon-gear.svg' %}" alt="gear-icon" title="Settings">
|
||||||
</a>
|
</a>
|
||||||
<a href="{% url 'logout' %}">
|
<a href="{% url 'logout' %}">
|
||||||
<img src="{% static 'img/icon-exit.svg' %}" alt="exit-icon" title="Logout">
|
<img class="alert-hover" src="{% static 'img/icon-exit.svg' %}" alt="exit-icon" title="Logout">
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -286,6 +286,10 @@ button:hover {
|
|||||||
--connected-color: var(--accent-font-light);
|
--connected-color: var(--accent-font-light);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.alert-hover:hover {
|
||||||
|
filter: var(--img-filter-error);
|
||||||
|
}
|
||||||
|
|
||||||
/* top of page */
|
/* top of page */
|
||||||
.title-bar {
|
.title-bar {
|
||||||
padding-top: 30px;
|
padding-top: 30px;
|
||||||
|
Loading…
Reference in New Issue
Block a user