Add expert view in a hacky way

This commit is contained in:
Stephan Porada
2020-02-05 16:09:59 +01:00
parent 692b887d99
commit 004e85aad0
4 changed files with 115 additions and 60 deletions

View File

@ -92,6 +92,11 @@ indicator will show up how the column is sorted right now.; */
z-index: 999; /* tmp fix */
}
/* class for expert view */
.expert-view {
cursor: pointer;
}
/* styles for resource lists */
.service[data-service]:before {
content: "help";