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:
parent
424be4f885
commit
7aa9a27a0b
@ -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'] {
|
||||
|
Loading…
x
Reference in New Issue
Block a user