1
0
mirror of https://github.com/kkapsner/CanvasBlocker synced 2024-06-06 13:27:49 +02:00
CanvasBlocker/pageAction/pageAction.css

25 lines
267 B
CSS
Raw Normal View History

.actions {
display: block;
}
body {
margin: 5px;
2017-07-18 16:19:32 +02:00
white-space: nowrap;
}
#prints {
list-style: none;
padding: 0;
margin: 0;
2017-07-18 16:19:32 +02:00
}
button.inspectImage {
display: none;
}
.imageAvailable button.inspectImage {
display: initial;
}
img {
border: 1px solid black;
}