| 1 |
.weforms-block-logo{ |
| 2 |
max-width: 50px !important; |
| 3 |
max-height: 50px; |
| 4 |
float: left; |
| 5 |
margin-right: 15px; |
| 6 |
margin-bottom: 10px; |
| 7 |
} |
| 8 |
|
| 9 |
#weforms-filter-input-main{ |
| 10 |
clear: both; |
| 11 |
} |
| 12 |
|
| 13 |
.weforms-iframe-container { |
| 14 |
position: relative; |
| 15 |
} |
| 16 |
.weforms-iframe-overlay { |
| 17 |
position: absolute; |
| 18 |
top: 0; right: 0; bottom: 0; left: 0; |
| 19 |
} |
| 20 |
.weforms-block-form-selector { |
| 21 |
background-color: lightgrey; |
| 22 |
border-bottom: 1px solid; |
| 23 |
margin-bottom: 5px; |
| 24 |
padding: 4px; |
| 25 |
} |
| 26 |
|
| 27 |
.weforms-filter-input { |
| 28 |
border: 1px solid #ddd; |
| 29 |
border-radius: 5px; |
| 30 |
box-shadow: inset 0 1px 2px rgba(0,0,0,.07); |
| 31 |
padding: 0; |
| 32 |
width: 100%; |
| 33 |
margin-top: 10px; |
| 34 |
margin-bottom: 10px; |
| 35 |
position: relative; |
| 36 |
} |
| 37 |
|
| 38 |
.weforms-filter-input .blocks-select-control__input { |
| 39 |
margin: 0 0 0 0; |
| 40 |
} |
| 41 |
|
| 42 |
.weforms-filter-input-el { |
| 43 |
border: none !important; |
| 44 |
box-shadow: none !important; |
| 45 |
width: 95%; |
| 46 |
position: relative; |
| 47 |
display: inline-block; |
| 48 |
} |
| 49 |
|
| 50 |
.weforms-filter-input-icon { |
| 51 |
display: inline-block; |
| 52 |
content: '▾'; |
| 53 |
color: #999; |
| 54 |
font-size: 14px; |
| 55 |
right: .77em; |
| 56 |
position: absolute; |
| 57 |
top: .2em; |
| 58 |
} |
| 59 |
|
| 60 |
#weforms-formFilter-main { |
| 61 |
border-top: none; |
| 62 |
border-left: none; |
| 63 |
border-bottom: none; |
| 64 |
} |
| 65 |
|
| 66 |
#weforms-formFilter-sidebar { |
| 67 |
border-top: none; |
| 68 |
border-left: none; |
| 69 |
border-bottom: none; |
| 70 |
width: 95%; |
| 71 |
} |
| 72 |
|
| 73 |
#weforms-filter-input-icon-sidebar { |
| 74 |
font-size: 1.4em; |
| 75 |
top: .35em; |
| 76 |
right: .45em; |
| 77 |
} |
| 78 |
|
| 79 |
.weforms-filter-input-el.blocks-select-control__input > .components-base-control__field { |
| 80 |
margin-bottom: 0; |
| 81 |
} |
| 82 |
|
| 83 |
.weforms-filter-option-container { |
| 84 |
display: none; |
| 85 |
position: absolute; |
| 86 |
background-color: #edeff0; |
| 87 |
z-index: 10000; |
| 88 |
padding: 4px; |
| 89 |
width: 100%; |
| 90 |
border-radius: 5px; |
| 91 |
max-height: 200px; |
| 92 |
overflow: scroll; |
| 93 |
box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12)!important; |
| 94 |
} |
| 95 |
.weforms-filter-option { |
| 96 |
list-style: none; |
| 97 |
} |
| 98 |
|
| 99 |
.weforms-filter-option:hover { |
| 100 |
background-color: #0073aa; |
| 101 |
color: white; |
| 102 |
} |