mirror of
https://github.com/maximebf/php-debugbar.git
synced 2025-07-24 18:22:03 +02:00
Inherit table (#646)
This commit is contained in:
@@ -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'] {
|
||||
|
Reference in New Issue
Block a user