1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-31 01:59:59 +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

@@ -93,10 +93,6 @@ tbody tr:hover th {
background: none;
}
table:not(.checkable) th {
min-width: 120px;
}
thead td,
thead th {
background: #34567c;
@@ -270,7 +266,7 @@ p code + a:visited:hover {
#menu #dbs {
background: #fff;
padding: 0 15px 15px;
padding: 0;
border: 1px solid #dae8fa;
border-bottom: 0;
box-sizing: border-box;
@@ -280,7 +276,6 @@ p code + a:visited:hover {
#menu #dbs select {
outline: 0;
border-color: rgba(0, 0, 0, 0.1);
width: 100%;
}
#menu p.links {
@@ -310,6 +305,11 @@ p code + a:visited:hover {
color: #000;
}
.tables-filter {
padding: 0;
margin-top: 32px;
}
#content p.links {
margin: -10px 0 15px;
}
@@ -522,7 +522,7 @@ input.default {
select {
box-sizing: border-box;
margin: 0;
padding: 6px 0;
padding: 6px;
border: 1px solid #bbbbbb;
}
@@ -652,11 +652,11 @@ label {
.logout {
display: none;
}
#breadcrumb {
position: static;
}
#content {
margin: 0;
}