Skip to content

Commit 922d67f

Browse files
committed
Fixed a few panel title display issues.
1 parent 83b312e commit 922d67f

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

debug_toolbar/media/debug_toolbar/toolbar.css

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,6 @@
133133
display:block;
134134
font-family:Consolas, Monaco, "Bitstream Vera Sans Mono", "Lucida Console", monospace;
135135
white-space:pre;
136-
background-color:#ffffff;
137136
overflow:auto;
138137
}
139138

@@ -169,6 +168,11 @@
169168
height:50px;
170169
}
171170

171+
#djDebug .djDebugPanelTitle code {
172+
display:inline;
173+
font-size:inherit;
174+
}
175+
172176
#djDebug .djDebugPanelContent {
173177
position:absolute;
174178
top:50px;
@@ -225,6 +229,10 @@
225229
padding-right:.5em;
226230
}
227231

232+
#djDebug .djTemplateHideContextDiv {
233+
background-color:#fff;
234+
}
235+
228236
/*
229237
#djDebug .panelContent p a:hover, #djDebug .panelContent dd a:hover {
230238
color:#111;

debug_toolbar/media/debug_toolbar/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)