Skip to content

Update css theme for views widget #1768

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 28, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion src/Resources/laravel-debugbar.css
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,11 @@ div.phpdebugbar-widgets-templates table.phpdebugbar-widgets-params td {

div.phpdebugbar-widgets-templates table.phpdebugbar-widgets-params th {
padding: 2px 10px!important;
background-color: #efefef;
background-color: var(--debugbar-background);
}

div.phpdebugbar-widgets-templates ul.phpdebugbar-widgets-list li.phpdebugbar-widgets-list-item:nth-child(odd) table.phpdebugbar-widgets-params th {
background-color: var(--debugbar-background-alt);
}

div.phpdebugbar-widgets-sqlqueries table.phpdebugbar-widgets-params td.phpdebugbar-widgets-name {
Expand Down
Loading