1
0
mirror of https://github.com/maximebf/php-debugbar.git synced 2025-01-16 13:00:42 +01:00

Inherit table (#646)

This commit is contained in:
Barry vd. Heuvel 2024-04-03 21:39:26 +02:00 committed by GitHub
parent 424be4f885
commit 7aa9a27a0b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -63,9 +63,10 @@ div.phpdebugbar ul li, div.phpdebugbar ol li, div.phpdebugbar dl li {
line-height: 1;
}
div.phpdebugbar table {
div.phpdebugbar table, .phpdebugbar-openhandler table {
border-collapse: collapse;
border-spacing: 0;
color: inherit;
}
div.phpdebugbar input[type='text'], div.phpdebugbar input[type='password'] {