From 01e08cc0534b7e5d591e094e4389dc5242b5437b Mon Sep 17 00:00:00 2001 From: alekseymvt Date: Wed, 19 Sep 2018 17:42:22 +0300 Subject: [PATCH] fix editor theme (#302) --- designs/mvt/adminer.css | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/designs/mvt/adminer.css b/designs/mvt/adminer.css index 686b2aae..9b64b248 100644 --- a/designs/mvt/adminer.css +++ b/designs/mvt/adminer.css @@ -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;