Skip to content

Commit

Permalink
Minor CSS Tweaks (barryvdh#676)
Browse files Browse the repository at this point in the history
* Adds z-index declaration to phpdebugbar div so that it isn't overlapped by pre.sf-dump elements

* Sets .phpdebugbar-widgets-sql elements to 'cursor: text;' to make it easier to copy the queries into an SQL editor
  • Loading branch information
sco-tt authored and barryvdh committed Dec 24, 2017
1 parent 8395020 commit 0c878d5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Resources/laravel-debugbar.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ div.phpdebugbar {
font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
direction: ltr;
text-align: left;
z-index: 100000;
}

div.phpdebugbar-resize-handle {
Expand Down Expand Up @@ -219,6 +220,7 @@ ul.phpdebugbar-widgets-list li.phpdebugbar-widgets-list-item {
ul.phpdebugbar-widgets-list li.phpdebugbar-widgets-list-item .phpdebugbar-widgets-sql {
flex: 1;
margin-right: 5px;
cursor: text;
}

ul.phpdebugbar-widgets-list li.phpdebugbar-widgets-list-item .phpdebugbar-widgets-duration {
Expand Down

0 comments on commit 0c878d5

Please sign in to comment.