We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1f5fbb commit d6a2215Copy full SHA for d6a2215
debug_toolbar/static/debug_toolbar/css/toolbar.css
@@ -126,9 +126,17 @@
126
}
127
128
#djDebug #djDebugToolbar li.djdt-active {
129
- background: #333 no-repeat left center;
130
- background-image: url(http://github.com/..%3Cspan%20class=pl-c1%3E/%3C/span%3Eimg/indicator.png);
131
- padding-left: 10px;
+ background: #333;
+}
+
132
+#djDebug #djDebugToolbar li.djdt-active:before {
133
+ content: "▶";
134
+ position: absolute;
135
+ left: 0;
136
+ top: 50%;
137
+ transform: translateY(-50%);
138
+ color: #eee;
139
+ font-size: 150%;
140
141
142
#djDebug #djDebugToolbar li.djdt-active a:hover {
debug_toolbar/static/debug_toolbar/img/indicator.png
-436 Bytes
0 commit comments