1
0
mirror of https://github.com/maximebf/php-debugbar.git synced 2025-01-16 21:08:34 +01:00

Force pointer cursor for all anchors

This commit is contained in:
Koko Kurak 2015-06-07 19:49:12 +02:00
parent 8a3f058194
commit 00a5a37fcf

View File

@ -20,6 +20,10 @@ div.phpdebugbar {
line-height: 1;
}
div.phpdebugbar a {
cursor: pointer;
}
div.phpdebugbar-drag-capture {
position: fixed;
top: 0;