mirror of
https://github.com/kkapsner/CanvasBlocker
synced 2024-12-23 05:10:27 +01:00
59c75cdbaa
Fixes #623
23 lines
304 B
CSS
23 lines
304 B
CSS
.description {
|
|
margin: 1em 0;
|
|
}
|
|
|
|
.whitelist {
|
|
border-collapse: collapse;
|
|
}
|
|
|
|
.whitelist tr.highlight {
|
|
background-color: var(--highlight-color);
|
|
}
|
|
|
|
.whitelist th {
|
|
padding: 0.1em 0.4em;
|
|
}
|
|
|
|
.whitelist td {
|
|
padding: 0.1em 0.4em;
|
|
border: 1px solid gray;
|
|
}
|
|
.whitelist .inputCell {
|
|
text-align: center;
|
|
} |