Skip to content

Commit 2823143

Browse files
authored
[5.3] Debug duplicate queries dark mode (joomla#45527)
1 parent a3804dd commit 2823143

File tree

1 file changed

+4
-0
lines changed
  • build/media_source/plg_system_debug/widgets/sqlqueries

1 file changed

+4
-0
lines changed

build/media_source/plg_system_debug/widgets/sqlqueries/widget.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,3 +190,7 @@ div.phpdebugbar-widgets-sqlqueries div.phpdebugbar-widgets-toolbar a.phpdebugbar
190190
color: #888;
191191
background: #eee;
192192
}
193+
194+
div.phpdebugbar[data-theme="dark"] div.phpdebugbar-widgets-sqlqueries li.phpdebugbar-widgets-list-item.phpdebugbar-widgets-sql-duplicate {
195+
background-color: #473e00;
196+
}

0 commit comments

Comments
 (0)