mirror of
https://github.com/vrana/adminer.git
synced 2025-08-10 00:28:34 +02:00
fix editor theme (#302)
This commit is contained in:
@@ -648,6 +648,17 @@ table tbody input ~ a[href*="&edit="][href*="&where"] {
|
|||||||
margin-right: 0;
|
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 {
|
#tables .structure {
|
||||||
min-width: calc(100% - 5px - 25px);
|
min-width: calc(100% - 5px - 25px);
|
||||||
padding-left: 5px;
|
padding-left: 5px;
|
||||||
|
Reference in New Issue
Block a user