Search UI complete (#3)

"Back" doesn't preserve search results; need to fix that before this is done
This commit is contained in:
2021-01-18 14:52:24 -05:00
parent 7839b8eb57
commit feb3c5fd4a
5 changed files with 51 additions and 8 deletions

View File

@@ -0,0 +1,16 @@
a.jjj-c-collapsed,
a.jjj-c-open {
text-decoration: none;
font-weight: bold;
color: black;
}
a.jjj-c-collapsed:hover,
a.jjj-c-open:hover {
cursor: pointer;
}
.jjj-c-collapsed::before {
content: '\2b9e \00a0';
}
.jjj-c-open::before {
content: '\2b9f \00a0';
}