Skip to content

Commit 0237d25

Browse files
authored
Update css theme for views widget (#1768)
1 parent 7005d86 commit 0237d25

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/Resources/laravel-debugbar.css

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -442,7 +442,11 @@ div.phpdebugbar-widgets-templates table.phpdebugbar-widgets-params td {
442442

443443
div.phpdebugbar-widgets-templates table.phpdebugbar-widgets-params th {
444444
padding: 2px 10px!important;
445-
background-color: #efefef;
445+
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);
446450
}
447451

448452
div.phpdebugbar-widgets-sqlqueries table.phpdebugbar-widgets-params td.phpdebugbar-widgets-name {

0 commit comments

Comments
 (0)