Skip to content

Commit

Permalink
FIX Minimized/closed button icon now has a left border, since it is r…
Browse files Browse the repository at this point in the history
…ight aligned
  • Loading branch information
robbieaverill committed Apr 22, 2019
1 parent ad7e69b commit 40d99e7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions assets/debugbar.css
Expand Up @@ -92,6 +92,7 @@ div.phpdebugbar-resize-handle {
}

div.phpdebugbar-closed, div.phpdebugbar-minimized{
border-left: 1px solid #ccc;
border-top: 1px solid #ccc;
}

Expand Down

0 comments on commit 40d99e7

Please sign in to comment.