mirror of
https://github.com/vrana/adminer.git
synced 2025-08-12 09:34:10 +02:00
Remove border-collapse: separate in designs after removing cellspacing
This commit is contained in:
@@ -81,7 +81,7 @@ code.jush-sql { background: #f0e8d6; }
|
|||||||
pre { background: #e0e0e0; }
|
pre { background: #e0e0e0; }
|
||||||
textarea { font-size: 120%; }
|
textarea { font-size: 120%; }
|
||||||
body { width: -moz-fit-content; width: fit-content; }
|
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; }
|
.ltr table { margin: 1.9em 0 0 0; }
|
||||||
.rtl 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; }
|
.rtl table tbody td, .rtl table tbody th { text-align: right; }
|
||||||
|
@@ -81,7 +81,7 @@ code.jush-sql { background: #d8eaf4; }
|
|||||||
pre { background: #aac6d8; }
|
pre { background: #aac6d8; }
|
||||||
textarea { font-size: 120%; }
|
textarea { font-size: 120%; }
|
||||||
body { width: -moz-fit-content; width: fit-content; }
|
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; }
|
.ltr table { margin: 1.9em 0 0 0; }
|
||||||
.rtl 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; }
|
.rtl table tbody td, .rtl table tbody th { text-align: right; }
|
||||||
|
Reference in New Issue
Block a user