| 1 |
span.cf7sg-benchmark-warning { |
| 2 |
display: block; |
| 3 |
font-size: 80%; |
| 4 |
color: #626262; |
| 5 |
position: absolute; |
| 6 |
right: 50%; |
| 7 |
top: 25px; |
| 8 |
width: 140px; |
| 9 |
height: auto; |
| 10 |
border-radius: 3px; |
| 11 |
border: solid 1px #656565; |
| 12 |
background: #f2f2f2; |
| 13 |
margin-right: -70px; |
| 14 |
z-index:999; |
| 15 |
} |
| 16 |
span.cf7sg-benchmark-warning.cf7sg-benchmark-hidden { |
| 17 |
position: static; |
| 18 |
width: auto; |
| 19 |
display: inline-block; |
| 20 |
} |
| 21 |
span.cf7sg-benchmark-warning.cf7sg-benchmark-hidden > span { |
| 22 |
display: inline-block; |
| 23 |
padding-right: 5px; |
| 24 |
} |
| 25 |
span.cf7sg-benchmark-warning.cf7sg-benchmark-hidden > span .dashicons-no-alt { |
| 26 |
float: left; |
| 27 |
display: inline-block; |
| 28 |
position: static; |
| 29 |
margin-top: 1px; |
| 30 |
} |
| 31 |
span.cf7sg-benchmark-warning > span { |
| 32 |
background-color: #6c6c6c; |
| 33 |
display: block; |
| 34 |
color: white; |
| 35 |
position: relative; |
| 36 |
padding-left: 3px; |
| 37 |
padding-bottom: 1px; |
| 38 |
} |
| 39 |
span.cf7sg-benchmark-warning > span > .dashicons-no-alt { |
| 40 |
position: absolute; |
| 41 |
right: 0; |
| 42 |
color: #fff; |
| 43 |
} |
| 44 |
span.cf7sg-benchmark-warning span.cf7sg-benchmark-msg { |
| 45 |
background: #ececec; |
| 46 |
padding: 0 3px; |
| 47 |
color: #6c6c6c; |
| 48 |
} |
| 49 |
input.cf7sg-benchmark-warning { |
| 50 |
position: relative; |
| 51 |
border-bottom: solid 2px orange !important; |
| 52 |
} |
| 53 |
input.cf7sg-benchmark-warning:hover + span.cf7sg-benchmark-warning{ |
| 54 |
display:block !important; |
| 55 |
} |
| 56 |
|