mirror of
https://github.com/maximebf/php-debugbar.git
synced 2025-01-17 13:28:35 +01:00
Force pointer cursor for all anchors
This commit is contained in:
parent
8a3f058194
commit
00a5a37fcf
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user