]> git.joonet.de Git - adminer.git/commitdiff
Remove border-collapse: separate in designs after removing cellspacing
authorJakub Vrana <jakub@vrana.cz>
Mon, 24 Feb 2025 15:41:35 +0000 (16:41 +0100)
committerJakub Vrana <jakub@vrana.cz>
Mon, 24 Feb 2025 15:41:35 +0000 (16:41 +0100)
designs/rmsoft/adminer.css
designs/rmsoft_blue/adminer.css

index aa43693a438bb0339ae87f76fcbe1d0a8a9b93d7..a65af3e1c10f5b35550a346184aba119c1f33924 100644 (file)
@@ -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; }
index 4a3d8fe274c4f9b14097d699734e8f8b20a093fe..ed5df42a5c6a9cc6a4456d444c8b25b7ecb238bd 100644 (file)
@@ -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; }