Docs Search Bar improvements (#17669)
Signed-off-by: UltralyticsAssistant <web@ultralytics.com> Co-authored-by: UltralyticsAssistant <web@ultralytics.com>
This commit is contained in:
parent
15c8a22f70
commit
c05b951f80
3 changed files with 47 additions and 49 deletions
|
|
@ -265,8 +265,15 @@ div.highlight {
|
|||
}
|
||||
/* MkDocs Ultralytics Plugin ---------------------------------------------------------------------------------------- */
|
||||
|
||||
/* Inkeep button font color ----------------------------------------------------------------------------------------- */
|
||||
/* Inkeep ----------------------------------------------------------------------------------------------------------- */
|
||||
.ikp-floating-button {
|
||||
color: #111f68;
|
||||
}
|
||||
/* Inkeep button ---------------------------------------------------------------------------------------------------- */
|
||||
#inkeepSearchBar {
|
||||
transition: all 0.2s ease-in-out;
|
||||
}
|
||||
#inkeepSearchBar:hover {
|
||||
transform: scale(1.1);
|
||||
filter: brightness(1.2);
|
||||
}
|
||||
/* Inkeep ----------------------------------------------------------------------------------------------------------- */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue