diff --git a/designs/rmsoft/adminer.css b/designs/rmsoft/adminer.css index aa43693a..a65af3e1 100644 --- a/designs/rmsoft/adminer.css +++ b/designs/rmsoft/adminer.css @@ -81,7 +81,7 @@ code.jush-sql { background: #f0e8d6; } pre { background: #e0e0e0; } textarea { font-size: 120%; } body { width: -moz-fit-content; width: fit-content; } -table, td, th { border: 0; border-collapse: separate; } +table, td, th { border: 0; } .ltr table { margin: 1.9em 0 0 0; } .rtl table { margin: 1.9em 0 0 0; } .rtl table tbody td, .rtl table tbody th { text-align: right; } diff --git a/designs/rmsoft_blue/adminer.css b/designs/rmsoft_blue/adminer.css index 4a3d8fe2..ed5df42a 100644 --- a/designs/rmsoft_blue/adminer.css +++ b/designs/rmsoft_blue/adminer.css @@ -81,7 +81,7 @@ code.jush-sql { background: #d8eaf4; } pre { background: #aac6d8; } textarea { font-size: 120%; } body { width: -moz-fit-content; width: fit-content; } -table, td, th { border: 0; border-collapse: separate; } +table, td, th { border: 0; } .ltr table { margin: 1.9em 0 0 0; } .rtl table { margin: 1.9em 0 0 0; } .rtl table tbody td, .rtl table tbody th { text-align: right; }