add style for div.fulltextinfo > span:hover

This commit is contained in:
Uwe Steinmann 2022-12-09 10:54:06 +01:00
parent b50ca0321d
commit 8340f9eb64
2 changed files with 8 additions and 0 deletions

View File

@ -270,6 +270,10 @@ div.typeahead span.path {
font-size: 85%;
color: #888;
}
div.fulltextinfo > span:hover {
background-color: lightblue;
}
/* Sidenav for Docs
* -------------------------------------------------- */

View File

@ -280,6 +280,10 @@ div.typeahead span.path {
font-size: 85%;
color: #888;
}
div.fulltextinfo > span:hover {
background-color: lightblue;
}
/* Sidenav for Docs
* -------------------------------------------------- */