mirror of
https://github.com/kkapsner/CanvasBlocker
synced 2025-07-04 20:46:39 +02:00
parent
9a3745b366
commit
c6cf48c489
7 changed files with 45 additions and 0 deletions
|
@ -106,4 +106,12 @@ input[type=checkbox]:checked::before {
|
|||
box-sizing: border-box;
|
||||
cursor: initial;
|
||||
background-color: var(--input-background-color);
|
||||
}
|
||||
|
||||
.versionDisplay {
|
||||
text-align: right;
|
||||
font-size: 0.6em;
|
||||
opacity: 0.5;
|
||||
margin: 0.3em 0.5em 0.2em;
|
||||
clear: both;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue