pulsante logout in django 4
parent
5496f996be
commit
45266906a3
|
|
@ -164,12 +164,15 @@
|
||||||
{% endif %}
|
{% 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 }};
|
color:{{ theme.css_header_link_color }};
|
||||||
}
|
}
|
||||||
|
|
||||||
.admin-interface #header #user-tools a:hover,
|
.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 }};
|
color:{{ theme.css_header_link_hover_color }};
|
||||||
border-bottom-color:rgba(255, 255, 255, 0.5);
|
border-bottom-color:rgba(255, 255, 255, 0.5);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue