Constellations/css/toolbox.css

15 lines
139 B
CSS
Raw Normal View History

#toolbox {
2022-07-24 11:20:22 +02:00
list-style: none;
padding: 0;
2022-07-26 19:39:06 +02:00
display: none;
}
#toolbox.active {
display: block;
2022-07-24 11:20:22 +02:00
}
#colors {
2022-07-24 11:20:22 +02:00
width: 2em;
height: 2em;
}