We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7005d86 commit 0237d25Copy full SHA for 0237d25
src/Resources/laravel-debugbar.css
@@ -442,7 +442,11 @@ div.phpdebugbar-widgets-templates table.phpdebugbar-widgets-params td {
442
443
div.phpdebugbar-widgets-templates table.phpdebugbar-widgets-params th {
444
padding: 2px 10px!important;
445
- background-color: #efefef;
+ background-color: var(--debugbar-background);
446
+}
447
+
448
+div.phpdebugbar-widgets-templates ul.phpdebugbar-widgets-list li.phpdebugbar-widgets-list-item:nth-child(odd) table.phpdebugbar-widgets-params th {
449
+ background-color: var(--debugbar-background-alt);
450
}
451
452
div.phpdebugbar-widgets-sqlqueries table.phpdebugbar-widgets-params td.phpdebugbar-widgets-name {
0 commit comments