]> git.joonet.de Git - adminer.git/commitdiff
fix editor theme (#302)
authoralekseymvt <alekseymvt@gmail.com>
Wed, 19 Sep 2018 14:42:22 +0000 (17:42 +0300)
committerJakub Vrána <jakub@vrana.cz>
Wed, 19 Sep 2018 14:42:22 +0000 (16:42 +0200)
designs/mvt/adminer.css

index 686b2aaec7c537db66bcee2e342675239942d660..9b64b248791248ff392ea2dd4cdc7e5d23fc824b 100644 (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;