Skip to content

Commit b7d6e35

Browse files
gpressutto5barryvdh
authored andcommitted
Using ns-resize cursor (php-debugbar#401)
Since it can be resized both up and down.
1 parent 056bd60 commit b7d6e35

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/DebugBar/Resources/debugbar.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ div.phpdebugbar-drag-capture {
3636
z-index: 10001;
3737
background: none;
3838
display: none;
39-
cursor: n-resize;
39+
cursor: ns-resize;
4040
}
4141

4242
div.phpdebugbar-closed {
@@ -108,7 +108,7 @@ div.phpdebugbar-resize-handle {
108108
width: 100%;
109109
background: none;
110110
border-bottom: 1px solid #ccc;
111-
cursor: n-resize;
111+
cursor: ns-resize;
112112
}
113113

114114
div.phpdebugbar-closed, div.phpdebugbar-minimized{

0 commit comments

Comments
 (0)