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;