mirror of
https://github.com/kkapsner/CanvasBlocker
synced 2024-11-01 02:48:44 +01:00
25 lines
267 B
CSS
25 lines
267 B
CSS
.actions {
|
|
display: block;
|
|
}
|
|
|
|
body {
|
|
margin: 5px;
|
|
white-space: nowrap;
|
|
}
|
|
|
|
#prints {
|
|
list-style: none;
|
|
padding: 0;
|
|
margin: 0;
|
|
}
|
|
|
|
button.inspectImage {
|
|
display: none;
|
|
}
|
|
.imageAvailable button.inspectImage {
|
|
display: initial;
|
|
}
|
|
|
|
img {
|
|
border: 1px solid black;
|
|
} |