emails
5 years ago
admin-bar.css
5 years ago
admin-bar.min.css
5 years ago
admin-builder-conditional-logic-core.css
5 years ago
admin-builder-fields.css
5 years ago
admin-builder-providers.css
5 years ago
admin-builder-setup.css
5 years ago
admin-builder.css
5 years ago
admin-global.css
5 years ago
admin-global.min.css
5 years ago
admin-integrations.css
5 years ago
admin-integrations.min.css
5 years ago
admin-notifications.css
5 years ago
admin-notifications.min.css
5 years ago
admin.css
5 years ago
admin.min.css
5 years ago
builder.css
5 years ago
builder.min.css
5 years ago
challenge.css
5 years ago
challenge.min.css
5 years ago
choices.css
5 years ago
choices.min.css
5 years ago
dashboard-widget.css
5 years ago
dashboard-widget.min.css
5 years ago
entry-print.css
5 years ago
entry-print.min.css
5 years ago
flatpickr.min.css
5 years ago
font-awesome.min.css
5 years ago
jquery-confirm.min.css
5 years ago
jquery.minicolors.css
5 years ago
jquery.timepicker.css
5 years ago
lity.min.css
5 years ago
tooltipster.css
5 years ago
wpforms-base.css
5 years ago
wpforms-base.min.css
5 years ago
wpforms-dashicons.css
5 years ago
wpforms-full.css
5 years ago
admin-builder-providers.css
171 lines
| 1 | /* ========================================================================== |
| 2 | Admin Form Builder - providers panel (Providers) |
| 3 | ========================================================================== */ |
| 4 | |
| 5 | #wpforms-panel-providers { |
| 6 | |
| 7 | } |
| 8 | |
| 9 | #wpforms-panel-providers .wpforms-provider-connections-wrap { |
| 10 | } |
| 11 | |
| 12 | #wpforms-panel-providers .wpforms-provider-connections-header { |
| 13 | background-color: #ddd; |
| 14 | padding: 10px 20px; |
| 15 | } |
| 16 | |
| 17 | #wpforms-panel-providers .wpforms-provider-connections-add { |
| 18 | background-color: #0e6cad; |
| 19 | color: #fff; |
| 20 | border: none; |
| 21 | -webkit-appearance: none; |
| 22 | border-radius: 2px; |
| 23 | font-size: 14px; |
| 24 | font-weight: 500; |
| 25 | float: right; |
| 26 | padding: 10px; |
| 27 | margin-top: -10px; |
| 28 | cursor: pointer; |
| 29 | } |
| 30 | |
| 31 | #wpforms-panel-providers .wpforms-provider-connection-delete { |
| 32 | background-color: transparent; |
| 33 | cursor: pointer; |
| 34 | -webkit-appearance: none; |
| 35 | border: none; |
| 36 | font-size: 16px; |
| 37 | color: #d22222; |
| 38 | line-height: 1; |
| 39 | margin-top: -2px; |
| 40 | float: right; |
| 41 | } |
| 42 | |
| 43 | #wpforms-panel-providers .wpforms-provider-connections-header h5 { |
| 44 | float: left; |
| 45 | margin: 0; |
| 46 | font-size: 18px; |
| 47 | padding: 5px 0 0; |
| 48 | } |
| 49 | |
| 50 | #wpforms-panel-providers .wpforms-provider-connection { |
| 51 | border: 1px solid #d3d3d3; |
| 52 | margin: 0 0 20px 0; |
| 53 | } |
| 54 | |
| 55 | #wpforms-panel-providers .wpforms-provider-connection-header { |
| 56 | background-color: #f1f1f1; |
| 57 | padding: 10px 20px; |
| 58 | font-size: 16px; |
| 59 | } |
| 60 | |
| 61 | #wpforms-panel-providers .wpforms-connection-block { |
| 62 | padding: 10px 20px; |
| 63 | } |
| 64 | |
| 65 | #wpforms-panel-providers .wpforms-connection-block h4 { |
| 66 | margin: 0 0 5px 0; |
| 67 | padding: 0; |
| 68 | font-size: 13px; |
| 69 | } |
| 70 | |
| 71 | #wpforms-panel-providers .wpforms-provider-account-add input[type=text] { |
| 72 | display: block; |
| 73 | max-width: 350px; |
| 74 | width: 99%; |
| 75 | border: 1px solid #d6d6d6; |
| 76 | padding: 6px 8px; |
| 77 | line-height: 18px; |
| 78 | box-shadow: none; |
| 79 | margin: 0 0 5px 0; |
| 80 | } |
| 81 | |
| 82 | #wpforms-panel-providers .wpforms-provider-account-add button { |
| 83 | display: block; |
| 84 | width: 100%; |
| 85 | max-width: 350px; |
| 86 | background-color: #0e6cad; |
| 87 | color: #fff; |
| 88 | font-size: 13px; |
| 89 | border: none; |
| 90 | -webkit-appearance: none; |
| 91 | border-radius: 2px; |
| 92 | padding: 8px 10px; |
| 93 | cursor: pointer; |
| 94 | } |
| 95 | |
| 96 | #wpforms-panel-providers .wpforms-provider-groups-list p { |
| 97 | font-size: 11px; |
| 98 | font-weight: 700; |
| 99 | text-transform: uppercase; |
| 100 | } |
| 101 | |
| 102 | #wpforms-panel-providers .wpforms-provider-groups-list span { |
| 103 | display: block; |
| 104 | font-size: 12px; |
| 105 | margin-bottom: 4px; |
| 106 | } |
| 107 | |
| 108 | #wpforms-panel-providers .wpforms-provider-groups-list input { |
| 109 | margin-right: 8px |
| 110 | } |
| 111 | |
| 112 | #wpforms-panel-providers .wpforms-provider-fields table { |
| 113 | width: 100%; |
| 114 | border:1px solid #eee; |
| 115 | } |
| 116 | |
| 117 | #wpforms-panel-providers .wpforms-provider-fields .required { |
| 118 | color: red; |
| 119 | font-weight: 700; |
| 120 | } |
| 121 | |
| 122 | #wpforms-panel-providers .wpforms-provider-fields table select { |
| 123 | width: 100%; |
| 124 | } |
| 125 | |
| 126 | #wpforms-panel-providers .wpforms-provider-fields table thead { |
| 127 | font-size: 11px; |
| 128 | font-weight: 700; |
| 129 | text-transform: uppercase; |
| 130 | } |
| 131 | |
| 132 | #wpforms-panel-providers .wpforms-provider-fields table tbody td { |
| 133 | border-top: 1px solid #eee; |
| 134 | padding: 5px 10px; |
| 135 | } |
| 136 | |
| 137 | #wpforms-panel-providers .wpforms-conditional-block { |
| 138 | padding: 10px 20px; |
| 139 | } |
| 140 | |
| 141 | #wpforms-panel-providers .wpforms-conditional-block.wpforms-conditional-block { |
| 142 | margin: 0; |
| 143 | } |
| 144 | |
| 145 | #wpforms-panel-providers .wpforms-conditional-block .value input:disabled, |
| 146 | #wpforms-panel-providers .wpforms-conditional-block .value select:disabled { |
| 147 | background-color: #f1f1f1; |
| 148 | cursor:not-allowed |
| 149 | } |
| 150 | |
| 151 | #wpforms-panel-providers .wpforms-provider-options label.block { |
| 152 | display: block; |
| 153 | margin: 0 0 5px 0; |
| 154 | } |
| 155 | |
| 156 | #wpforms-panel-providers .wpforms-provider-options input[type=text] { |
| 157 | display: block; |
| 158 | width: 100%; |
| 159 | padding: 6px 8px; |
| 160 | box-shadow: none; |
| 161 | } |
| 162 | |
| 163 | #wpforms-panel-providers .wpforms-builder-provider-connection-setting .choices { |
| 164 | margin-bottom: 0; |
| 165 | } |
| 166 | |
| 167 | #wpforms-panel-providers .wpforms-builder-provider-connection-setting .choices[data-type*="select-multiple"] .choices__input:focus { |
| 168 | border: none !important; |
| 169 | box-shadow: none !important; |
| 170 | } |
| 171 |