1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-28 00:29:59 +02:00

Designs: Fix logout button

This commit is contained in:
Jakub Vrana
2025-03-04 18:44:40 +01:00
parent c7d283d262
commit 0426bd4610
3 changed files with 7 additions and 22 deletions

View File

@@ -216,12 +216,12 @@ th {
color:white;
}
input[name=logout] {
#logout {
color:#fce2e2;
background:#d73e3e;
}
input[name=logout]:hover {
#logout:hover {
background:#ea0202;
}
@@ -234,14 +234,8 @@ input[name=logout]:hover {
color:white;
}
#logout {
color:#0033ff;
text-decoration:none;
}
#logout:hover {
color:white;
background:#0033ff;
.logout {
z-index: 2;
}
.js .column {