mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-07-16 05:14:35 +02:00
Added highlighting to search results
This commit is contained in:
parent
faadd8e9a4
commit
e00988047c
2 changed files with 35 additions and 6 deletions
|
@ -629,9 +629,10 @@ body {
|
|||
display: none;
|
||||
}
|
||||
.aa-ItemContent mark {
|
||||
background: none;
|
||||
background: var(--bs-highlight-bg);
|
||||
color: var(--bs-body-color);
|
||||
font-style: normal;
|
||||
padding: 0;
|
||||
font-weight: 700;
|
||||
font-weight: var(--aa-font-weight-bold);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue