pulsante logout in django 4

testato-con-bdlaser
Pietro Brenna 2023-05-22 16:14:40 +02:00
parent 5496f996be
commit 45266906a3
1 changed files with 5 additions and 2 deletions

View File

@ -164,12 +164,15 @@
{% endif %}
}
.admin-interface #header #user-tools a {
.admin-interface #header #user-tools a,
.admin-interface #header #user-tools button {
color:{{ theme.css_header_link_color }};
}
.admin-interface #header #user-tools a:hover,
.admin-interface #header #user-tools a:active {
.admin-interface #header #user-tools a:active,
.admin-interface #header #user-tools button:active,
.admin-interface #header #user-tools button:hover {
color:{{ theme.css_header_link_hover_color }};
border-bottom-color:rgba(255, 255, 255, 0.5);
}