| 1 |
#isc-feedback-overlay { |
| 2 |
height: 100%; |
| 3 |
width: 100%; |
| 4 |
position: fixed; |
| 5 |
z-index: 10000; |
| 6 |
left: 0; |
| 7 |
top: 0; |
| 8 |
background-color: rgb(120,120,120); |
| 9 |
background-color: rgba(0,0,0, 0.5); |
| 10 |
} |
| 11 |
#isc-feedback-content { |
| 12 |
position: relative; |
| 13 |
top: 25%; |
| 14 |
width: 500px; |
| 15 |
max-width: 100%; |
| 16 |
margin: auto; |
| 17 |
margin-top: 30px; |
| 18 |
max-height: 50%; |
| 19 |
padding: 20px; |
| 20 |
background-color: #fff; |
| 21 |
overflow-y: scroll; |
| 22 |
} |
| 23 |
#isc-feedback-overlay-close-button { position: absolute; top: 10px; right: 10px; cursor: pointer; } |
| 24 |
#isc-feedback-content textarea, |
| 25 |
#isc-feedback-content input[type="email"] { width: 100%; } |
| 26 |
.isc-feedback-only-deactivate { display: block; text-align: right; } |
| 27 |
#isc-feedback-overlay .dashicons-admin-comments { color: #F70; } |