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

Fix designs after 7db10e95

This commit is contained in:
Jakub Vrana
2021-02-11 08:52:33 +01:00
parent 9bd63a1326
commit 3881fc1680
4 changed files with 4 additions and 4 deletions

View File

@@ -393,7 +393,7 @@
float: none; float: none;
} }
#tables a[title] { #tables .structure, #tables .view {
float: none; float: none;
display: block; display: block;
} }

View File

@@ -752,7 +752,7 @@ legend{
font-size: 13px; font-size: 13px;
} }
#tables a[title] { #tables .structure, #tables .view {
float: none; float: none;
display: block; display: block;
color: inherit; color: inherit;

View File

@@ -819,7 +819,7 @@ legend{
font-size: 13px; font-size: 13px;
} }
#tables a[title] { #tables .structure, #tables .view {
float: none; float: none;
display: block; display: block;
color: #F1E5B3; color: #F1E5B3;

View File

@@ -360,7 +360,7 @@ p code + a:visited:hover {
float: none; float: none;
} }
#tables a[title] { #tables .structure, #tables .view {
float: none; float: none;
display: block; display: block;
} }