File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -544,7 +544,11 @@ div.phpdebugbar-widgets-sqlqueries table.phpdebugbar-widgets-params td {
544544}
545545
546546div .phpdebugbar-widgets-sqlqueries table .phpdebugbar-widgets-params th {
547- background-color : var (--debugbar-header );
547+ background-color : var (--debugbar-background-alt );
548+ }
549+
550+ div .phpdebugbar-widgets-sqlqueries ul .phpdebugbar-widgets-list li .phpdebugbar-widgets-list-item : nth-child (even) table .phpdebugbar-widgets-params th {
551+ background-color : var (--debugbar-background );
548552}
549553
550554div .phpdebugbar-widgets-sqlqueries table .phpdebugbar-widgets-params td .phpdebugbar-widgets-name {
@@ -716,7 +720,7 @@ div.phpdebugbar-widgets-sqlqueries table.phpdebugbar-widgets-explain {
716720}
717721
718722div .phpdebugbar-widgets-sqlqueries table .phpdebugbar-widgets-explain th {
719- border : 1px solid var (--debugbar-header );
723+ border : 1px solid var (--debugbar-border );
720724 text-align : center;
721725}
722726
You can’t perform that action at this time.
0 commit comments