Browse Source
fix: on logout display the reconnect overlay (#6)
pull/123/head
Strubbl
8 years ago
committed by
cbutler
No known key found for this signature in database
GPG Key ID: 9EB3D625BD14DDEC
2 changed files with
2 additions and
0 deletions
-
public/index.html
-
public/wetty/index.html
|
@ -18,6 +18,7 @@ |
|
|
width: 100%; |
|
|
width: 100%; |
|
|
background-color: rgba(0,0,0,0.75);; |
|
|
background-color: rgba(0,0,0,0.75);; |
|
|
display: none; |
|
|
display: none; |
|
|
|
|
|
z-index: 100; |
|
|
} |
|
|
} |
|
|
#overlay input { |
|
|
#overlay input { |
|
|
display: block; |
|
|
display: block; |
|
|
|
@ -18,6 +18,7 @@ |
|
|
width: 100%; |
|
|
width: 100%; |
|
|
background-color: rgba(0,0,0,0.75);; |
|
|
background-color: rgba(0,0,0,0.75);; |
|
|
display: none; |
|
|
display: none; |
|
|
|
|
|
z-index: 100; |
|
|
} |
|
|
} |
|
|
#overlay input { |
|
|
#overlay input { |
|
|
display: block; |
|
|
display: block; |
|
|