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

fix editor theme (#302)

This commit is contained in:
alekseymvt
2018-09-19 17:42:22 +03:00
committed by Jakub Vrána
parent a426fefd40
commit 01e08cc053

View File

@@ -648,6 +648,17 @@ table tbody input ~ a[href*="&edit="][href*="&where"] {
margin-right: 0;
}
/* editor */
#tables .select[title] {
height: auto;
padding: 3px 20px;
overflow: visible;
width: auto;
text-decoration: none;
line-height: inherit;
color: white;
}
#tables .structure {
min-width: calc(100% - 5px - 25px);
padding-left: 5px;