Downloads: show pointer when hovering on dropdowns

This commit is contained in:
erciccione 2020-03-30 14:58:23 +02:00
parent 8d36587390
commit c795a7dae6
No known key found for this signature in database
GPG key ID: 762AF8C608E56CDF

View file

@ -2981,6 +2981,7 @@ footer {
.downloads summary:hover { .downloads summary:hover {
font-weight:bold; font-weight:bold;
cursor: pointer;
} }
.downloads ul { .downloads ul {