| 1 |
.cf7sg-msg { margin-left: 15px; font-size: 1.1em} |
| 2 |
.cf7sg-msg > .spinner { visibility:visible;float:none} |
| 3 |
/*warning message before upgrade*/ |
| 4 |
#cf7-grid-layout-update .update-link { |
| 5 |
position: relative; |
| 6 |
} |
| 7 |
#cf7-grid-layout-update .update-link::after { |
| 8 |
content: var(--rpwc2-update-msg); |
| 9 |
display: none; |
| 10 |
color: #a20a0a; |
| 11 |
background: #ededed; |
| 12 |
/* width: 150px; */ |
| 13 |
text-align: center; |
| 14 |
padding: 5px 5px; |
| 15 |
border: solid 1px #3b3939; |
| 16 |
border-radius: 3px; |
| 17 |
/* font-weight: bold; */ |
| 18 |
position: absolute; |
| 19 |
margin-left: 3px; |
| 20 |
bottom: -8px; |
| 21 |
} |