1
0
mirror of https://github.com/vrana/adminer.git synced 2025-09-01 10:23:28 +02:00

Fix main visual glitches in designs, remove broken designs

This commit is contained in:
Peter Knut
2025-01-22 23:03:56 +01:00
committed by Jakub Vrana
parent 5d6e9fff65
commit ab40931365
19 changed files with 356 additions and 1224 deletions

View File

@@ -160,6 +160,14 @@ tr.odd td {
background:#fcfaf5;
}
.footer {
border-image: linear-gradient(rgba(242, 242, 242, 0), #f2f2f2) 100% 0;
}
.footer div {
background: #f2f2f2;
}
#content tbody tr.checked td, tr.checked.odd td {
background:#fbe2e2;
color:red;
@@ -221,7 +229,7 @@ tr.odd td {
#menu {
background:#34495e;
position:fixed;
top:-10px;
top:5px;
color:#FFF;
padding:20px;
padding-top:40px;
@@ -287,9 +295,14 @@ input[name=logout]:hover {
}
.logout {
position: fixed;
z-index:3;
}
.logout form {
color: #fff;
}
.js .column {
background:#ecf0f1;
}