Update styles.css
Browse files- styles.css +5 -0
styles.css
CHANGED
|
@@ -199,6 +199,11 @@ div.no-padding {
|
|
| 199 |
/* Ensure it sits on top of everything */
|
| 200 |
}
|
| 201 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 202 |
/* Container for text/button within the overlay */
|
| 203 |
.agreement-overlay>.form {
|
| 204 |
background-color: #333333;
|
|
|
|
| 199 |
/* Ensure it sits on top of everything */
|
| 200 |
}
|
| 201 |
|
| 202 |
+
/* Hide the overlay when dismissed */
|
| 203 |
+
.agreement-overlay.hidden {
|
| 204 |
+
display: none !important;
|
| 205 |
+
}
|
| 206 |
+
|
| 207 |
/* Container for text/button within the overlay */
|
| 208 |
.agreement-overlay>.form {
|
| 209 |
background-color: #333333;
|