Constellations/css/toolbox.css

15 lines
139 B
CSS

#toolbox {
list-style: none;
padding: 0;
display: none;
}
#toolbox.active {
display: block;
}
#colors {
width: 2em;
height: 2em;
}