mirror of
https://github.com/anotherlusitano/SpectrumPlus.git
synced 2026-07-22 04:10:27 +00:00
17 lines
344 B
SCSS
17 lines
344 B
SCSS
.search-result-file-matched-text {
|
|
background: rgb(212, 69, 33);
|
|
}
|
|
|
|
.tree-item-self .tree-item-inner .search-result-file-matched-text {
|
|
background: none;
|
|
}
|
|
|
|
.internal-query .internal-query-header {
|
|
background: #00000034;
|
|
}
|
|
|
|
.internal-query
|
|
.search-results-children
|
|
.tree-item.search-result:nth-child(odd) {
|
|
background: #00000034;
|
|
}
|