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:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user