SPR-742: quicksearch suggestionlist

This commit is contained in:
Silke Pisulla 2017-03-30 10:40:58 +02:00
commit fd790e2d93
2 changed files with 13 additions and 0 deletions

12
css/area_search.less Normal file
View file

@ -0,0 +1,12 @@
/**
* This file provides the design styles for the search results
*
* @author Jana Deutschlaender <deutschlaender@cosmocode.de>
*/
/* search hit in normal text */
.dokuwiki .search_hit {
background-color: @ini_highlight;
color: @ini_highlight_text;
}