1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-29 17:19:52 +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

@@ -215,12 +215,12 @@ th {
color:white;
}
input[name=logout] {
#logout {
color:#fce2e2;
background:#d73e3e;
}
input[name=logout]:hover {
#logout:hover {
background:#ea0202;
}
@@ -236,16 +236,6 @@ input[name=logout]:hover {
z-index: 5;
}
#logout {
color:#006aeb;
text-decoration:none;
}
#logout:hover {
color:white;
background:#006aeb;
}
.js .column {
background:#f2eee1;
}