1
0
mirror of https://github.com/maximebf/php-debugbar.git synced 2025-01-17 05:18:32 +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; line-height: 1;
} }
div.phpdebugbar a {
cursor: pointer;
}
div.phpdebugbar-drag-capture { div.phpdebugbar-drag-capture {
position: fixed; position: fixed;
top: 0; top: 0;