Skip to content
Snippets Groups Projects
Commit 9d653e90 authored by Tillmann Dönicke's avatar Tillmann Dönicke
Browse files

feat(bibl): add green border styling

parent 54951c7f
No related branches found
No related tags found
1 merge request!24Resolve "change styles of "bibl" and "bibl-long""
......@@ -22,15 +22,20 @@
}
.bibl-long {
border: solid 1px var(--theme-color);
border-radius: 3px;
display: none;
font-size: small;
max-width: fit-content;
padding: 5px;
word-wrap: break-word;
}
input[type=checkbox] {
.bibl + input[type=checkbox] {
display: none;
}
input[type=checkbox]:checked ~ .bibl-long {
.bibl + input[type=checkbox]:checked ~ .bibl-long {
display: block;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment