Skip to content

Commit

Permalink
Make display_template look like a daterm
Browse files Browse the repository at this point in the history
They serve the same function (tap to get more information, and they don't
navigate you away from the page), so it makes sense to brand them the same.

Fixes #208
  • Loading branch information
BryceStevenWilley committed Dec 14, 2023
1 parent ddaa781 commit 3ffaedb
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docassemble/ALToolbox/data/static/collapse_template.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@
padding-bottom: 1rem;
}

.al_collapse_template a.al_toggle,
.al_display_template a.al_toggle {
color: #3b842c; /* Same as daterm in Assembly Line */
text-decoration: dashed;
text-decoration-line: underline;
}

.al_collapse_template .collapse,
.al_display_template .collapse {
margin-bottom: 1rem;
Expand Down

0 comments on commit 3ffaedb

Please sign in to comment.