Skip to content

Commit 0c878d5

Browse files
sco-ttbarryvdh
authored andcommitted
Minor CSS Tweaks (barryvdh#676)
* 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
1 parent 8395020 commit 0c878d5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Resources/laravel-debugbar.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ div.phpdebugbar {
33
font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
44
direction: ltr;
55
text-align: left;
6+
z-index: 100000;
67
}
78

89
div.phpdebugbar-resize-handle {
@@ -219,6 +220,7 @@ ul.phpdebugbar-widgets-list li.phpdebugbar-widgets-list-item {
219220
ul.phpdebugbar-widgets-list li.phpdebugbar-widgets-list-item .phpdebugbar-widgets-sql {
220221
flex: 1;
221222
margin-right: 5px;
223+
cursor: text;
222224
}
223225

224226
ul.phpdebugbar-widgets-list li.phpdebugbar-widgets-list-item .phpdebugbar-widgets-duration {

0 commit comments

Comments
 (0)