Update doxygen.css

Set pointer cursor on arrows
This commit is contained in:
Leonid Olevskiy 2018-04-07 00:34:02 +03:00 committed by Lukas Dürrenberger
parent d7fffae727
commit ceee41eaf4

View File

@ -1445,3 +1445,6 @@ div.contents ul li {
top: 50%; top: 50%;
margin-top: -11px; margin-top: -11px;
} }
.arrow {
cursor: pointer;
}