Skip to content

Commit 6d586b2

Browse files
committed
Tweak toolbar
1 parent 5475484 commit 6d586b2

File tree

1 file changed

+2
-25
lines changed

1 file changed

+2
-25
lines changed

src/Resources/laravel-debugbar.css

Lines changed: 2 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -319,31 +319,10 @@ dl.phpdebugbar-widgets-kvlist dd {
319319
margin-left: 25%;
320320
}
321321

322-
div.phpdebugbar-widgets-messages div.phpdebugbar-widgets-toolbar {
323-
width: 100%;
324-
padding: 4px 0px 4px;
325-
height: 20px;
326-
border-top: 1px solid var(--color-border);
327-
border-bottom: 0px;
328-
background-color: var(--color-header);
329-
}
330-
331-
div.phpdebugbar-widgets-messages div.phpdebugbar-widgets-toolbar a.phpdebugbar-widgets-filter, div.phpdebugbar-widgets-messages div.phpdebugbar-widgets-toolbar a.phpdebugbar-widgets-filter.phpdebugbar-widgets-excluded {
332-
right: 3px;
333-
}
334-
335-
div.phpdebugbar-widgets-messages div.phpdebugbar-widgets-toolbar input {
336-
width: calc(100% - 58px);
337-
margin-left: 0px;
338-
border-radius: 3px;
339-
padding: 2px 6px;
340-
height: 15px;
341-
}
342322

343323
div.phpdebugbar-widgets-messages li.phpdebugbar-widgets-list-item span.phpdebugbar-widgets-label,
344324
div.phpdebugbar-widgets-messages li.phpdebugbar-widgets-list-item span.phpdebugbar-widgets-collector {
345-
padding: 1px 0px 0px 10px;
346-
margin: 0px;
325+
347326
text-transform: uppercase;
348327
font-style: normal;
349328
}
@@ -360,13 +339,11 @@ div.phpdebugbar-widgets-messages li.phpdebugbar-widgets-list-item span.phpdebugb
360339

361340
div.phpdebugbar-widgets-messages div.phpdebugbar-widgets-toolbar a.phpdebugbar-widgets-filter,
362341
div.phpdebugbar-widgets-messages div.phpdebugbar-widgets-toolbar a.phpdebugbar-widgets-filter.phpdebugbar-widgets-excluded {
363-
position: relative;
364-
top: -52px;
342+
365343
display: inline-block;
366344
background-color: #6d6d6d;
367345
margin-left: 3px;
368346
border-radius: 3px;
369-
padding: 5px 8px 4px;
370347
text-transform: uppercase;
371348
font-size: 10px;
372349
transition: background-color .25s linear 0s, color .25s linear 0s;

0 commit comments

Comments
 (0)