This commit is contained in:
Pau Capó 2025-04-11 21:16:19 +02:00
parent d1b6cb6374
commit 2dd1980fa1

View file

@ -26,13 +26,13 @@ a, a:visited {
} }
#dbs label { #dbs label {
display: none;
} }
.footer { .footer {
position: initial; position: initial;
background: transparent; background: transparent;
border-top: 0; border-top: 0;
box-shadow: none;
} }
.footer > div { .footer > div {
@ -355,6 +355,9 @@ input[name=logout]:hover {
.logout { .logout {
z-index: 3; z-index: 3;
position: fixed; position: fixed;
background-color: transparent;
box-shadow: none;
color: #FFF;
} }
.js .column { .js .column {