mirror of
https://github.com/genemecija/learn-morse-code.git
synced 2026-04-21 06:03:56 +00:00
Challenge Start overlay, keyer enable on clock start
This commit is contained in:
parent
c4f66724f8
commit
6cbc0cacb8
6 changed files with 25 additions and 30 deletions
|
|
@ -419,7 +419,7 @@ i[class*="ri-"] {
|
|||
width: 100%;
|
||||
height: 100%;
|
||||
z-index: 100;
|
||||
background-color: darkgoldenrod;
|
||||
background-color: rgba(0, 0, 0, 0.3);
|
||||
display: -webkit-box;
|
||||
display: -ms-flexbox;
|
||||
display: flex;
|
||||
|
|
@ -431,8 +431,8 @@ i[class*="ri-"] {
|
|||
align-items: center;
|
||||
}
|
||||
|
||||
#challenge-overlay:hover {
|
||||
background-color: transparent;
|
||||
#challenge-overlay.hide {
|
||||
display: none;
|
||||
}
|
||||
|
||||
#challenge-overlay .notify {
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue