Skip to content

Commit 1a619cd

Browse files
committed
Fixed issue 85, SQL not selectable due to line chart.
Thanks to Hynek Cernoch for the report and patch.
1 parent f3d0ff2 commit 1a619cd

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

debug_toolbar/media/debug_toolbar/css/toolbar.css

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,8 @@
358358
}
359359

360360
#djDebug span.djDebugLineChart {
361-
border-top:3px solid #777;
361+
background-color:#777;
362+
height:3px;
362363
position:absolute;
363364
bottom:0;
364365
top:0;
@@ -367,7 +368,7 @@
367368
z-index:1000000001;
368369
}
369370
#djDebug span.djDebugLineChartWarning {
370-
border-top-color:#900;
371+
background-color:#900;
371372
}
372373

373374
#djDebug .highlight { color:#000; }

debug_toolbar/media/debug_toolbar/css/toolbar.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)