| @@ -89,175 +89,4 @@ | ||
| 89 | 89 | |
| 90 | 90 | #ays-chart-plugins-buy-now-button:hover { |
| 91 | 91 | color: #3B8D3F; |
| 92 | 92 | } |
| 93 | - | |
| 94 | -body.ays-chart-builder-admin input[type=checkbox], | |
| 95 | - | |
| 96 | -body.ays-chart-builder-admin input[type=radio] { | |
| 97 | - accent-color: #005AE0; | |
| 98 | - background-color: #fff; | |
| 99 | - box-shadow: unset; | |
| 100 | - border: 1px solid #8c8f94; | |
| 101 | -} | |
| 102 | - | |
| 103 | -body.ays-chart-builder-admin input[type=checkbox]:focus, | |
| 104 | -body.ays-chart-builder-admin input[type=radio]:focus { | |
| 105 | - accent-color: #005AE0; | |
| 106 | - background-color: #fff; | |
| 107 | - border-color: #2271b1; | |
| 108 | - box-shadow: 0 0 0 1px #2271b1; | |
| 109 | - outline: 2px solid transparent; | |
| 110 | -} | |
| 111 | - | |
| 112 | -body.ays-chart-builder-admin input[type=checkbox]:checked::before { | |
| 113 | - filter: brightness(0) saturate(100%) invert(20%) sepia(95%) saturate(6593%) hue-rotate(211deg) brightness(98%) contrast(103%); | |
| 114 | -} | |
| 115 | - | |
| 116 | -body.ays-chart-builder-admin input[type=radio]:checked::before { | |
| 117 | - background-color: #005ae0; | |
| 118 | -} | |
| 119 | - | |
| 120 | -body.ays-chart-builder-admin input[type="text"], | |
| 121 | -body.ays-chart-builder-admin input[type="password"], | |
| 122 | -body.ays-chart-builder-admin input[type="date"], | |
| 123 | -body.ays-chart-builder-admin input[type="datetime"], | |
| 124 | -body.ays-chart-builder-admin input[type="datetime-local"], | |
| 125 | -body.ays-chart-builder-admin input[type="email"], | |
| 126 | -body.ays-chart-builder-admin input[type="month"], | |
| 127 | -body.ays-chart-builder-admin input[type="number"], | |
| 128 | -body.ays-chart-builder-admin input[type="search"], | |
| 129 | -body.ays-chart-builder-admin input[type="tel"], | |
| 130 | -body.ays-chart-builder-admin input[type="time"], | |
| 131 | -body.ays-chart-builder-admin input[type="url"], | |
| 132 | -body.ays-chart-builder-admin input[type="week"] { | |
| 133 | - padding: 0 8px; | |
| 134 | - line-height: 2; | |
| 135 | - min-height: 30px; | |
| 136 | -} | |
| 137 | - | |
| 138 | -body.ays-chart-builder-admin input[type="text"]:focus, | |
| 139 | -body.ays-chart-builder-admin input[type="password"]:focus, | |
| 140 | -body.ays-chart-builder-admin input[type="date"]:focus, | |
| 141 | -body.ays-chart-builder-admin input[type="datetime"]:focus, | |
| 142 | -body.ays-chart-builder-admin input[type="datetime-local"]:focus, | |
| 143 | -body.ays-chart-builder-admin input[type="email"]:focus, | |
| 144 | -body.ays-chart-builder-admin input[type="month"]:focus, | |
| 145 | -body.ays-chart-builder-admin input[type="number"]:focus, | |
| 146 | -body.ays-chart-builder-admin input[type="search"]:focus, | |
| 147 | -body.ays-chart-builder-admin input[type="tel"]:focus, | |
| 148 | -body.ays-chart-builder-admin input[type="time"]:focus, | |
| 149 | -body.ays-chart-builder-admin input[type="url"]:focus, | |
| 150 | -body.ays-chart-builder-admin input[type="week"]:focus { | |
| 151 | - border-color: #005ae0; | |
| 152 | - box-shadow: 0 0 0 1px #2271b1; | |
| 153 | - outline: transparent solid 2px; | |
| 154 | -} | |
| 155 | - | |
| 156 | -body.ays-chart-builder-admin input[type=color]:focus, | |
| 157 | -body.ays-chart-builder-admin input[type=date]:focus, | |
| 158 | -body.ays-chart-builder-admin input[type=datetime-local]:focus, | |
| 159 | -body.ays-chart-builder-admin input[type=datetime]:focus, | |
| 160 | -body.ays-chart-builder-admin input[type=email]:focus, | |
| 161 | -body.ays-chart-builder-admin input[type=month]:focus, | |
| 162 | -body.ays-chart-builder-admin input[type=number]:focus, | |
| 163 | -body.ays-chart-builder-admin input[type=password]:focus, | |
| 164 | -body.ays-chart-builder-admin input[type=search]:focus, | |
| 165 | -body.ays-chart-builder-admin input[type=tel]:focus, | |
| 166 | -body.ays-chart-builder-admin input[type=text]:focus, | |
| 167 | -body.ays-chart-builder-admin input[type=time]:focus, | |
| 168 | -body.ays-chart-builder-admin input[type=url]:focus, | |
| 169 | -body.ays-chart-builder-admin input[type=week]:focus, | |
| 170 | -body.ays-chart-builder-admin select:focus, | |
| 171 | -body.ays-chart-builder-admin textarea:focus { | |
| 172 | - border-color: #2271b1; | |
| 173 | - box-shadow: 0 0 0 1px #2271b1; | |
| 174 | -} | |
| 175 | - | |
| 176 | -body.ays-chart-builder-admin input[type=search]:focus { | |
| 177 | - box-shadow: unset; | |
| 178 | -} | |
| 179 | - | |
| 180 | -body.ays-chart-builder-admin .button, | |
| 181 | -body.ays-chart-builder-admin .button-primary, | |
| 182 | -body.ays-chart-builder-admin .button-secondary { | |
| 183 | - padding: 0 10px; | |
| 184 | - line-height: 2.15384615; | |
| 185 | - min-height: 30px; | |
| 186 | - font-weight: 400; | |
| 187 | -} | |
| 188 | - | |
| 189 | -body.ays-chart-builder-admin .button.hover, | |
| 190 | -body.ays-chart-builder-admin .button:hover { | |
| 191 | - background: #135e96; | |
| 192 | - border-color: #135e96; | |
| 193 | - color: #fff; | |
| 194 | -} | |
| 195 | - | |
| 196 | -body.ays-chart-builder-admin .button.add_new_block_content, | |
| 197 | -body.ays-chart-builder-admin .button.wp-picker-default, | |
| 198 | -body.ays-chart-builder-admin .button.action, | |
| 199 | -body.ays-chart-builder-admin #ays-button-apply.button, | |
| 200 | -body.ays-chart-builder-admin .button.add-bg-image, | |
| 201 | -body.ays-chart-builder-admin .button.add-logo-image, | |
| 202 | -body.ays-chart-builder-admin .button.ays-top-menu-save-and-close, | |
| 203 | -body.ays-chart-builder-admin .button.ays-bottom-menu-save-and-close, | |
| 204 | -body.ays-chart-builder-admin .button.add-question-image, | |
| 205 | -body.ays-chart-builder-admin .button.insert-media, | |
| 206 | -body.ays-chart-builder-admin .button.action-button:not(.button-primary), | |
| 207 | -body.ays-chart-builder-admin .button-secondary { | |
| 208 | - background: #f6f7f7; | |
| 209 | - border-color: #2271b1; | |
| 210 | - color: #2271b1; | |
| 211 | -} | |
| 212 | - | |
| 213 | -body.ays-chart-builder-admin .button.add_new_block_content:focus, | |
| 214 | -body.ays-chart-builder-admin .button.wp-picker-default:focus, | |
| 215 | -body.ays-chart-builder-admin .button.action:focus, | |
| 216 | -body.ays-chart-builder-admin #ays-button-apply.button:focus, | |
| 217 | -body.ays-chart-builder-admin .button.add-bg-image:focus, | |
| 218 | -body.ays-chart-builder-admin .button.add-logo-image:focus, | |
| 219 | -body.ays-chart-builder-admin .button.ays-top-menu-save-and-close:focus, | |
| 220 | -body.ays-chart-builder-admin .button.ays-bottom-menu-save-and-close:focus, | |
| 221 | -body.ays-chart-builder-admin .button.add-question-image:focus, | |
| 222 | -body.ays-chart-builder-admin .button.insert-media:focus, | |
| 223 | -body.ays-chart-builder-admin .button.action-button:not(.button-primary):focus, | |
| 224 | -body.ays-chart-builder-admin .button-secondary:focus, | |
| 225 | -body.ays-chart-builder-admin .button.add_new_block_content:hover, | |
| 226 | -body.ays-chart-builder-admin .button.wp-picker-default:hover, | |
| 227 | -body.ays-chart-builder-admin .button.action:hover, | |
| 228 | -body.ays-chart-builder-admin #ays-button-apply.button:hover, | |
| 229 | -body.ays-chart-builder-admin .button.add-bg-image:hover, | |
| 230 | -body.ays-chart-builder-admin .button.add-logo-image:hover, | |
| 231 | -body.ays-chart-builder-admin .button.ays-top-menu-save-and-close:hover, | |
| 232 | -body.ays-chart-builder-admin .button.ays-bottom-menu-save-and-close:hover, | |
| 233 | -body.ays-chart-builder-admin .button.add-question-image:hover, | |
| 234 | -body.ays-chart-builder-admin .button.insert-media:hover, | |
| 235 | -body.ays-chart-builder-admin .button.action-button:not(.button-primary):hover, | |
| 236 | -body.ays-chart-builder-admin .button-secondary:hover { | |
| 237 | - background: #f0f0f1; | |
| 238 | - border-color: #135e96; | |
| 239 | - color: #135e96; | |
| 240 | - box-shadow: 0 0 0 1px #3582c4; | |
| 241 | -} | |
| 242 | - | |
| 243 | -body.ays-chart-builder-admin a:focus { | |
| 244 | - box-shadow: 0 0 0 1px #3582c4; | |
| 245 | -} | |
| 246 | - | |
| 247 | -body.ays-chart-builder-admin .button:focus, | |
| 248 | -body.ays-chart-builder-admin .button-primary:focus { | |
| 249 | - background: #135e96; | |
| 250 | - border-color: #135e96; | |
| 251 | - color: #fff; | |
| 252 | - box-shadow: 0 0 0 1px #3582c4,inset 0 0 0 1px #fff; | |
| 253 | -} | |
| 254 | - | |
| 255 | -body.ays-chart-builder-admin .button-primary { | |
| 256 | - background: #2271b1; | |
| 257 | - border-color: #2271b1; | |
| 258 | -} | |
| 259 | - | |
| 260 | -body.ays-chart-builder-admin select { | |
| 261 | - line-height: 2; | |
| 262 | - min-height: 30px; | |
| 263 | -} | |