1
0
mirror of https://github.com/maximebf/php-debugbar.git synced 2025-01-17 05:18:32 +01:00

Force pointer cursor on openhandler's anchors

This commit is contained in:
Koko Kurak 2015-06-07 20:54:14 +02:00
parent d36c9975a9
commit e8cca54c62

View File

@ -20,7 +20,8 @@ div.phpdebugbar {
line-height: 1;
}
div.phpdebugbar a {
div.phpdebugbar a,
div.phpdebugbar-openhandler {
cursor: pointer;
}