Line 6: | Line 6: | ||
} | } | ||
/* Used for legend example */ | /* Used for legend example */ | ||
− | + | legend.legend-example { | |
background-color: #000; | background-color: #000; | ||
color: #fff; | color: #fff; |
Revision as of 22:16, 9 March 2022
/* CSS placed here will be applied to all skins */
.treeview ul {
list-style: none;
margin-left: ;
padding-left: 20px;
}
/* Used for legend example */
legend.legend-example {
background-color: #000;
color: #fff;
padding: 3px 6px;
}
.legend-example-output {
font: 1rem 'Fira Sans', sans-serif;
}
input.legend-example {
margin: .4rem;
}
*/