add scanlines
This commit is contained in:
parent
32aa43c5b1
commit
7efd2e8db7
12 changed files with 164 additions and 5 deletions
|
|
@ -458,6 +458,30 @@ body {
|
|||
cursor: pointer;
|
||||
}
|
||||
|
||||
#ToggleScanlines {
|
||||
display: inline-block;
|
||||
|
||||
.on {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.off {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
|
||||
&.on {
|
||||
.on {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.off {
|
||||
display: none;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
.visible {
|
||||
visibility: visible;
|
||||
opacity: 1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue