Add some icons

This commit is contained in:
Patrick Jentsch
2020-02-20 10:13:35 +01:00
parent 4c6b1ee461
commit 4f35fb56de
6 changed files with 30 additions and 0 deletions

View File

@ -101,6 +101,9 @@ indicator will show up how the column is sorted right now.; */
.service[data-service]:before {
content: "help";
}
.service[data-service="corpus_analysis"]:before {
content: "search";
}
.service[data-service="setup_files"]:before {
content: "burst_mode";
}