admin-settings.css
2 years ago
admin.css
2 years ago
bootstrap.min.css
2 years ago
monolith.min.css
2 years ago
quill.css
2 years ago
wpf-common.css
2 years ago
wpf-icons.css
2 years ago
wpf-login.css
2 years ago
admin.css
3005 lines
| 1 | @charset "UTF-8"; |
| 2 | |
| 3 | /* ------------ GENERAL ------------ */ |
| 4 | .wpfeedback-settings ::-webkit-scrollbar {width: 7px;} |
| 5 | .wpfeedback-settings ::-webkit-scrollbar-track {background: white} |
| 6 | .wpfeedback-settings ::-webkit-scrollbar-thumb {background: #e3ebf6c9; border-radius: 5px;} |
| 7 | .wpfeedback-settings ::-webkit-scrollbar-thumb:hover {background: #e3ebf6;} |
| 8 | |
| 9 | .wrap.wpfeedback-settings { |
| 10 | margin: 15px 0px -50px -20px !important; |
| 11 | } |
| 12 | .toplevel_page_wpfeedback_page_tasks div#wpwrap, .collaborate_page_wpfeedback_page_permissions div#wpwrap, .collaborate_page_wpfeedback_page_integrate div#wpwrap, .collaborate_page_wpfeedback_page_graphics div#wpwrap, .collaborate_page_wpfeedback_page_settings div#wpwrap { |
| 13 | background-color: #fff !important; |
| 14 | } |
| 15 | .toplevel_page_wpfeedback_page_tasks .notice, .collaborate_page_wpfeedback_page_permissions .notice, .collaborate_page_wpfeedback_page_integrate .notice, .collaborate_page_wpfeedback_page_graphics .notice, .collaborate_page_wpfeedback_page_settings .notice { |
| 16 | display: none !important; |
| 17 | } |
| 18 | .wpf_tabs_container { |
| 19 | margin-left: 5px; |
| 20 | } |
| 21 | .wrap.wpfeedback-settings h1 { |
| 22 | padding: 0; |
| 23 | } |
| 24 | .wpf_logo { |
| 25 | float: right; |
| 26 | width: 180px; |
| 27 | margin-top: -10px; |
| 28 | text-align: right; |
| 29 | margin-right: 5px; |
| 30 | } |
| 31 | .wpf_logo img { |
| 32 | max-width: 100%; |
| 33 | max-height: 40px; |
| 34 | } |
| 35 | .wpf_tabs_tab { |
| 36 | text-align: center; |
| 37 | width: 120px; |
| 38 | display: inline-block; |
| 39 | } |
| 40 | .wpf_tabs_container button { |
| 41 | border-radius: 5px 5px 0 0; |
| 42 | padding: 8px 20px; |
| 43 | font-size: 14px; |
| 44 | cursor: pointer; |
| 45 | color: #272D3C; |
| 46 | font-weight: 700; |
| 47 | text-decoration: none; |
| 48 | font-family: 'Roboto', sans-serif; |
| 49 | background-color: #fff !important; |
| 50 | transition: 0.7s; |
| 51 | margin-right: 0px; |
| 52 | border: 1px solid #ECF3F9; |
| 53 | border-bottom: none; |
| 54 | box-sizing: border-box; |
| 55 | } |
| 56 | |
| 57 | .wpf_tabs_container button:hover, .wpf_tabs_container button.active { |
| 58 | background-color: var(--main-wpf-color) !important; |
| 59 | color: white; |
| 60 | opacity: 0.9; |
| 61 | } |
| 62 | |
| 63 | .wpf_container { |
| 64 | border-radius: 0 5px 5px 5px; |
| 65 | background-color: #fff !important; |
| 66 | } |
| 67 | |
| 68 | .wpf_section_title { |
| 69 | font-family: 'Roboto', sans-serif; |
| 70 | background-color: #fff; |
| 71 | padding: 15px; |
| 72 | color: #272D3C; |
| 73 | border-top: 3px solid var(--main-wpf-color); |
| 74 | font-size: 150%; |
| 75 | font-weight: 800; |
| 76 | border-bottom: 1px solid #ECF3F9; |
| 77 | margin-bottom: -1px; |
| 78 | } |
| 79 | .wpf_title { |
| 80 | font-size: 125%; |
| 81 | font-weight: 700; |
| 82 | margin-bottom: 15px; |
| 83 | color: #272D3C; |
| 84 | font-family: 'Roboto', sans-serif; |
| 85 | } |
| 86 | .wpf_container input[type=checkbox] { |
| 87 | height: 22px; |
| 88 | width: 22px; |
| 89 | margin-top: 0; |
| 90 | border-radius: 5px !important; |
| 91 | border: 2px solid #363d4d !important; |
| 92 | box-shadow: none !important; |
| 93 | position: relative; |
| 94 | } |
| 95 | .wpf_container input[type=checkbox]:checked:before { |
| 96 | margin: 0; |
| 97 | } |
| 98 | .wpf_checkbox { |
| 99 | margin: 10px 0; |
| 100 | } |
| 101 | .wpf_button { |
| 102 | color: #272d3c; |
| 103 | background-color: #3ed696; |
| 104 | border-radius: 5px; |
| 105 | font-size: 14px; |
| 106 | font-family: 'Roboto', sans-serif; |
| 107 | font-weight: 500; |
| 108 | cursor: pointer; |
| 109 | padding: 10px 20px; |
| 110 | border: none; |
| 111 | -webkit-transition: all 0.2s ease-in; |
| 112 | -moz-transition: all 0.2s ease-in; |
| 113 | -ms-transition: all 0.2s ease-in; |
| 114 | -o-transition: all 0.2s ease-in; |
| 115 | transition: all 0.2s ease-in; |
| 116 | } |
| 117 | .wpf_button:hover { |
| 118 | background-color: #33bf84; |
| 119 | color: #272d3c; |
| 120 | } |
| 121 | |
| 122 | .wpfeedback-settings select { |
| 123 | width: 100%; |
| 124 | height: 40px !important; |
| 125 | padding-left: 10px !important; |
| 126 | border-radius: 5px; |
| 127 | box-shadow: none; |
| 128 | display: block; |
| 129 | max-width: 100%; |
| 130 | margin-top: 10px; |
| 131 | margin-bottom: 15px; |
| 132 | border-color: rgba(0, 0, 0, .2); |
| 133 | } |
| 134 | input.wpf_button_inner { |
| 135 | background: none; |
| 136 | border: none; |
| 137 | display: inline-block; |
| 138 | padding: 0; |
| 139 | } |
| 140 | .wpfeedback-settings input[type="text"], .wpfeedback-settings input[type="email"] { |
| 141 | height: 40px; |
| 142 | box-shadow: none; |
| 143 | border-radius: 5px; |
| 144 | padding-left: 10px; |
| 145 | margin-top: 10px; |
| 146 | margin-bottom: 15px; |
| 147 | } |
| 148 | .wpf_chat_top .wpf_button { |
| 149 | margin-top: -1px; |
| 150 | margin-bottom: 2px; |
| 151 | text-decoration: none; |
| 152 | margin-left: 10px; |
| 153 | height: 37px; |
| 154 | box-sizing: border-box; |
| 155 | } |
| 156 | |
| 157 | .wpf_hide{ |
| 158 | display: none; |
| 159 | } |
| 160 | |
| 161 | /* ------------ TASK PAGE ------------ */ |
| 162 | p.wpf_no_task_message { |
| 163 | font-size: 150%; |
| 164 | margin-top: 0; |
| 165 | color: #272D3C; |
| 166 | font-family: 'Roboto', sans-serif; |
| 167 | } |
| 168 | .wpf_no_tasks_found { |
| 169 | color: #272D3C; |
| 170 | font-family: 'Roboto', sans-serif; |
| 171 | font-weight: 700; |
| 172 | height: 100%; |
| 173 | padding-top: 10%; |
| 174 | padding: 45px 15px; |
| 175 | text-align: center; |
| 176 | font-size: 22px; |
| 177 | opacity: 0.5; |
| 178 | } |
| 179 | .wpf_no_tasks_found .fa { |
| 180 | display: block; |
| 181 | margin-bottom: 10px; |
| 182 | font-size: 200%; |
| 183 | } |
| 184 | .wpf_flex_wrap { |
| 185 | display: flex; |
| 186 | min-height: calc(100vh - 220px); |
| 187 | margin: 0; |
| 188 | box-sizing: border-box; |
| 189 | flex-wrap: wrap; |
| 190 | width: 100%; |
| 191 | } |
| 192 | .wpf_filter_col { |
| 193 | padding: 15px; |
| 194 | flex: 1; |
| 195 | min-width: 170px; |
| 196 | max-width: 170px; |
| 197 | border-right: 1px solid #ECF3F9; |
| 198 | overflow-y: auto; |
| 199 | max-height: calc(100vh - 215px); |
| 200 | } |
| 201 | ul.wp_feedback_filter_checkbox { |
| 202 | max-height: 600px !important; |
| 203 | font-size: 12px !important; |
| 204 | } |
| 205 | .wpf_tasks_col { |
| 206 | flex: 1.5; |
| 207 | min-width: 270px; |
| 208 | border-right: 1px solid #ECF3F9; |
| 209 | } |
| 210 | |
| 211 | .wpf_chat_col { |
| 212 | display: flex; |
| 213 | flex-direction: column; |
| 214 | border-right: 1px solid #ECF3F9; |
| 215 | flex: 5; |
| 216 | min-width: 450px; |
| 217 | } |
| 218 | |
| 219 | .wpf_attributes_col { |
| 220 | flex: 1.5; |
| 221 | min-width: 240px; |
| 222 | display: flex; |
| 223 | align-items: flex-start; |
| 224 | align-content: flex-start; |
| 225 | flex-wrap: wrap; |
| 226 | } |
| 227 | |
| 228 | .wpf_gen_col{ |
| 229 | border-top: 1px solid #ECF3F9; |
| 230 | } |
| 231 | .wpf_report_buttons { |
| 232 | float: right; |
| 233 | margin-top: -3px; |
| 234 | position: relative; |
| 235 | } |
| 236 | .wpf_icon_title { |
| 237 | color: #363d4d !important; |
| 238 | font-family: 'Roboto', sans-serif; |
| 239 | margin: 5px 0; |
| 240 | font-size: 14px; |
| 241 | font-weight: 700; |
| 242 | } |
| 243 | |
| 244 | .wpf_report_buttons a { |
| 245 | text-decoration: none; |
| 246 | background-color: transparent; |
| 247 | color: #272D3C; |
| 248 | border: 1px solid #dde1e5; |
| 249 | padding: 8px 10px; |
| 250 | font-size: 12px; |
| 251 | font-weight: 400; |
| 252 | border-radius: 5px; |
| 253 | -webkit-transition: all 0.2s ease-in; |
| 254 | -moz-transition: all 0.2s ease-in; |
| 255 | -ms-transition: all 0.2s ease-in; |
| 256 | -o-transition: all 0.2s ease-in; |
| 257 | transition: all 0.2s ease-in; |
| 258 | } |
| 259 | .wpf_report_buttons a:hover { |
| 260 | opacity: 0.8; |
| 261 | } |
| 262 | .wpf_icon_title .fa, .wpf_icon_title .fas { |
| 263 | width: 15px; |
| 264 | text-align: center; |
| 265 | } |
| 266 | .wpf_icon_box { |
| 267 | margin-bottom: 15px; |
| 268 | } |
| 269 | |
| 270 | .wpf_display_all_taskmeta_div { |
| 271 | float: right; |
| 272 | margin-top: 14px; |
| 273 | margin-right: 5px; |
| 274 | } |
| 275 | |
| 276 | .wpf_tasks-list { |
| 277 | min-height: 420px; |
| 278 | max-height:calc(100vh - 270px); |
| 279 | overflow-y: auto; |
| 280 | overflow-x: hidden; |
| 281 | } |
| 282 | |
| 283 | |
| 284 | .wpf_chat_top { |
| 285 | padding: 7px 10px 3px 10px; |
| 286 | display: flex; |
| 287 | box-sizing: border-box; |
| 288 | align-items: flex-start; |
| 289 | } |
| 290 | .wpf_chat_col .wpf_chat_top { |
| 291 | border-bottom: 1px solid #ECF3F9; |
| 292 | } |
| 293 | .wpf_chat_box{ |
| 294 | flex: 1; |
| 295 | padding: 15px; |
| 296 | overflow: auto; |
| 297 | min-height: calc(100vh - 400px); |
| 298 | max-height: calc(100vh - 400px); |
| 299 | } |
| 300 | ul#wpf_message_list { |
| 301 | margin-top: 0; |
| 302 | } |
| 303 | ul#wpf_message_list .meassage_area_main |
| 304 | { |
| 305 | position: relative; |
| 306 | } |
| 307 | ul#wpf_message_list .meassage_area_main .meassage_area_main:hover #wpf_push_media, ul#wpf_message_list .meassage_area_main .meassage_area_main:hover #wpf_image_open { |
| 308 | opacity: 1 !important; |
| 309 | z-index: 1 !important; |
| 310 | } |
| 311 | ul#wpf_message_list .meassage_area_main #wpf_push_media { |
| 312 | position: absolute; |
| 313 | left: 40%; |
| 314 | top: 50%; |
| 315 | transform: translate(-50%, -50%); |
| 316 | display: flex; |
| 317 | cursor: pointer; |
| 318 | opacity: 0; |
| 319 | -webkit-transition: all 0.2s ease-out; |
| 320 | -moz-transition: all 0.2s ease-out; |
| 321 | -ms-transition: all 0.2s ease-out; |
| 322 | -o-transition: all 0.2s ease-out; |
| 323 | transition: all 0.2s ease-out; |
| 324 | } |
| 325 | ul#wpf_message_list .meassage_area_main #wpf_image_open { |
| 326 | position: absolute; |
| 327 | left: 48%; |
| 328 | top: 50%; |
| 329 | transform: translate(-50%, -50%); |
| 330 | display: flex; |
| 331 | cursor: pointer; |
| 332 | opacity: 0; |
| 333 | margin-left: 10px; |
| 334 | -webkit-transition: all 0.2s ease-out; |
| 335 | -moz-transition: all 0.2s ease-out; |
| 336 | -ms-transition: all 0.2s ease-out; |
| 337 | -o-transition: all 0.2s ease-out; |
| 338 | transition: all 0.2s ease-out; |
| 339 | } |
| 340 | .wpf_chat_box .is_image .meassage_area_main .meassage_area_main:hover:before { |
| 341 | content: ""; |
| 342 | background-color: rgb(59 54 106 / 50%); |
| 343 | position: absolute; |
| 344 | height: 100%; |
| 345 | width: 100%; |
| 346 | top: 0; |
| 347 | bottom: 0; |
| 348 | left: 0; |
| 349 | right: 0; |
| 350 | z-index: 1; |
| 351 | -webkit-animation-name: fadeIn; |
| 352 | animation-name: fadeIn; |
| 353 | -webkit-animation-duration: 0.5s; |
| 354 | animation-duration: 0.5s; |
| 355 | -webkit-animation-fill-mode: both; |
| 356 | animation-fill-mode: both; |
| 357 | } |
| 358 | ul#wpf_message_list .meassage_area_main #wpf_push_media svg, ul#wpf_message_list .meassage_area_main #wpf_image_open svg { |
| 359 | height: 24px; |
| 360 | width: auto; |
| 361 | } |
| 362 | .wpf_chat_reply { |
| 363 | border: 1px solid #ECF3F9; |
| 364 | margin: 10px 15px 10px 15px; |
| 365 | border-radius: 5px; |
| 366 | } |
| 367 | .wpf_chat_reply p.comment-form-comment { |
| 368 | margin: 0; |
| 369 | } |
| 370 | textarea#wpf_comment { |
| 371 | min-height: 100px; |
| 372 | border: none; |
| 373 | padding: 15px; |
| 374 | } |
| 375 | p.form-submit.chat_button { |
| 376 | margin: -8px 5px 3px 15px; |
| 377 | width: 270px; |
| 378 | float: right; |
| 379 | text-align: right; |
| 380 | } |
| 381 | .wpf_task_num_top { |
| 382 | width: 40px; |
| 383 | background-color: rgb(54, 61, 77); |
| 384 | text-align: center; |
| 385 | height: 40px; |
| 386 | border-radius: 5px 50% 50% 50%; |
| 387 | color: #fff; |
| 388 | font-family: 'Roboto', sans-serif; |
| 389 | font-weight: 800; |
| 390 | font-size: 14px; |
| 391 | line-height: 3; |
| 392 | margin-top: -3px; |
| 393 | margin-right: 10px; |
| 394 | opacity: 0.3; |
| 395 | position: relative; |
| 396 | overflow: hidden; |
| 397 | } |
| 398 | .wpf_task_main_top { |
| 399 | color: #272D3C; |
| 400 | font-family: 'Roboto', sans-serif; |
| 401 | width: calc(100% - 35px); |
| 402 | position: relative; |
| 403 | } |
| 404 | .wpf_chat_col .wpf_chat_top .wpf_task_main_top { |
| 405 | width: calc(100% - 230px); |
| 406 | } |
| 407 | .wpf_task_title_top { |
| 408 | font-size: 125%; |
| 409 | width: auto; |
| 410 | display: inline-block; |
| 411 | overflow: hidden; |
| 412 | text-overflow: ellipsis; |
| 413 | white-space: nowrap; |
| 414 | max-width: 90%; |
| 415 | font-weight: 700; |
| 416 | } |
| 417 | .wpf_chat_top a#wpf_edit_title { |
| 418 | margin-left: 10px; |
| 419 | font-size: 100% !important; |
| 420 | vertical-align: top; |
| 421 | color: #272D3C; |
| 422 | } |
| 423 | div#wpf_edit_title_box { |
| 424 | margin-top: -25px; |
| 425 | margin-bottom: -20px; |
| 426 | background-color: #fff; |
| 427 | position: relative; |
| 428 | } |
| 429 | #wpf_task_details input#wpf_title_val { |
| 430 | vertical-align: top; |
| 431 | height: 36px; |
| 432 | margin-top: 0; |
| 433 | border-color: #e3ebf6; |
| 434 | position: relative; |
| 435 | width: calc(100% - 55px); |
| 436 | z-index: 10; |
| 437 | margin-bottom: -15px; |
| 438 | } |
| 439 | button#wpf_title_update_btn { |
| 440 | padding: 6px; |
| 441 | vertical-align: top; |
| 442 | margin-top: 0px; |
| 443 | margin-bottom: 0; |
| 444 | margin-left: 5px; |
| 445 | z-index: 9; |
| 446 | position: relative; |
| 447 | background-color: #fff; |
| 448 | border: 1px solid #dde1e5; |
| 449 | } |
| 450 | button#wpf_title_update_btn i.gg-check { |
| 451 | margin: 0; |
| 452 | } |
| 453 | .wpf_task_details_top { |
| 454 | margin-top: -5px; |
| 455 | color: #000; |
| 456 | opacity: 0.5; |
| 457 | font-size: 12px; |
| 458 | font-weight: 700; |
| 459 | } |
| 460 | li.complete .wpf_task_num_top,.wpf_task_num_top.complete { |
| 461 | background-color: #3ed696; |
| 462 | opacity: 1 !important; |
| 463 | } |
| 464 | select#wpf_page_list { |
| 465 | margin: 0; |
| 466 | margin-top: -15px; |
| 467 | position: absolute; |
| 468 | z-index: 10; |
| 469 | width: 99%; |
| 470 | } |
| 471 | .wpf_task_id.wpf_active { |
| 472 | display: inline-block !important; |
| 473 | } |
| 474 | |
| 475 | #wpf_tasks .wpfb-edit-comment-wrapper { |
| 476 | padding-bottom: 0.5rem; |
| 477 | } |
| 478 | #wpf_tasks .wpfb-edit-comment-wrapper > .wpfb-edit-comment { |
| 479 | |
| 480 | width: 100% !important; |
| 481 | } |
| 482 | |
| 483 | /* ------------ Filter Col Style ------------ */ |
| 484 | .wpf_filter_col input[type=checkbox] { |
| 485 | display: none !important; |
| 486 | } |
| 487 | .wpf_filter_col label { |
| 488 | cursor: pointer; |
| 489 | position: relative; |
| 490 | } |
| 491 | .wpf_filter_col label:before { |
| 492 | content: ''; |
| 493 | width: 15px !important; |
| 494 | height: 15px !important; |
| 495 | margin-right: 5px !important; |
| 496 | border-radius: 3px; |
| 497 | border: 2px solid #363d4d !important; |
| 498 | opacity: 0.6; |
| 499 | transition: all .12s,border-color .08s !important; |
| 500 | margin-top: -1px; |
| 501 | } |
| 502 | .wpf_filter_col input[type="checkbox"]:checked + label:after { |
| 503 | content: ''; |
| 504 | display: block; |
| 505 | position: absolute; |
| 506 | top: 2px; |
| 507 | left: 6.5px; |
| 508 | width: 5px; |
| 509 | height: 10px; |
| 510 | border: solid #363d4d; |
| 511 | border-width: 0 2px 2px 0; |
| 512 | transform: rotate(45deg); |
| 513 | } |
| 514 | |
| 515 | .wpf_task_status_title.wpf_icon_title svg { |
| 516 | width: 18px; |
| 517 | } |
| 518 | /* ------------ Inner Tasks Col Style ------------ */ |
| 519 | |
| 520 | a.wpf_general_comment_btn { |
| 521 | border: 1px solid #dde1e5; |
| 522 | background-color: #fff; |
| 523 | color: #272D3C; |
| 524 | padding: 9px 10px 7px 7px; |
| 525 | border-radius: 5px; |
| 526 | text-decoration: none; |
| 527 | font-size: 12px; |
| 528 | float: right; |
| 529 | height: 37px; |
| 530 | box-sizing: border-box; |
| 531 | font-family: 'Roboto', sans-serif; |
| 532 | font-weight: 700; |
| 533 | margin: 5px 10px 0px 0px; |
| 534 | -webkit-transition: all 0.2s ease-in; |
| 535 | -moz-transition: all 0.2s ease-in; |
| 536 | -ms-transition: all 0.2s ease-in; |
| 537 | -o-transition: all 0.2s ease-in; |
| 538 | transition: all 0.2s ease-in; |
| 539 | } |
| 540 | a.wpf_general_comment_btn:hover { |
| 541 | opacity: 0.8; |
| 542 | } |
| 543 | a.wpf_general_comment_btn i { |
| 544 | font-size: 18px; |
| 545 | margin: -4px 0px 0px 0px !important; |
| 546 | display: inline-block; |
| 547 | vertical-align: middle; |
| 548 | } |
| 549 | .wpf_tasks_col .wpf_chat_top { |
| 550 | padding: 5px; |
| 551 | position: relative; |
| 552 | min-height: 85px; |
| 553 | } |
| 554 | .wpf_top_found { |
| 555 | border-bottom: 1px solid #ECF3F9; |
| 556 | } |
| 557 | .wpf_top_found .wpf_title { |
| 558 | display: inline-block; |
| 559 | } |
| 560 | .wpf_tasks_col .wpf_title { |
| 561 | padding: 15px; |
| 562 | margin-bottom: 0; |
| 563 | } |
| 564 | .wpf_task_num { |
| 565 | width: 40px; |
| 566 | background-color: #fff; |
| 567 | text-align: center; |
| 568 | height: 40px; |
| 569 | border-radius: 50%; |
| 570 | color: var(--main-wpf-color); |
| 571 | font-weight: 500; |
| 572 | font-size: 20px; |
| 573 | line-height: 2.1; |
| 574 | display: inline-block; |
| 575 | margin-right: 5px; |
| 576 | vertical-align: top; |
| 577 | } |
| 578 | .wpf_tasks_col .wpf_task_num_top { |
| 579 | background-color: rgb(54, 61, 77); |
| 580 | color: #fff; |
| 581 | font-weight: 500; |
| 582 | width: 32px; |
| 583 | float: left; |
| 584 | height: 32px; |
| 585 | line-height: 2.4; |
| 586 | text-align: center; |
| 587 | border-radius: 15% 50% 50% 50%; |
| 588 | vertical-align: middle; |
| 589 | font-size: 12px; |
| 590 | font-family: 'Roboto', sans-serif; |
| 591 | position: relative; |
| 592 | margin: 0px 10px 0 0; |
| 593 | opacity: 1; |
| 594 | min-width: 32px; |
| 595 | display: flex; |
| 596 | justify-content: center; |
| 597 | align-items: center; |
| 598 | overflow: hidden; |
| 599 | } |
| 600 | .wpf_task_details_top span,#wpf_message_list level span { |
| 601 | font-family: 'Roboto', sans-serif; |
| 602 | font-weight: 500; |
| 603 | opacity: 0.5; |
| 604 | } |
| 605 | .wpf_task_desc { |
| 606 | width: calc( 90% - 50px ); |
| 607 | display: inline-block; |
| 608 | } |
| 609 | .wpf_task_single_title { |
| 610 | font-weight: 700; |
| 611 | overflow: hidden; |
| 612 | text-overflow: ellipsis; |
| 613 | white-space: nowrap; |
| 614 | } |
| 615 | .wpf_task_single_meta { |
| 616 | font-size: 85%; |
| 617 | line-height: 1.2; |
| 618 | } |
| 619 | .wpf_task_done { |
| 620 | display: inline-block; |
| 621 | vertical-align: top; |
| 622 | padding-top: 7%; |
| 623 | width: 10%; |
| 624 | float: right; |
| 625 | } |
| 626 | li.wpf_list { |
| 627 | margin: 0; |
| 628 | } |
| 629 | li.wpf_list.active { |
| 630 | background-color: #ecf3f9; |
| 631 | } |
| 632 | ul#all_wpf_list { |
| 633 | margin-top: 0; |
| 634 | padding: 5px 5px !important; |
| 635 | } |
| 636 | li.wpf_list a { |
| 637 | text-decoration: none; |
| 638 | } |
| 639 | .wpf_tasks-list .wpf_task_title_top { |
| 640 | height: 32px; |
| 641 | line-height: 1.2; |
| 642 | overflow: hidden; |
| 643 | white-space: normal; |
| 644 | margin-top: -5px; |
| 645 | font-family: 'Roboto', sans-serif; |
| 646 | color: #4B4B4B; |
| 647 | font-size: 14px; |
| 648 | font-weight: 400; |
| 649 | } |
| 650 | .wpf_tasks-list .wpf_task_details_top { |
| 651 | margin-top: 0; |
| 652 | font-size: 12px; |
| 653 | color: #272D3C; |
| 654 | font-family: 'Roboto', sans-serif; |
| 655 | opacity: 0.8; |
| 656 | overflow: hidden; |
| 657 | text-overflow: ellipsis; |
| 658 | white-space: nowrap; |
| 659 | font-weight: 700; |
| 660 | } |
| 661 | .wpf_task_pagename { |
| 662 | overflow: hidden; |
| 663 | text-overflow: ellipsis; |
| 664 | white-space: nowrap; |
| 665 | margin-bottom: 5px; |
| 666 | } |
| 667 | |
| 668 | |
| 669 | /*----------New desing css--------*/ |
| 670 | |
| 671 | .wpf_success_wpf_share_link { |
| 672 | bottom: 16px; |
| 673 | } |
| 674 | .wpf_tasks-list .wpf_task_label { |
| 675 | margin-top: 0px !important; |
| 676 | margin-bottom: 2px; |
| 677 | } |
| 678 | .wpf_task_label span { |
| 679 | width: 18px; |
| 680 | height: 18px; |
| 681 | padding: 1px; |
| 682 | text-align: center; |
| 683 | border-radius: 50%; |
| 684 | color: #fff; |
| 685 | margin: 1px 1px 0px 1px; |
| 686 | font-weight: 100; |
| 687 | display: inline-block; |
| 688 | font-size: 10px; |
| 689 | line-height: 1.9; |
| 690 | } |
| 691 | span.wpf_task_tag, span.wpf_task_tag_more { |
| 692 | background-color: #e3ebf6; |
| 693 | font-size: 12px; |
| 694 | padding: 2px 5px; |
| 695 | border-radius: 15px; |
| 696 | margin-right: 2px; |
| 697 | color: #000; |
| 698 | } |
| 699 | span.wpf_task_tag:last-child, span.wpf_task_tag_more:last-child { |
| 700 | margin-right: 0px; |
| 701 | } |
| 702 | /* ------------ Bulk Updates Style ------------ */ |
| 703 | |
| 704 | .wpf_tasks-list.wpf_bulk_edit_mode { |
| 705 | max-height: calc(100vh - 292px); |
| 706 | animation: fade-in-top 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both; |
| 707 | } |
| 708 | .wpf_tasks_tabs_wrap { |
| 709 | display: flex; |
| 710 | border-bottom: 1px solid #ECF3F9; |
| 711 | } |
| 712 | input#wpf_select_all_task.wpf_active { |
| 713 | display: inline-block !important; |
| 714 | } |
| 715 | .wpf_tasks_tabs_wrap input[type="checkbox"]{ |
| 716 | display: none; |
| 717 | } |
| 718 | .wpf_tasks_tabs_wrap label { |
| 719 | border: none; |
| 720 | padding: 7px 10px; |
| 721 | font-size: 12px; |
| 722 | cursor: pointer; |
| 723 | text-decoration: none; |
| 724 | font-family: 'Roboto', sans-serif; |
| 725 | transition: 0.7s; |
| 726 | display: inline-flex; |
| 727 | flex-direction: column; |
| 728 | align-self: stretch; |
| 729 | flex: 1 1 auto; |
| 730 | color: #272D3C; |
| 731 | font-weight: 700; |
| 732 | } |
| 733 | .wpf_tasks_tabs_wrap label:hover { |
| 734 | opacity: 0.8; |
| 735 | cursor: pointer; |
| 736 | } |
| 737 | .wpf_isSelected { |
| 738 | background-color: #e3ebf6 !important; |
| 739 | } |
| 740 | |
| 741 | div#wpf_bulk_select_task_checkbox { |
| 742 | border-bottom: 1px solid #ECF3F9; |
| 743 | padding: 7px 10px; |
| 744 | z-index: 100; |
| 745 | background-color: #fff; |
| 746 | position: relative; |
| 747 | } |
| 748 | div#wpf_bulk_update_content { |
| 749 | padding: 15px; |
| 750 | } |
| 751 | div#wpf_bulk_update_content .wpf_task_options, div#wpf_bulk_update_content input.wpf_button { |
| 752 | width: 100%; |
| 753 | } |
| 754 | .wpf_tasks-list.wpf_bulk_edit_mode input[type=checkbox] { |
| 755 | margin-left: 5px; |
| 756 | margin-right: 14px; |
| 757 | } |
| 758 | |
| 759 | /* ------------ Inner Chat Style ------------ */ |
| 760 | |
| 761 | #wpf_comment{ width:100%; } |
| 762 | |
| 763 | .wpf_loader_admin { |
| 764 | position: fixed; |
| 765 | z-index: 999; |
| 766 | width: 100%; |
| 767 | overflow: visible; |
| 768 | margin: auto; |
| 769 | top: 0; |
| 770 | left: 0; |
| 771 | bottom: 0; |
| 772 | right: 0; |
| 773 | background-image: url(../images/Loader-slider-WPFeedback.svg); |
| 774 | background-repeat: no-repeat; |
| 775 | background-position: center center; |
| 776 | background-color: rgba(255, 255, 255, 0.5); |
| 777 | background-size: 60px; |
| 778 | } |
| 779 | .wpf_task_status_title, .wpf_task_priority_title { |
| 780 | color: #272D3C; |
| 781 | } |
| 782 | .wpf_task_status_title.wpf_icon_title i.gg-screen { |
| 783 | color: #4B5668 !important; |
| 784 | } |
| 785 | input#wp_feedback_filter_btn { |
| 786 | text-decoration: none; |
| 787 | background-color: #dde1e5; |
| 788 | color: #272D3C; |
| 789 | padding: 8px 15px; |
| 790 | font-size: 12px; |
| 791 | font-weight: 700; |
| 792 | border-radius: 5px; |
| 793 | width: 100%; |
| 794 | } |
| 795 | li.not_chat_author { |
| 796 | margin-bottom: 10px; |
| 797 | border-radius: 8px 0px 8px 8px; |
| 798 | padding: 5px 10px 5px 15px; |
| 799 | width: 100%; |
| 800 | -webkit-animation: fade-in-top 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both; |
| 801 | animation: fade-in-top 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both; |
| 802 | box-sizing: border-box; |
| 803 | } |
| 804 | li.chat_author { |
| 805 | margin-bottom: 10px; |
| 806 | border-radius: 0px 8px 8px 8px; |
| 807 | padding: 5px 10px 5px 15px; |
| 808 | width: 100%; |
| 809 | -webkit-animation: fade-in-top 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both; |
| 810 | animation: fade-in-top 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both; |
| 811 | box-sizing: border-box; |
| 812 | } |
| 813 | .chat_author .wpf-comment-wrapper, .not_chat_author .wpf-comment-wrapper { |
| 814 | flex-grow: 1; |
| 815 | } |
| 816 | .chat_author:not(.is_info) .wpf-author-img, .not_chat_author:not(.is_info) .wpf-author-img { |
| 817 | min-width: 32px; |
| 818 | height: 32px; |
| 819 | width: 32px; |
| 820 | border-radius: 4px; |
| 821 | display: flex; |
| 822 | align-items: center; |
| 823 | justify-content: center; |
| 824 | font-size: 12px; |
| 825 | font-weight: 400; |
| 826 | line-height: 1; |
| 827 | color: #fff; |
| 828 | text-transform: uppercase; |
| 829 | background-color: rgb(39, 154, 241); |
| 830 | } |
| 831 | .chat_author:not(.is_info) .wpf-author-img img, .not_chat_author:not(.is_info) .wpf-author-img img { |
| 832 | height: 32px; |
| 833 | width: 32px; |
| 834 | border-radius: 4px; |
| 835 | margin: 0 !important; |
| 836 | } |
| 837 | .chat_author.is_info .wpf-author-img img, .not_chat_author.is_info .wpf-author-img img { |
| 838 | -webkit-appearance: none !important; |
| 839 | fill: none; |
| 840 | color: #A4ABC5; |
| 841 | width: 18px; |
| 842 | height: 18px; |
| 843 | margin-right: 5px; |
| 844 | margin-top: 2px; |
| 845 | } |
| 846 | .chat_author:not(.is_info) .wpf-comment-wrapper, .not_chat_author:not(.is_info) .wpf-comment-wrapper { |
| 847 | margin-left: 10px !important; |
| 848 | width: calc(100% - 42px); |
| 849 | } |
| 850 | li.chat_author:not(.is_info) .task_text, li.not_chat_author:not(.is_info) .task_text { |
| 851 | margin-top: 5px; |
| 852 | } |
| 853 | li.chat_author.is_note .task_text { |
| 854 | border: 1px solid #FFFCC9 !important; |
| 855 | background-color: #FFFCC9 !important; |
| 856 | padding: 0 10px; |
| 857 | border-radius: 5px 5px; |
| 858 | } |
| 859 | level.wpf-author, level.chat-author { |
| 860 | font-family: 'Roboto', sans-serif; |
| 861 | font-weight: 500; |
| 862 | line-height: 1; |
| 863 | font-size: 14px; |
| 864 | color: #A4ABC5; |
| 865 | display: flex; |
| 866 | justify-content: space-between; |
| 867 | text-transform: capitalize; |
| 868 | } |
| 869 | li.chat_author:hover .wpf-edit-delete-wrapper { |
| 870 | opacity: 1; |
| 871 | } |
| 872 | .is_info { |
| 873 | max-width: calc(100% + 30px) !important; |
| 874 | border-radius: 0 !important; |
| 875 | border-width: 1px 0 !important; |
| 876 | } |
| 877 | .is_info level.wpf-author { |
| 878 | float: right; |
| 879 | margin-bottom: 0 !important; |
| 880 | } |
| 881 | .is_info p.task_text { |
| 882 | margin-bottom: 3px; |
| 883 | margin-top: 3px; |
| 884 | color: #4a5568 !important; |
| 885 | font-size: 12px !important; |
| 886 | opacity: 0.8; |
| 887 | } |
| 888 | .is_info span.taskStatusMsg { |
| 889 | font-weight: 700; |
| 890 | } |
| 891 | p.task_text { |
| 892 | margin-top: 0; |
| 893 | } |
| 894 | |
| 895 | li .tag_img { |
| 896 | max-width: 100% !important; |
| 897 | height: auto !important; |
| 898 | border-radius: 10px; |
| 899 | overflow: hidden; |
| 900 | margin-bottom: 15px; |
| 901 | transition: all linear .2s; |
| 902 | border: 1px solid #ECF3F9; |
| 903 | background-color: #fff; |
| 904 | } |
| 905 | li .tag_img:hover { |
| 906 | box-shadow: 0 6px 24px 0 rgba(18,43,70,.12); |
| 907 | } |
| 908 | li .tag_img a .gg-software-download { |
| 909 | margin: 15px 5px 10px 10px; |
| 910 | vertical-align: middle; |
| 911 | float: none; |
| 912 | } |
| 913 | /* ------------ Inner Attr Col Style ------------ */ |
| 914 | |
| 915 | .wpf_attributes_col a.wpf_button { |
| 916 | display: block; |
| 917 | text-align: center; |
| 918 | margin: 0; |
| 919 | text-decoration: none; |
| 920 | margin-bottom: 20px; |
| 921 | } |
| 922 | .wpf_task_attr.wpf_task_title .wpf_title { |
| 923 | margin-bottom: 15px; |
| 924 | margin-top: 5px; |
| 925 | } |
| 926 | .wpf_task_page p { |
| 927 | margin: 0 0 3px 0px !important; |
| 928 | } |
| 929 | |
| 930 | .wpf_task_attr { |
| 931 | flex: 1; |
| 932 | min-width: 170px; |
| 933 | padding: 10px 15px; |
| 934 | } |
| 935 | |
| 936 | .wpf_attributes_col input.wpf_button { |
| 937 | padding: 0; |
| 938 | } |
| 939 | |
| 940 | .wpf_task_status { |
| 941 | margin-bottom: 15px; |
| 942 | } |
| 943 | |
| 944 | .wpf_attributes_col { |
| 945 | min-height: 420px; |
| 946 | overflow: auto; |
| 947 | max-height: calc(100vh - 190px); |
| 948 | } |
| 949 | div#wpf_delete_task_container a, a.wpf_bulk_task_delete_btn { |
| 950 | color: #fff; |
| 951 | background-color: #E72D67; |
| 952 | text-decoration: none; |
| 953 | padding: 10px 15px; |
| 954 | border-radius: 5px; |
| 955 | text-transform: capitalize; |
| 956 | display: inline-block; |
| 957 | } |
| 958 | div#wpf_delete_task_container { |
| 959 | text-align: center; |
| 960 | padding: 0; |
| 961 | } |
| 962 | .wpf_attributes_col .at_fill_color svg path { |
| 963 | fill: #4B5668 !important; |
| 964 | } |
| 965 | .wpf_icon_title.at_fill_color.at_att_screenshot svg { |
| 966 | margin-right: 5px; |
| 967 | margin-bottom: -3px; |
| 968 | } |
| 969 | .wpf_icon_title.at_fill_color.at_att_info svg { |
| 970 | margin-right: 5px; |
| 971 | margin-bottom: -4px; |
| 972 | } |
| 973 | .wpf_icon_title.at_fill_color.at_att_tags i.gg-tag { |
| 974 | margin-right: 5px; |
| 975 | } |
| 976 | .wpf_task_status.at_fill_color.at_att_status svg { |
| 977 | width: 18px; |
| 978 | margin-bottom: -4px; |
| 979 | } |
| 980 | .wpf_task_urgency.at_fill_color.at_att_priority svg, .wpf_task_attr.wpf_task_users.at_att_users svg { |
| 981 | margin-bottom: -3px; |
| 982 | } |
| 983 | /* ------------ SETTINGS PAGE ------------ */ |
| 984 | .wpf_title_section { |
| 985 | font-size: 150%; |
| 986 | font-weight: 700; |
| 987 | margin-bottom: 15px; |
| 988 | color: #272D3C; |
| 989 | font-family: 'Roboto', sans-serif; |
| 990 | } |
| 991 | .wpf_title_secondery { |
| 992 | margin: 10px 0; |
| 993 | } |
| 994 | .wpf_settings_ctt_wrap { |
| 995 | display: flex; |
| 996 | box-sizing: border-box; |
| 997 | flex-wrap: wrap |
| 998 | } |
| 999 | .wpf_settings_sidebar { |
| 1000 | flex: 1; |
| 1001 | padding: 25px; |
| 1002 | max-width: 230px; |
| 1003 | border-right: 1px solid #ECF3F9; |
| 1004 | } |
| 1005 | .wpf_inner_settings_col { |
| 1006 | width: 700px; |
| 1007 | max-width: calc(90% - 100px); |
| 1008 | } |
| 1009 | .wpf_inner_settings_col .wpf_title_section { |
| 1010 | padding: 15px; |
| 1011 | margin-left: -15px; |
| 1012 | background-color: #e3ebf6; |
| 1013 | border-radius: 5px; |
| 1014 | margin-right: -110px; |
| 1015 | } |
| 1016 | .wpf_settings_option { |
| 1017 | position: relative; |
| 1018 | border-top: 1px solid #ECF3F9; |
| 1019 | padding: 20px; |
| 1020 | } |
| 1021 | .wpf_settings_option .wpf_switch { |
| 1022 | position: absolute; |
| 1023 | top: 15px; |
| 1024 | right: -100px; |
| 1025 | } |
| 1026 | .wpf_settings_sidebar a { |
| 1027 | display: block; |
| 1028 | padding-bottom: 25px; |
| 1029 | font-weight: 700; |
| 1030 | color: #272D3C; |
| 1031 | text-decoration: none; |
| 1032 | } |
| 1033 | .wpf_settings_sidebar a:before { |
| 1034 | width: 10px; |
| 1035 | height: 10px; |
| 1036 | border: 2px solid; |
| 1037 | border-width: 2px 2px 0 0; |
| 1038 | display: inline-block; |
| 1039 | margin-right: 10px; |
| 1040 | content: ""; |
| 1041 | margin-bottom: 0px; |
| 1042 | -moz-transform: rotate(45deg); |
| 1043 | -webkit-transform: rotate(45deg); |
| 1044 | -o-transform: rotate(45deg); |
| 1045 | -ms-transform: rotate(45deg); |
| 1046 | transform: rotate(45deg); |
| 1047 | } |
| 1048 | .wpf_settings_col { |
| 1049 | flex: 1; |
| 1050 | padding: 25px; |
| 1051 | min-width: 700px; |
| 1052 | } |
| 1053 | |
| 1054 | .wpf_settings_ctt_wrap select[multiple] { |
| 1055 | height: 125px !important; |
| 1056 | padding: 10px !important; |
| 1057 | border-radius: 5px; |
| 1058 | /*overflow: hidden;*/ |
| 1059 | } |
| 1060 | |
| 1061 | .wpfeedback_main_color { |
| 1062 | margin: 15px 0; |
| 1063 | } |
| 1064 | |
| 1065 | .wpfeedback_licence_key { |
| 1066 | padding: 20px; |
| 1067 | border-top: 1px solid #ECF3F9; |
| 1068 | } |
| 1069 | /*auto register on activation css by Pratap*/ |
| 1070 | .wpfeedback_licence_key_field b, input#wpfeedback_licence_key { |
| 1071 | display: none; |
| 1072 | } |
| 1073 | .wpfeedback_licence_key_field b, input#wpfeedback_licence_key { |
| 1074 | display: none; |
| 1075 | } |
| 1076 | .wpf_signup_form label { |
| 1077 | font-size: 14px; |
| 1078 | font-style: normal; |
| 1079 | font-weight: 500; |
| 1080 | line-height: 24px; |
| 1081 | } |
| 1082 | .wpf_signup_form input { |
| 1083 | width: 100%; |
| 1084 | margin-bottom: 20px; |
| 1085 | min-height: 45px; |
| 1086 | border-radius: 5px; |
| 1087 | padding: 0 15px; |
| 1088 | border: 1px solid rgba(0, 0, 0, 0.23); |
| 1089 | } |
| 1090 | .wpf_signup_form input::-webkit-input-placeholder { /* Edge */ |
| 1091 | color: #C0C0C0; |
| 1092 | font-family: Roboto; |
| 1093 | font-size: 14px; |
| 1094 | font-style: normal; |
| 1095 | font-weight: 500; |
| 1096 | line-height: normal; |
| 1097 | } |
| 1098 | .wpf_signup_form input:-ms-input-placeholder { /* Internet Explorer 10-11 */ |
| 1099 | color: #C0C0C0; |
| 1100 | font-family: Roboto; |
| 1101 | font-size: 14px; |
| 1102 | font-style: normal; |
| 1103 | font-weight: 500; |
| 1104 | line-height: normal; |
| 1105 | } |
| 1106 | .wpf_signup_form input::placeholder { |
| 1107 | color: #C0C0C0; |
| 1108 | font-family: Roboto; |
| 1109 | font-size: 14px; |
| 1110 | font-style: normal; |
| 1111 | font-weight: 500; |
| 1112 | line-height: normal; |
| 1113 | } |
| 1114 | .wpf-name-error, .wpf-email-error { |
| 1115 | display: none; |
| 1116 | color: red; |
| 1117 | font-size: 12px; |
| 1118 | font-weight: 500; |
| 1119 | } |
| 1120 | .wpf-pass-error { |
| 1121 | border: 1.5px solid #A4ABC5; |
| 1122 | display: block; |
| 1123 | width: 100%; |
| 1124 | border-radius: 5px; |
| 1125 | padding: 20px 35px 20px 15px; |
| 1126 | box-sizing: border-box; |
| 1127 | font-family: Roboto; |
| 1128 | font-size: 14px; |
| 1129 | font-style: normal; |
| 1130 | font-weight: 400; |
| 1131 | line-height: normal; |
| 1132 | margin-top: -10px !important; |
| 1133 | } |
| 1134 | .wpf-pass-error-hide { |
| 1135 | display: none; |
| 1136 | } |
| 1137 | .wpf-pass-error ul.pass-error-msgs { |
| 1138 | padding-left: inherit !important; |
| 1139 | margin-top: 10px !important; |
| 1140 | list-style-type: disc !important; |
| 1141 | color: #E72D67; |
| 1142 | margin-bottom: 0px !important; |
| 1143 | } |
| 1144 | .error-border { |
| 1145 | border: 1px solid #E72D67; |
| 1146 | } |
| 1147 | ul.pass-error-msgs li { |
| 1148 | position: relative; |
| 1149 | margin-bottom: 0px !important; |
| 1150 | padding-bottom: 8px !important; |
| 1151 | } |
| 1152 | .wpf-pass-img { |
| 1153 | display: none; |
| 1154 | position: absolute; |
| 1155 | left: -18px; |
| 1156 | top: 2px; |
| 1157 | } |
| 1158 | .remove-marker { |
| 1159 | color: #3ED696 !important; |
| 1160 | } |
| 1161 | .remove-marker .wpf-pass-img { |
| 1162 | display: inline-block !important; |
| 1163 | } |
| 1164 | .wpf-account-msg { |
| 1165 | display: inherit; |
| 1166 | text-align: center; |
| 1167 | font-size: 16px; |
| 1168 | color: red; |
| 1169 | text-transform: capitalize; |
| 1170 | } |
| 1171 | .wpf_activate_btn, .wpf_create_user { |
| 1172 | color: #272d3c; |
| 1173 | font-weight: 500; |
| 1174 | font-size: 14px; |
| 1175 | font-family: Roboto, Helvetica, Arial, sans-serif; |
| 1176 | border-radius: 5px; |
| 1177 | background-color: #3ed696; |
| 1178 | border: none; |
| 1179 | padding: 8px; |
| 1180 | width: 100%; |
| 1181 | cursor: pointer; |
| 1182 | margin: 10px 0; |
| 1183 | min-height: 45px; |
| 1184 | -webkit-transition: all 0.2s ease-in; |
| 1185 | -moz-transition: all 0.2s ease-in; |
| 1186 | -ms-transition: all 0.2s ease-in; |
| 1187 | -o-transition: all 0.2s ease-in; |
| 1188 | transition: all 0.2s ease-in; |
| 1189 | } |
| 1190 | .wpf_activate_btn:hover, .wpf_create_user:hover { |
| 1191 | background-color: #33bf84; |
| 1192 | } |
| 1193 | .wpf_has_account { |
| 1194 | text-align: center; |
| 1195 | } |
| 1196 | .wpf_wizard_content_box a { |
| 1197 | color: #279AF1; |
| 1198 | font-family: Roboto; |
| 1199 | font-size: 14px; |
| 1200 | font-style: normal; |
| 1201 | font-weight: 400; |
| 1202 | line-height: normal; |
| 1203 | |
| 1204 | } |
| 1205 | .wpf_wizard_content_box a:hover { |
| 1206 | color: #1b72b4; |
| 1207 | } |
| 1208 | /**/ |
| 1209 | .wpf_license_deactivate_wrap { |
| 1210 | border: 2px dashed #e3ebf6; |
| 1211 | border-radius: 5px; |
| 1212 | padding: 0 15px 15px; |
| 1213 | margin: 10px 0; |
| 1214 | } |
| 1215 | input.wpf_deactivate_button { |
| 1216 | background-color: #FDB1B1; |
| 1217 | color: #333; |
| 1218 | padding: 10px !important; |
| 1219 | border: none !important; |
| 1220 | border-radius: 5px; |
| 1221 | display: block; |
| 1222 | text-align: center; |
| 1223 | font-weight: 500; |
| 1224 | text-decoration: none; |
| 1225 | cursor: pointer; |
| 1226 | line-height: initial; |
| 1227 | width: 100%; |
| 1228 | -webkit-transition: all 0.3s ease-out; |
| 1229 | -moz-transition: all 0.3s ease-out; |
| 1230 | -ms-transition: all 0.3s ease-out; |
| 1231 | -o-transition: all 0.3s ease-out; |
| 1232 | transition: all 0.3s ease-out; |
| 1233 | } |
| 1234 | input.wpf_deactivate_button:hover { |
| 1235 | background-color: #f57f7f; |
| 1236 | border: none !important; |
| 1237 | color: #333; |
| 1238 | } |
| 1239 | span.wpf_active_license { |
| 1240 | font-weight: 700; |
| 1241 | font-size: 125%; |
| 1242 | color: #3ED696 !important; |
| 1243 | } |
| 1244 | span.wpf_active_license:before { |
| 1245 | color: #3ed696; |
| 1246 | position: relative; |
| 1247 | font-size: 27px; |
| 1248 | content: "\f15e"; |
| 1249 | font-family: dashicons; |
| 1250 | border: 3px solid; |
| 1251 | height: 32px; |
| 1252 | width: 32px; |
| 1253 | border-radius: 50%; |
| 1254 | line-height: 1; |
| 1255 | margin-right: 5px; |
| 1256 | bottom: -7px; |
| 1257 | } |
| 1258 | .wpfeedback_item_name_field { |
| 1259 | margin-top: 20px; |
| 1260 | } |
| 1261 | |
| 1262 | .wpfeedback_more_emails input { |
| 1263 | width: 100%; |
| 1264 | } |
| 1265 | |
| 1266 | input#wpf_save_setting { |
| 1267 | width: 100%; |
| 1268 | margin-top: 25px; |
| 1269 | } |
| 1270 | |
| 1271 | .wpfeedback_replace_logo input#upload_image_button { |
| 1272 | border-radius: 5px; |
| 1273 | margin-top: 10px; |
| 1274 | -webkit-transition: all 0.2s ease-in; |
| 1275 | -moz-transition: all 0.2s ease-in; |
| 1276 | -ms-transition: all 0.2s ease-in; |
| 1277 | -o-transition: all 0.2s ease-in; |
| 1278 | transition: all 0.2s ease-in; |
| 1279 | height: auto; |
| 1280 | border-width: 3px; |
| 1281 | border-style: solid; |
| 1282 | border-color: #272D3C; |
| 1283 | color: #272D3C; |
| 1284 | background-color: transparent; |
| 1285 | width: 100%; |
| 1286 | font-size: 16px; |
| 1287 | font-family: 'Roboto', sans-serif; |
| 1288 | font-weight: 700; |
| 1289 | cursor: pointer; |
| 1290 | box-shadow: none; |
| 1291 | text-shadow: none; |
| 1292 | padding: 6px 30px; |
| 1293 | } |
| 1294 | .wpfeedback_replace_logo input#upload_image_button:hover { |
| 1295 | opacity: 0.8; |
| 1296 | } |
| 1297 | .wpfeedback_image-preview-wrapper img { |
| 1298 | max-width: 180px; |
| 1299 | margin: auto; |
| 1300 | display: block; |
| 1301 | } |
| 1302 | input#wpfeedback_color { |
| 1303 | width: 100%; |
| 1304 | padding: 10px; |
| 1305 | border-radius: 5px; |
| 1306 | text-align: center; |
| 1307 | margin: 5px 0px; |
| 1308 | } |
| 1309 | textarea#wpf_tutorial_video { |
| 1310 | width: 100%; |
| 1311 | padding: 10px; |
| 1312 | border-radius: 5px; |
| 1313 | margin: 5px 0px; |
| 1314 | } |
| 1315 | .wpfeedback_youtube_url{ |
| 1316 | margin: 15px 0; |
| 1317 | } |
| 1318 | .wrap.wpfeedback-settings input[type=checkbox]:checked:before { |
| 1319 | color: #272D3C; |
| 1320 | margin: -1px 0px 0 -2px !important; |
| 1321 | content: ''; |
| 1322 | display: block; |
| 1323 | position: absolute; |
| 1324 | top: 2px; |
| 1325 | left: 7px; |
| 1326 | width: 8px; |
| 1327 | height: 14px; |
| 1328 | border: solid #363d4d; |
| 1329 | border-width: 0 3px 3px 0; |
| 1330 | transform: rotate(45deg); |
| 1331 | box-sizing: border-box; |
| 1332 | } |
| 1333 | .wpfeedback_reset_setting input.wpf_button { |
| 1334 | border-width: 1px; |
| 1335 | border-style: solid; |
| 1336 | border-color: #272D3C; |
| 1337 | color: #363d4d !important; |
| 1338 | background-color: transparent; |
| 1339 | margin-top: 10px; |
| 1340 | } |
| 1341 | |
| 1342 | .wpf_resync_dashboard input.wpf_button { |
| 1343 | border-width: 1px; |
| 1344 | border-style: solid; |
| 1345 | border-color: #272D3C; |
| 1346 | color: #363d4d !important; |
| 1347 | background-color: transparent; |
| 1348 | width: 100%; |
| 1349 | } |
| 1350 | |
| 1351 | input.wpf_customise_field { |
| 1352 | width: 100%; |
| 1353 | margin-bottom: 5px; |
| 1354 | } |
| 1355 | img.wpf_settings_image { |
| 1356 | width: 400px; |
| 1357 | display: block; |
| 1358 | max-width: 100%; |
| 1359 | } |
| 1360 | |
| 1361 | .wpf_golbalsettings_buttons { |
| 1362 | padding: 15px; |
| 1363 | border: 1px solid #ECF3F9; |
| 1364 | border-radius: 5px; |
| 1365 | } |
| 1366 | div#wpf_global_settings_overlay p { |
| 1367 | color: #222; |
| 1368 | font-family: 'Roboto', sans-serif; |
| 1369 | font-weight: 400; |
| 1370 | } |
| 1371 | .wpf_settings_icon { |
| 1372 | display: inline-block; |
| 1373 | font-size: 14px; |
| 1374 | vertical-align: top; |
| 1375 | opacity: 0.7; |
| 1376 | margin: 1px 5px; |
| 1377 | } |
| 1378 | /* ------------ PERMISSIONS PAGE ------------ */ |
| 1379 | |
| 1380 | .wpf_user_permissions { |
| 1381 | margin-bottom: 25px; |
| 1382 | } |
| 1383 | table.wpf_perm_table { |
| 1384 | width: 100%; |
| 1385 | text-align: center; |
| 1386 | } |
| 1387 | td.wpf_perm_top { |
| 1388 | background-color: #e3ebf6; |
| 1389 | padding: 10px; |
| 1390 | color: #272D3C; |
| 1391 | font-weight: 700; |
| 1392 | } |
| 1393 | td.wpf_left_cell { |
| 1394 | text-align: left; |
| 1395 | font-weight: 700; |
| 1396 | color: #272D3C; |
| 1397 | } |
| 1398 | table.wpf_perm_table td { |
| 1399 | border-bottom: 1px solid #ECF3F9; |
| 1400 | padding: 5px; |
| 1401 | } |
| 1402 | |
| 1403 | .at_feat_global { |
| 1404 | display: inline-block; |
| 1405 | vertical-align: top; |
| 1406 | width: 250px; |
| 1407 | margin-right: 15px; |
| 1408 | } |
| 1409 | .at_feat_global img { |
| 1410 | width: 100%; |
| 1411 | } |
| 1412 | .wpf_global_lock .at_feat_content { |
| 1413 | width: calc(100% - 270px) !important; |
| 1414 | padding-top: 25px; |
| 1415 | } |
| 1416 | |
| 1417 | /* ------------ ADDONS PAGE ------------ */ |
| 1418 | .wpf_inner_container.wpf_integrations_container { |
| 1419 | margin-top: 0 !important; |
| 1420 | padding-top: 25px; |
| 1421 | border-top: 3px solid var(--main-wpf-color); |
| 1422 | font-family: "Roboto", Sans-serif; |
| 1423 | font-size: 14px; |
| 1424 | color: #272D3C; |
| 1425 | } |
| 1426 | .wpf_integration_title { |
| 1427 | color: #272D3C; |
| 1428 | font-size: 150%; |
| 1429 | font-weight: 800; |
| 1430 | } |
| 1431 | a.wpf_integration_button { |
| 1432 | color: #272D3C !important; |
| 1433 | background-color: #3ED696; |
| 1434 | text-decoration: none; |
| 1435 | min-height: 36px; |
| 1436 | border-radius: 5px; |
| 1437 | display: inline-flex; |
| 1438 | align-items: center; |
| 1439 | padding: 5px 15px; |
| 1440 | justify-content: center; |
| 1441 | box-sizing: border-box; |
| 1442 | font-size: 14px; |
| 1443 | font-weight: 500; |
| 1444 | -webkit-transition: all 0.2s ease-in; |
| 1445 | -moz-transition: all 0.2s ease-in; |
| 1446 | -ms-transition: all 0.2s ease-in; |
| 1447 | -o-transition: all 0.2s ease-in; |
| 1448 | transition: all 0.2s ease-in; |
| 1449 | } |
| 1450 | a.wpf_integration_button:hover { |
| 1451 | background-color: #33bf84; |
| 1452 | color: #272d3c; |
| 1453 | } |
| 1454 | img.wpf_integration_image { |
| 1455 | width: 1000px; |
| 1456 | max-width: 90%; |
| 1457 | margin-top: 25px; |
| 1458 | } |
| 1459 | .wpf_addon_box_wrap{display:flex;} |
| 1460 | |
| 1461 | .wpf_inner_container { |
| 1462 | text-align: center; |
| 1463 | } |
| 1464 | |
| 1465 | .wpf_addon_box { |
| 1466 | box-shadow: 0em 0em 3em 0em rgba(0,0,0,0.13); |
| 1467 | border-radius: 0 5px 5px 5px; |
| 1468 | border: 1px solid #ECF3F9; |
| 1469 | background-color: #fff !important; |
| 1470 | padding: 25px; |
| 1471 | text-align: center; |
| 1472 | margin: 20px; |
| 1473 | } |
| 1474 | |
| 1475 | .wpf_addon_box img { |
| 1476 | width: 200px; |
| 1477 | max-width: 100%; |
| 1478 | } |
| 1479 | |
| 1480 | |
| 1481 | |
| 1482 | /* ------------ Setup Wizard ------------ */ |
| 1483 | |
| 1484 | .wpf_backend_initial_setup_inner input[type=checkbox] { |
| 1485 | border: 2px solid #ccc; |
| 1486 | height: 22px; |
| 1487 | width: 22px !important; |
| 1488 | border-radius: 5px !important; |
| 1489 | display: inline-block !important; |
| 1490 | margin-right: 6px !important; |
| 1491 | } |
| 1492 | img.wpf_add_website_img { |
| 1493 | width: 100%; |
| 1494 | margin-bottom: -25px; |
| 1495 | } |
| 1496 | .wpf_backend_initial_setup_inner input[type=checkbox]:checked:before { |
| 1497 | color: #272D3C; |
| 1498 | margin: -1px 0px 0 -2px !important; |
| 1499 | } |
| 1500 | |
| 1501 | .wpf_backend_initial_setup { |
| 1502 | position: fixed; |
| 1503 | top: 32px; |
| 1504 | left: 0; |
| 1505 | width: 100%; |
| 1506 | background-color: #fff; |
| 1507 | background-repeat: no-repeat; |
| 1508 | background-position: center center; |
| 1509 | background-size: cover; |
| 1510 | z-index: 10000; |
| 1511 | height: calc(100vh - 32px); |
| 1512 | overflow: auto; |
| 1513 | display: flex; |
| 1514 | justify-content: space-between; |
| 1515 | align-items: center; |
| 1516 | } |
| 1517 | .wpf_backend_initial_setup::-webkit-scrollbar { |
| 1518 | display: none; |
| 1519 | } |
| 1520 | .wpf_backend_initial_setup { |
| 1521 | -ms-overflow-style: none; |
| 1522 | scrollbar-width: none; |
| 1523 | } |
| 1524 | .wpf_backend_initial_setup_inner, .wpf_backend_initial_setup_image { |
| 1525 | width: 49%; |
| 1526 | font-family: 'Roboto', sans-serif; |
| 1527 | height: 100%; |
| 1528 | display: flex; |
| 1529 | justify-content: center; |
| 1530 | align-items: center; |
| 1531 | } |
| 1532 | .wpf_backend_initial_setup_inner { |
| 1533 | overflow-y: scroll; |
| 1534 | box-sizing: border-box; |
| 1535 | -ms-overflow-style: none; /* Internet Explorer 10+ */ |
| 1536 | scrollbar-width: none; /* Firefox */ |
| 1537 | } |
| 1538 | .wpf_backend_initial_setup_inner::-webkit-scrollbar { |
| 1539 | display: none; /* Safari and Chrome */ |
| 1540 | } |
| 1541 | .wpf_backend_initial_setup_image { |
| 1542 | background: #805EF4; |
| 1543 | } |
| 1544 | .wpf_backend_initial_setup_inner form { |
| 1545 | width: 90%; |
| 1546 | max-width: 475px; |
| 1547 | margin: auto; |
| 1548 | } |
| 1549 | .wpf_backend_initial_setup_image img { |
| 1550 | max-width: 680px; |
| 1551 | } |
| 1552 | .wpf_wizard_content_box { |
| 1553 | padding: 25px; |
| 1554 | background-color: #fff !important; |
| 1555 | position: relative; |
| 1556 | } |
| 1557 | .wpf_logo_wizard { |
| 1558 | width: 100%; |
| 1559 | display: flex; |
| 1560 | justify-content: center; |
| 1561 | margin-bottom: 20px; |
| 1562 | } |
| 1563 | .wpf_backend_initial_setup_inner .wpf_desc_wizard { |
| 1564 | color: #272D3C; |
| 1565 | text-align: center; |
| 1566 | font-family: Roboto; |
| 1567 | font-size: 14px; |
| 1568 | font-style: normal; |
| 1569 | font-weight: 400; |
| 1570 | line-height: normal; |
| 1571 | margin: 15px 0 25px 0 !important; |
| 1572 | } |
| 1573 | .wpf_backend_initial_setup_inner .wpf_button { |
| 1574 | padding: 9px; |
| 1575 | display: block; |
| 1576 | text-align: center; |
| 1577 | } |
| 1578 | .wpf_title_wizard { |
| 1579 | color: #272D3C; |
| 1580 | font-family: "Roboto", "Helvetica", "Arial", sans-serif; |
| 1581 | font-size: 18px; |
| 1582 | font-style: normal; |
| 1583 | font-weight: 500; |
| 1584 | line-height: normal; |
| 1585 | text-align: center; |
| 1586 | } |
| 1587 | .supg-btn { |
| 1588 | text-decoration: none; |
| 1589 | color: #272D3C !important; |
| 1590 | width: 100%; |
| 1591 | border: 1.5px solid #A4ABC5; |
| 1592 | cursor: pointer; |
| 1593 | height: 45px; |
| 1594 | display: flex; |
| 1595 | font-size: 14px; |
| 1596 | align-items: center; |
| 1597 | font-family: Roboto, Helvetica, Arial, sans-serif; |
| 1598 | font-weight: 500; |
| 1599 | border-radius: 5px; |
| 1600 | justify-content: center; |
| 1601 | background-color: transparent; |
| 1602 | } |
| 1603 | .supg-or { |
| 1604 | font-family: "Roboto", "Helvetica", "Arial", sans-serif; |
| 1605 | letter-spacing: 0.01071em; |
| 1606 | color: #a4abc5; |
| 1607 | width: 100%; |
| 1608 | display: block; |
| 1609 | font-size: 14px; |
| 1610 | text-align: center; |
| 1611 | font-weight: 500; |
| 1612 | text-transform: uppercase; |
| 1613 | margin: 20px 0 12px 0; |
| 1614 | } |
| 1615 | .supg-or span { |
| 1616 | position: relative; |
| 1617 | } |
| 1618 | .supg-or span:before, |
| 1619 | .supg-or span:after { |
| 1620 | content: ""; |
| 1621 | position: absolute; |
| 1622 | height: 7px; |
| 1623 | border-bottom: 1px solid #A4ABC5; |
| 1624 | top: 0; |
| 1625 | width: 1000%; |
| 1626 | max-width: 190px; |
| 1627 | } |
| 1628 | .supg-or span:before { |
| 1629 | right: 100%; |
| 1630 | margin-right: 15px; |
| 1631 | } |
| 1632 | .supg-or span:after { |
| 1633 | left: 100%; |
| 1634 | margin-left: 15px; |
| 1635 | } |
| 1636 | p.wpf_tcpp { |
| 1637 | display: block; |
| 1638 | text-align: center; |
| 1639 | margin-top: -5px; |
| 1640 | } |
| 1641 | p.wpf_tcpp, p.wpf_tcpp a { |
| 1642 | color: #272D3C !important; |
| 1643 | font-family: Roboto; |
| 1644 | font-size: 14px; |
| 1645 | font-style: normal; |
| 1646 | font-weight: 400; |
| 1647 | line-height: normal; |
| 1648 | } |
| 1649 | p.wpf_tcpp a { |
| 1650 | color: #279AF1 !important; |
| 1651 | } |
| 1652 | .wpf_backend_initial_setup .wpfeedback_licence_key_field input { |
| 1653 | padding: 10px; |
| 1654 | } |
| 1655 | .wpf_backend_initial_setup_inner .wpf_title { |
| 1656 | font-size: 17px; |
| 1657 | margin-top: 25px; |
| 1658 | margin-bottom: 5px; |
| 1659 | } |
| 1660 | .wpf_collaborator_setting_toggle { |
| 1661 | display: flex; |
| 1662 | justify-content: space-around; |
| 1663 | font-size: 14px; |
| 1664 | position: relative; |
| 1665 | font-weight: 500; |
| 1666 | color: #A4ABC5; |
| 1667 | border-bottom: 1px solid #ECF3F9; |
| 1668 | padding-bottom: 10px; |
| 1669 | padding-top: 10px; |
| 1670 | } |
| 1671 | label.wpf_switch_collaborator_setting_toggle .wpf_switch_slider.wpf_switch_round { |
| 1672 | width: 53px; |
| 1673 | height: 27px; |
| 1674 | margin: auto; |
| 1675 | left: -25px; |
| 1676 | background-color: #7c6df4; |
| 1677 | top: -5px; |
| 1678 | } |
| 1679 | span.wpf_toggle_left { |
| 1680 | margin-right: 20px; |
| 1681 | } |
| 1682 | span.wpf_toggle_right { |
| 1683 | margin-left: 20px; |
| 1684 | } |
| 1685 | label.wpf_text_label { |
| 1686 | display: block; |
| 1687 | font-weight: 500; |
| 1688 | } |
| 1689 | |
| 1690 | .wpf_collaborator_name, .wpf_collaborator_email { |
| 1691 | width: 100%; |
| 1692 | font-size: 14px; |
| 1693 | height: 36px; |
| 1694 | } |
| 1695 | p.wpf_wizard_note { |
| 1696 | color: #A4ABC5; |
| 1697 | } |
| 1698 | label.wpf_text_label span, p.wpf_wizard_note span { |
| 1699 | color: #E72D67; |
| 1700 | } |
| 1701 | select.wp_feedback_filter_admin_user { |
| 1702 | height: 36px; |
| 1703 | width: 100%; |
| 1704 | max-width: 100%; |
| 1705 | } |
| 1706 | .wpf_guest_wrap { |
| 1707 | border: 1px solid #ECF3F9; |
| 1708 | padding: 0 15px; |
| 1709 | border-radius: 5px; |
| 1710 | } |
| 1711 | .wpf_guest_wrap label.wpf_checkbox_label { |
| 1712 | width: calc(100% - 60px); |
| 1713 | padding-right: 10px; |
| 1714 | box-sizing: border-box; |
| 1715 | } |
| 1716 | .wpf_wizard_footer { |
| 1717 | text-align: right; |
| 1718 | } |
| 1719 | .wpf_wizard_skip_btn { |
| 1720 | display: flex; |
| 1721 | justify-content: center; |
| 1722 | align-items: center; |
| 1723 | padding: 10px; |
| 1724 | text-decoration: underline; |
| 1725 | font-size: 14px; |
| 1726 | font-family: 'Roboto', sans-serif; |
| 1727 | font-size: 14px; |
| 1728 | color: #279AF1; |
| 1729 | } |
| 1730 | .wpf_skip_button { |
| 1731 | cursor: pointer; |
| 1732 | } |
| 1733 | btn.wpf_button.wpf_next { |
| 1734 | display: inline-block; |
| 1735 | padding: 15px 35px; |
| 1736 | margin-left: 25px; |
| 1737 | } |
| 1738 | .wpf_backend_initial_setup_inner iframe { |
| 1739 | width: 100%; |
| 1740 | max-width: 100%; |
| 1741 | border-radius: 5px; |
| 1742 | overflow: hidden; |
| 1743 | box-shadow: 0em 0em 1em 0em rgb(0 0 0 / 20%); |
| 1744 | } |
| 1745 | .wpf_wizard_video { |
| 1746 | border-radius: 5px; |
| 1747 | overflow: hidden; |
| 1748 | box-shadow: 0em 0em 1em 0em rgb(0 0 0 / 20%); |
| 1749 | } |
| 1750 | .wpf_wizard_dual_btns { |
| 1751 | margin-top: 25px; |
| 1752 | display: flex; |
| 1753 | justify-content: space-between; |
| 1754 | } |
| 1755 | .wpf_wizard_dual_btns btn { |
| 1756 | width: 44%; |
| 1757 | } |
| 1758 | btn.wpf_button.wpf_button_sec { |
| 1759 | border: 1px solid #8791B2; |
| 1760 | background-color: #fff !important; |
| 1761 | } |
| 1762 | btn.wpf_button.wpf_button_sec:hover { |
| 1763 | background-color: #ecf3f9 !important; |
| 1764 | } |
| 1765 | .wpf_skip_wizard { |
| 1766 | display: block; |
| 1767 | text-align: center; |
| 1768 | margin: 25px; |
| 1769 | } |
| 1770 | .wpf_skip_wizard a { |
| 1771 | color: #8d9ba9; |
| 1772 | } |
| 1773 | .wpfeedback_image-preview-wrapper img{ |
| 1774 | width: 100%; |
| 1775 | height: 100%; |
| 1776 | } |
| 1777 | |
| 1778 | span#wpf_back_report_sent_span, span#wpf_restore_orphan_tasks_span, span#wpf_no_orphan_tasks_span { |
| 1779 | position: absolute; |
| 1780 | bottom: -3px; |
| 1781 | right: -5px; |
| 1782 | z-index: 100; |
| 1783 | color: #fff; |
| 1784 | font-size: 12px; |
| 1785 | font-weight: 700; |
| 1786 | letter-spacing: 0.015em; |
| 1787 | background-color: #3ed696; |
| 1788 | padding: 10px 35px 10px 10px !important; |
| 1789 | border: 1px solid #ECF3F9; |
| 1790 | border-radius: 5px; |
| 1791 | line-height: 1.3; |
| 1792 | width: 100%; |
| 1793 | max-width: 220px; |
| 1794 | -webkit-transition: all 0.2s ease-out; |
| 1795 | -moz-transition: all 0.2s ease-out; |
| 1796 | -ms-transition: all 0.2s ease-out; |
| 1797 | -o-transition: all 0.2s ease-out; |
| 1798 | transition: all 0.2s ease-out; |
| 1799 | } |
| 1800 | |
| 1801 | #wpf_form input#wpf_uploadfile { |
| 1802 | opacity: 0; |
| 1803 | position: absolute; |
| 1804 | height: auto; |
| 1805 | display: inline-block; |
| 1806 | max-width: 50px; |
| 1807 | z-index: 10003; |
| 1808 | margin-left: -22px; |
| 1809 | padding: 5px; |
| 1810 | |
| 1811 | } |
| 1812 | a.wpf_upload_button.wpf_button { |
| 1813 | margin-top: 5px; |
| 1814 | padding: 10px 0px; |
| 1815 | margin-right: 10px !important; |
| 1816 | background-color: transparent!important; |
| 1817 | color: #363d4d !important; |
| 1818 | float: right; |
| 1819 | cursor: pointer !important; |
| 1820 | } |
| 1821 | #wpf_upload_error, #wpf_error,#wpf_error_page { |
| 1822 | color: #272D3C; |
| 1823 | font-weight: bold; |
| 1824 | } |
| 1825 | .wpf_support_name, .wpf_support_email { |
| 1826 | width: 48%; |
| 1827 | padding: 10px 3px; |
| 1828 | vertical-align: top; |
| 1829 | display: inline-block; |
| 1830 | } |
| 1831 | /*div#wpf_launcher .ui-draggable-dragging { |
| 1832 | width: auto; |
| 1833 | }*/ |
| 1834 | |
| 1835 | ul#wpf_message_list li .task_text { |
| 1836 | color: #272d3c; |
| 1837 | font-size: 14px; |
| 1838 | font-weight: 400; |
| 1839 | font-family: 'Roboto', sans-serif; |
| 1840 | margin-bottom: 10px; |
| 1841 | white-space: pre-wrap; |
| 1842 | cursor: auto; |
| 1843 | line-height: 1.4 !important; |
| 1844 | } |
| 1845 | ul#wpf_message_list li .task_text p { |
| 1846 | margin: 5px 0 10px 0 !important; |
| 1847 | font-size: 14px !important; |
| 1848 | font-weight: 400; |
| 1849 | line-height: 1.4 !important; |
| 1850 | } |
| 1851 | ul#wpf_message_list li .task_text br { |
| 1852 | display: none; |
| 1853 | } |
| 1854 | ul#wpf_message_list li .task_text figure { |
| 1855 | margin: 0 !important; |
| 1856 | } |
| 1857 | ul#wpf_message_list li .task_text img { |
| 1858 | max-width: 100% !important; |
| 1859 | } |
| 1860 | .wpf_globals_container { |
| 1861 | margin-top: 15px; |
| 1862 | } |
| 1863 | .wpf_gsettings_text { |
| 1864 | width: 60%; |
| 1865 | display: inline-block; |
| 1866 | } |
| 1867 | .wpf_gsettings_toggle { |
| 1868 | width: 34%; |
| 1869 | display: inline-block; |
| 1870 | vertical-align: top; |
| 1871 | margin-right: 10px; |
| 1872 | text-align: center; |
| 1873 | border: 1px solid #dddddd; |
| 1874 | padding: 15px 0; |
| 1875 | border-radius: 5px; |
| 1876 | } |
| 1877 | .wpf_gsettings_toggle i { |
| 1878 | color: #272D3C; |
| 1879 | opacity: 0.5; |
| 1880 | font-size: 20px; |
| 1881 | margin: 4px; |
| 1882 | } |
| 1883 | |
| 1884 | |
| 1885 | /*===== HEBREW BACKEND===========*/ |
| 1886 | |
| 1887 | .rtl .wpf_report_trigger a:nth-child(1) |
| 1888 | { |
| 1889 | margin-right: 0; |
| 1890 | margin-left: 2%; |
| 1891 | } |
| 1892 | .rtl a.wpf_comment_mode_general_task |
| 1893 | { |
| 1894 | margin-left: 10px; |
| 1895 | } |
| 1896 | .rtl .wpf_logo, .rtl a.wpf_general_comment_btn |
| 1897 | , .rtl .wpf_report_buttons |
| 1898 | { |
| 1899 | float: left; |
| 1900 | } |
| 1901 | .rtl .wpf_section_title |
| 1902 | { |
| 1903 | font-family: Roboto,sans-serif; |
| 1904 | } |
| 1905 | .rtl .wpf_task_num_top |
| 1906 | { |
| 1907 | margin-right: 0; |
| 1908 | margin-left: 10px; |
| 1909 | } |
| 1910 | |
| 1911 | .rtl .wpf_support_col_left |
| 1912 | { |
| 1913 | text-align: right; |
| 1914 | } |
| 1915 | .rtl .wpf_button.wpf_next |
| 1916 | { |
| 1917 | margin-left: 0; |
| 1918 | margin-right: 25px; |
| 1919 | } |
| 1920 | .rtl .wpf_task_details_top span, .rtl #wpf_message_list level span { |
| 1921 | display: inline-block; |
| 1922 | } |
| 1923 | .rtl .wpf_filter_col input[type="checkbox"]:checked + label:after, .rtl ul.wp_feedback_filter_checkbox.user input[type="checkbox"]:checked + label:after, .rtl div#wpf_wizard_notifications input:checked + label:after, .rtl div#wpf_task_visibility input[type="checkbox"]:checked + label:after { |
| 1924 | right: 10px; |
| 1925 | top: 2px; |
| 1926 | } |
| 1927 | .rtl .wpf_task_num_top .gg-check { |
| 1928 | margin-right: 4px; |
| 1929 | } |
| 1930 | .rtl p.form-submit.chat_button { |
| 1931 | float: left; |
| 1932 | margin-left: 0; |
| 1933 | } |
| 1934 | .rtl a.wpf_upload_button.wpf_button { |
| 1935 | margin-right: -5px !important; |
| 1936 | margin-left: 5px; |
| 1937 | } |
| 1938 | .rtl a.wpf_upload_button.wpf_button i.gg-attachment { |
| 1939 | margin-right: 18px; |
| 1940 | } |
| 1941 | .rtl .wpf_attributes_col a.wpf_button i.gg-external { |
| 1942 | margin-left: 5px; |
| 1943 | } |
| 1944 | .rtl a#wpf_add_general_task { |
| 1945 | padding: 7px 5px 5px 10px; |
| 1946 | margin-left: 10px; |
| 1947 | } |
| 1948 | .rtl .wpf_chat_col { |
| 1949 | border-left: 1px solid #ECF3F9; |
| 1950 | } |
| 1951 | .rtl button.wpf_tag_submit_btn { |
| 1952 | left: 15px !important; |
| 1953 | right: auto !important; |
| 1954 | } |
| 1955 | .rtl div#wpf_task_screenshot_tab { |
| 1956 | margin-right: 10px; |
| 1957 | } |
| 1958 | .rtl .wpf_task_meta { |
| 1959 | left: 25px; |
| 1960 | right: auto !important; |
| 1961 | text-align: left; |
| 1962 | } |
| 1963 | .rtl .wpf_tasks-list .wpf_task_meta_icon { |
| 1964 | padding: 32px 0px 32px 25px !important; |
| 1965 | } |
| 1966 | .rtl .wpf_task_meta:hover, .rtl .wpf_task_meta.wpf_active { |
| 1967 | left: 5px; |
| 1968 | text-align: left; |
| 1969 | } |
| 1970 | .rtl .wpf_graphics_new i.gg-math-plus:before { |
| 1971 | margin-right: -12px; |
| 1972 | } |
| 1973 | /*========wpf translation adaptations =========*/ |
| 1974 | .wpf_chat_top { |
| 1975 | width: 100%; |
| 1976 | } |
| 1977 | .wpf_tasks_col .wpf_title:lang(nl), .wpf_tasks_col .wpf_title:lang(cs) { |
| 1978 | padding: 15px 5px; |
| 1979 | font-size: 14px; |
| 1980 | } |
| 1981 | a.wpf_general_comment_btn i.fas.fa-plus-square:lang(fr) { |
| 1982 | display: none; |
| 1983 | } |
| 1984 | |
| 1985 | a.wpf_general_comment_btn:lang(fr),a.wpf_general_comment_btn:lang(cs) { |
| 1986 | font-size: 12px; |
| 1987 | } |
| 1988 | a.wpf_general_comment_btn:lang(de), a.wpf_general_comment_btn:lang(es), a.wpf_general_comment_btn:lang(it) { |
| 1989 | display: block; |
| 1990 | float: none; |
| 1991 | margin-top: -10px; |
| 1992 | } |
| 1993 | @media (max-width: 660px) { |
| 1994 | .wpf_report_buttons:lang(de) { |
| 1995 | display: block; |
| 1996 | float: none; |
| 1997 | margin-top: 15px; |
| 1998 | } |
| 1999 | } |
| 2000 | @media (max-width: 515px) { |
| 2001 | .wpf_report_buttons a:lang(de), .wpf_report_buttons a:lang(fr), .wpf_report_buttons a:lang(nl) { |
| 2002 | display: block; |
| 2003 | margin-bottom: 5px; |
| 2004 | } |
| 2005 | } |
| 2006 | /* ------------ MOBILE ------------ */ |
| 2007 | |
| 2008 | @media (max-width: 1050px) { |
| 2009 | .wpf_tabs_container button { |
| 2010 | padding: 8px !important; |
| 2011 | } |
| 2012 | } |
| 2013 | @media (max-width: 767px) { |
| 2014 | .wpf_logo { |
| 2015 | float: none; |
| 2016 | text-align: center; |
| 2017 | width: 100%; |
| 2018 | } |
| 2019 | .wpf_logo img{ |
| 2020 | max-width:250px; |
| 2021 | margin-bottom: 10px; |
| 2022 | } |
| 2023 | .wpf_tabs_container button { |
| 2024 | width: 24%; |
| 2025 | padding: 8px; |
| 2026 | } |
| 2027 | .wpf_support_col_left, .wpf_support_col_right { |
| 2028 | width: 100%; |
| 2029 | } |
| 2030 | .wpf_report_buttons { |
| 2031 | float: none; |
| 2032 | margin-top: 10px; |
| 2033 | zoom: 0.9; |
| 2034 | } |
| 2035 | } |
| 2036 | @media (max-width: 480px) { |
| 2037 | span.wpf_search_box { |
| 2038 | display: block; |
| 2039 | } |
| 2040 | .wpf_report_buttons a:last-child { |
| 2041 | display: none; |
| 2042 | } |
| 2043 | .wpf_section_title { |
| 2044 | text-align: center !important; |
| 2045 | } |
| 2046 | .wpf_report_buttons { |
| 2047 | display: block; |
| 2048 | float: none !important; |
| 2049 | margin-top: 15px; |
| 2050 | } |
| 2051 | .wpf_filter_col.wpf_gen_col { |
| 2052 | max-height: 25vh; |
| 2053 | } |
| 2054 | input#wp_feedback_filter_btn { |
| 2055 | width: 100%; |
| 2056 | } |
| 2057 | div#wpf_task_details { |
| 2058 | min-width: auto; |
| 2059 | } |
| 2060 | } |
| 2061 | /*========wpf login form=========*/ |
| 2062 | #wpf_login_container { |
| 2063 | position: fixed; |
| 2064 | z-index: 199999; |
| 2065 | top: 0; |
| 2066 | left: 0; |
| 2067 | width: 100%; |
| 2068 | height: 100%; |
| 2069 | overflow: auto; |
| 2070 | background-color: rgba(255, 255, 255, 0.85); |
| 2071 | } |
| 2072 | #wpf_login_container .wpf_wizard_modal { |
| 2073 | width: 350px; |
| 2074 | max-width: 88%; |
| 2075 | margin: auto; |
| 2076 | margin-top: 5%; |
| 2077 | box-shadow: 0em 0em 3em 0em rgba(0,0,0,0.13); |
| 2078 | padding: 15px; |
| 2079 | border-radius: 5px; |
| 2080 | border: 1px solid #ECF3F9; |
| 2081 | background-color: #fff !important; |
| 2082 | text-align: center; |
| 2083 | font-family: Roboto, sans-serif; |
| 2084 | font-size: 14px; |
| 2085 | } |
| 2086 | img#wpfeedback_image-preview { |
| 2087 | margin-bottom: 8px; |
| 2088 | } |
| 2089 | #wpf_login_container #login_form_content .wpf_submit_button { |
| 2090 | background-color: var(--main-wpf-color) !important; |
| 2091 | color: #ffffff !important; |
| 2092 | margin: 5px 0 0 0; |
| 2093 | border-radius: 5px; |
| 2094 | width: 100%; |
| 2095 | padding: 15px !important; |
| 2096 | font-size: 16px; |
| 2097 | font-family: 'Roboto', sans-serif; |
| 2098 | border: none !important; |
| 2099 | box-shadow: none !important; |
| 2100 | font-weight: 700 !important; |
| 2101 | cursor: pointer; |
| 2102 | } |
| 2103 | #wpf_login_container a.wpf_login_close { |
| 2104 | font-size: 30px; |
| 2105 | margin-top: -5px; |
| 2106 | color: #F5325C; |
| 2107 | float: right; |
| 2108 | font-weight: 700; |
| 2109 | line-height: 1; |
| 2110 | text-shadow: 0 1px 0 #fff; |
| 2111 | opacity: .5; |
| 2112 | text-decoration: none; |
| 2113 | } |
| 2114 | #wpf_login_container a.wpf_skip.wpf_login_close { |
| 2115 | float: initial; |
| 2116 | font-size: 14px; |
| 2117 | } |
| 2118 | form#wpf_login input#username, form#wpf_login input#password { |
| 2119 | padding: 25px !important; |
| 2120 | border-radius: 5px; |
| 2121 | margin-bottom: 10px; |
| 2122 | width: 100% !important; |
| 2123 | } |
| 2124 | form#wpf_login p.wpf_status { |
| 2125 | color: red; |
| 2126 | margin-top: 10px; |
| 2127 | } |
| 2128 | div#wpf_tasks_overlay { |
| 2129 | position: absolute; |
| 2130 | width: 100%; |
| 2131 | background-color: rgba(255, 255, 255, 0.95); |
| 2132 | height: 100%; |
| 2133 | left: 0; |
| 2134 | padding-top: 5%; |
| 2135 | font-size: 30px; |
| 2136 | color: #272D3C; |
| 2137 | font-weight: 700; |
| 2138 | text-decoration: none; |
| 2139 | font-family: 'Roboto', sans-serif; |
| 2140 | z-index: 10; |
| 2141 | } |
| 2142 | .wpf_welcome_wrap { |
| 2143 | box-shadow: 0em 0em 3em 0em rgba(0,0,0,0.13); |
| 2144 | padding: 45px; |
| 2145 | border-radius: 10px; |
| 2146 | border: 1px solid #ECF3F9; |
| 2147 | background-color: #fff !important; |
| 2148 | width: 100%; |
| 2149 | max-width: 400px; |
| 2150 | margin: auto; |
| 2151 | text-align: center; |
| 2152 | } |
| 2153 | .wpf_welcome_title { |
| 2154 | margin-bottom: 10px; |
| 2155 | line-height: 0.9; |
| 2156 | } |
| 2157 | .wpf_welcome_note { |
| 2158 | font-size: 60%; |
| 2159 | line-height: 1.1; |
| 2160 | } |
| 2161 | .wpf_welcome_note u { |
| 2162 | cursor: pointer; |
| 2163 | } |
| 2164 | .wpf_welcome_image img { |
| 2165 | display: block; |
| 2166 | width: 100%; |
| 2167 | } |
| 2168 | .wpf_welcome_image img { |
| 2169 | width: 100%; |
| 2170 | } |
| 2171 | .wpf_video { |
| 2172 | top: 0; |
| 2173 | left: 0; |
| 2174 | width: 100%; |
| 2175 | height: 100%; |
| 2176 | } |
| 2177 | /*=========Graphics Tab=========*/ |
| 2178 | .wpfeedback_graphics_file .button { |
| 2179 | width: auto; |
| 2180 | color: #fff; |
| 2181 | background-color: #272D3C; |
| 2182 | border-radius: 5px; |
| 2183 | font-family: 'Roboto', sans-serif; |
| 2184 | font-weight: 700; |
| 2185 | margin-top: 10px; |
| 2186 | cursor: pointer; |
| 2187 | -webkit-transition: all 0.2s ease-in; |
| 2188 | -moz-transition: all 0.2s ease-in; |
| 2189 | -ms-transition: all 0.2s ease-in; |
| 2190 | -o-transition: all 0.2s ease-in; |
| 2191 | transition: all 0.2s ease-in; |
| 2192 | height: auto; |
| 2193 | } |
| 2194 | |
| 2195 | #wpf_graphics input#wpf_save_setting { |
| 2196 | width: auto; |
| 2197 | } |
| 2198 | .theme-browser .theme .theme-name { |
| 2199 | box-sizing: unset !important; |
| 2200 | } |
| 2201 | |
| 2202 | #wpf_tabs_container a.wpf_tab_item { |
| 2203 | text-decoration: none; |
| 2204 | } |
| 2205 | |
| 2206 | .themes h2.theme-name { |
| 2207 | box-sizing: unset !important; |
| 2208 | } |
| 2209 | #fusionredux-form-wrapper *, ::after, ::before { |
| 2210 | box-sizing: unset; |
| 2211 | } |
| 2212 | |
| 2213 | .settings_page_updraftplus .ui-dialog .ui-dialog-buttonpane button,.plugins-php .ui-dialog .ui-dialog-buttonpane button{ |
| 2214 | padding: .4em 1em; |
| 2215 | border: 1px solid #CCC; |
| 2216 | background: #f6f6f6; |
| 2217 | font-weight: normal; |
| 2218 | color: #2b2b2b; |
| 2219 | } |
| 2220 | .ui-corner-all button.ui-dialog-titlebar-close:after,.settings_page_updraftplus button.ui-dialog-titlebar-close:after,.plugins-php button.ui-dialog-titlebar-close:after { |
| 2221 | content: "X"; |
| 2222 | } |
| 2223 | .ui-corner-all.ui-dialog .ui-dialog-content { |
| 2224 | width: 100% !important; |
| 2225 | } |
| 2226 | .ui-draggable .ui-dialog-titlebar{height: auto !important;} |
| 2227 | |
| 2228 | #redux-sticky *, ::after, ::before { |
| 2229 | box-sizing: unset; |
| 2230 | } |
| 2231 | #uc_list_items i.fa.fa-cloud-download { |
| 2232 | font: normal normal normal 14px/1 FontAwesome !important; |
| 2233 | } |
| 2234 | /*====Toggle Switch====*/ |
| 2235 | .wpf_switch { |
| 2236 | position: relative; |
| 2237 | display: inline-block; |
| 2238 | width: 53px; |
| 2239 | height: 27px; |
| 2240 | margin-top: -5px; |
| 2241 | } |
| 2242 | |
| 2243 | .wpf_switch input { |
| 2244 | opacity: 0 !important; |
| 2245 | width: 0; |
| 2246 | height: 0; |
| 2247 | } |
| 2248 | |
| 2249 | .wpf_switch_slider { |
| 2250 | position: absolute; |
| 2251 | cursor: pointer; |
| 2252 | top: 0; |
| 2253 | left: 0; |
| 2254 | right: 0; |
| 2255 | bottom: 0; |
| 2256 | background-color: #ccc; |
| 2257 | -webkit-transition: .4s; |
| 2258 | transition: .4s; |
| 2259 | } |
| 2260 | |
| 2261 | .wpf_switch_slider:before { |
| 2262 | position: absolute; |
| 2263 | content: ""; |
| 2264 | height: 21px; |
| 2265 | width: 21px; |
| 2266 | left: 3px; |
| 2267 | bottom: 3px; |
| 2268 | background-color: white; |
| 2269 | -webkit-transition: .4s; |
| 2270 | transition: .4s; |
| 2271 | } |
| 2272 | |
| 2273 | input:checked + .wpf_switch_slider { |
| 2274 | background-color: #7c6df4; |
| 2275 | } |
| 2276 | |
| 2277 | input:focus + .wpf_switch_slider { |
| 2278 | box-shadow: 0 0 1px #e3ebf6; |
| 2279 | } |
| 2280 | |
| 2281 | input:checked + .wpf_switch_slider:before { |
| 2282 | -webkit-transform: translateX(26px); |
| 2283 | -ms-transform: translateX(26px); |
| 2284 | transform: translateX(26px); |
| 2285 | } |
| 2286 | |
| 2287 | /* Rounded sliders */ |
| 2288 | .wpf_switch_slider.wpf_switch_round { |
| 2289 | border-radius: 34px; |
| 2290 | } |
| 2291 | |
| 2292 | .wpf_switch_slider.wpf_switch_round:before { |
| 2293 | border-radius: 50%; |
| 2294 | } |
| 2295 | div#wpf_global_settings_overlay { |
| 2296 | position: absolute; |
| 2297 | width: calc(100% + 20px); |
| 2298 | background-color: rgba(255, 255, 255, 0.95); |
| 2299 | height: 100%; |
| 2300 | left: -20px; |
| 2301 | padding-top: 5%; |
| 2302 | font-size: 30px; |
| 2303 | color: #272D3C; |
| 2304 | font-weight: 700; |
| 2305 | text-decoration: none; |
| 2306 | font-family: 'Roboto', sans-serif; |
| 2307 | z-index: 10; |
| 2308 | } |
| 2309 | |
| 2310 | .wpf_task_label .wpf_pending-review,.wpf_task_label .wpf_medium{ |
| 2311 | background-color: rgb(248, 202, 94); |
| 2312 | } |
| 2313 | .wpf_task_label .wpf_high,.wpf_task_label .wpf_in-progress{ |
| 2314 | background-color: rgb(230, 121, 26); |
| 2315 | } |
| 2316 | .wpf_task_label .wpf_complete,.wpf_task_label .wpf_low{ |
| 2317 | background-color: rgb(93, 161, 112); |
| 2318 | } |
| 2319 | .wpf_task_label .wpf_open,.wpf_task_label .wpf_critical { |
| 2320 | background-color: rgb(222, 0, 0); |
| 2321 | } |
| 2322 | span.wpf_tag_name a { |
| 2323 | margin-left: 5px; |
| 2324 | color: var(--main-wpf-color) !important; |
| 2325 | line-height: 0px !important; |
| 2326 | } |
| 2327 | #wpf_tasks span.wpf_tag_name { |
| 2328 | display: inline-flex; |
| 2329 | background: #e2e4e7; |
| 2330 | transition: all .2s cubic-bezier(.4,1,.4,1); |
| 2331 | margin-right: 5px; |
| 2332 | border-radius: 12px; |
| 2333 | padding: 5px 8px; |
| 2334 | font-size: 14px; |
| 2335 | margin-bottom: 5px; |
| 2336 | } |
| 2337 | input.wpf_tag { |
| 2338 | padding: initial; |
| 2339 | width: 100%; |
| 2340 | margin-bottom: 5px; |
| 2341 | } |
| 2342 | |
| 2343 | /*=============For tag auto-completed css===============*/ |
| 2344 | /*the container must be positioned relative:*/ |
| 2345 | .wpf_tag_autocomplete { |
| 2346 | position: relative; |
| 2347 | display: block; |
| 2348 | margin-top: 0 !important; |
| 2349 | } |
| 2350 | .wpf_task_tags { |
| 2351 | margin-bottom: 10px; |
| 2352 | } |
| 2353 | input#wpf_tags { |
| 2354 | margin-top: 3px !important; |
| 2355 | margin-bottom: 5px; |
| 2356 | } |
| 2357 | .wpf_tag_autocomplete-items { |
| 2358 | z-index: 199998 !important; |
| 2359 | top: 48px !important; |
| 2360 | left: 1px; |
| 2361 | width: calc(100% - 2px) !important; |
| 2362 | margin-top: -9px; |
| 2363 | max-height: 125px !important; |
| 2364 | overflow: auto; |
| 2365 | } |
| 2366 | |
| 2367 | .wpf_tag_autocomplete-items div { |
| 2368 | padding: 5px 10px 5px 10px; |
| 2369 | cursor: pointer; |
| 2370 | border-bottom: 1px solid #d4d4d4; |
| 2371 | } |
| 2372 | |
| 2373 | /*when hovering an item:*/ |
| 2374 | .wpf_tag_autocomplete-items div:hover { |
| 2375 | background-color: #e9e9e9; |
| 2376 | } |
| 2377 | |
| 2378 | /*when navigating through the items using the arrow keys:*/ |
| 2379 | .wpf_tag_autocomplete-active { |
| 2380 | background-color: var(--main-wpf-color) !important; |
| 2381 | color: #ffffff; |
| 2382 | } |
| 2383 | #wpf_tasks .wpf_tag_autocomplete button { |
| 2384 | position: absolute; |
| 2385 | right: 5px; |
| 2386 | top: 0; |
| 2387 | bottom: 0; |
| 2388 | width: 24px; |
| 2389 | margin-top: 3px !important; |
| 2390 | margin-bottom: 0px; |
| 2391 | height: 24px; |
| 2392 | background-color: transparent; |
| 2393 | opacity: 0.9; |
| 2394 | cursor: pointer; |
| 2395 | border: 0px; |
| 2396 | padding: 12px 5px !important; |
| 2397 | } |
| 2398 | #wpf_tasks button.wpf_tag_submit_btn img { |
| 2399 | width: 100%; |
| 2400 | } |
| 2401 | #wpf_tasks .wpf_tag_autocomplete button i { |
| 2402 | vertical-align: top; |
| 2403 | position: absolute; |
| 2404 | top: 10px; |
| 2405 | right: 10px; |
| 2406 | } |
| 2407 | #wpf_tasks button.wpf_tag_submit_btn:hover,#wpf_tasks button.wpf_tag_submit_btn:focus { |
| 2408 | background: transparent; |
| 2409 | } |
| 2410 | #wpf_tasks .wpf_tag_autocomplete button:focus { |
| 2411 | outline: none !important; |
| 2412 | } |
| 2413 | /*-------------Start CSS for conflict with CiviCRM Plugin-------------*/ |
| 2414 | .ui-dialog-content.crm-ajax-container{ |
| 2415 | max-width: unset !important; |
| 2416 | pointer-events: auto; |
| 2417 | } |
| 2418 | /*-------------END with CiviCRM Plugin-------------*/ |
| 2419 | /* ------------ Confirmation Dialog Box ------------ */ |
| 2420 | |
| 2421 | .wpf_confirm_dialog_overlay { |
| 2422 | position: absolute; |
| 2423 | top: 0; |
| 2424 | left: 0; |
| 2425 | right: 0; |
| 2426 | bottom: 0; |
| 2427 | background-color: rgba(0, 0, 0, 0.50); |
| 2428 | z-index: 999999 |
| 2429 | } |
| 2430 | .wpf_confirm_dialog_overlay .wpf_confirm_dialog { |
| 2431 | width: 400px; |
| 2432 | margin: auto; |
| 2433 | margin-top: 10%; |
| 2434 | background-color: #fff; |
| 2435 | box-shadow: 0 0 20px rgba(0,0,0,.2); |
| 2436 | border-radius: 3px; |
| 2437 | overflow: hidden |
| 2438 | } |
| 2439 | .wpf_confirm_dialog_overlay .wpf_confirm_dialog header { |
| 2440 | padding: 10px 8px; |
| 2441 | background-color: #f6f7f9; |
| 2442 | border-bottom: 1px solid #e5e5e5 |
| 2443 | } |
| 2444 | .wpf_confirm_dialog_overlay .wpf_confirm_dialog header h3 { |
| 2445 | font-size: 16px; |
| 2446 | margin: 0; |
| 2447 | color: #272D3C; |
| 2448 | display: inline-block; |
| 2449 | font-weight: 700; |
| 2450 | } |
| 2451 | .wpf_confirm_dialog_overlay .wpf_confirm_dialog header .fa-close { |
| 2452 | float: right; |
| 2453 | color: #c4c5c7; |
| 2454 | cursor: pointer; |
| 2455 | transition: all .5s ease; |
| 2456 | padding: 0 2px; |
| 2457 | border-radius: 1px |
| 2458 | } |
| 2459 | .wpf_confirm_dialog_overlay .wpf_confirm_dialog header .fa-close:hover { |
| 2460 | color: #b9b9b9 |
| 2461 | } |
| 2462 | .wpf_confirm_dialog_overlay .wpf_confirm_dialog header .fa-close:active { |
| 2463 | box-shadow: 0 0 5px #673AB7; |
| 2464 | color: #a2a2a2 |
| 2465 | } |
| 2466 | .wpf_confirm_dialog_overlay .wpf_confirm_dialog .wpf_confirm_dialog_msg { |
| 2467 | padding: 12px 10px |
| 2468 | } |
| 2469 | .wpf_confirm_dialog_overlay .wpf_confirm_dialog .wpf_confirm_dialog_msg p{ |
| 2470 | margin: 0; |
| 2471 | font-size: 15px; |
| 2472 | color: #333 |
| 2473 | } |
| 2474 | .wpf_confirm_dialog_overlay .wpf_confirm_dialog footer { |
| 2475 | border-top: 1px solid #e5e5e5; |
| 2476 | padding: 8px 10px |
| 2477 | } |
| 2478 | .wpf_confirm_dialog_overlay .wpf_confirm_dialog footer .wpf_confirm_dialog_controls { |
| 2479 | direction: rtl |
| 2480 | } |
| 2481 | .wpf_confirm_dialog_overlay .wpf_confirm_dialog footer .wpf_confirm_dialog_controls .button { |
| 2482 | padding: 5px 15px; |
| 2483 | border-radius: 3px |
| 2484 | } |
| 2485 | |
| 2486 | button.wpf_confirm_yes { |
| 2487 | color: #fff; |
| 2488 | background-color: var(--main-wpf-color); |
| 2489 | border-radius: 5px; |
| 2490 | font-size: 14px; |
| 2491 | font-family: 'Roboto', sans-serif; |
| 2492 | font-weight: 700; |
| 2493 | cursor: pointer; |
| 2494 | padding: 10px 15px; |
| 2495 | border: none; |
| 2496 | -webkit-transition: all 0.2s ease-in; |
| 2497 | -moz-transition: all 0.2s ease-in; |
| 2498 | -ms-transition: all 0.2s ease-in; |
| 2499 | -o-transition: all 0.2s ease-in; |
| 2500 | transition: all 0.2s ease-in; |
| 2501 | } |
| 2502 | button.wpf_confirm_cancle { |
| 2503 | color: var(--main-wpf-color); |
| 2504 | background-color: #fff; |
| 2505 | border-radius: 5px; |
| 2506 | font-size: 14px; |
| 2507 | font-family: 'Roboto', sans-serif; |
| 2508 | font-weight: 700; |
| 2509 | cursor: pointer; |
| 2510 | padding: 10px 15px; |
| 2511 | border: 1px solid; |
| 2512 | -webkit-transition: all 0.2s ease-in; |
| 2513 | -moz-transition: all 0.2s ease-in; |
| 2514 | -ms-transition: all 0.2s ease-in; |
| 2515 | -o-transition: all 0.2s ease-in; |
| 2516 | transition: all 0.2s ease-in; |
| 2517 | } |
| 2518 | button.wpf_confirm_cancle, button.wpf_confirm_yes { |
| 2519 | opacity: 0.8; |
| 2520 | } |
| 2521 | /*=========Delete graphics=========*/ |
| 2522 | a.wpf_graphics_delete_btn { |
| 2523 | position: relative; |
| 2524 | z-index: 9; |
| 2525 | float: right; |
| 2526 | margin: 12px 12px; |
| 2527 | color: red; |
| 2528 | font-size: 125%; |
| 2529 | } |
| 2530 | input#wpf_search_title { |
| 2531 | font-family: 'Roboto', sans-serif; |
| 2532 | font-size: 12px; |
| 2533 | width: 100%; |
| 2534 | border-width: inherit; |
| 2535 | margin: 0px; |
| 2536 | height: auto; |
| 2537 | font-weight: 400; |
| 2538 | } |
| 2539 | .wpf_report_buttons input#wpf_search_title { |
| 2540 | width: auto !important; |
| 2541 | } |
| 2542 | span.wpf_search_box { |
| 2543 | font-size: 15px; |
| 2544 | } |
| 2545 | |
| 2546 | div#wpf_task_screenshot_tab { |
| 2547 | width: calc(100% - 20px); |
| 2548 | margin-left: 10px !important; |
| 2549 | margin-bottom: 10px; |
| 2550 | margin-top: 15px; |
| 2551 | } |
| 2552 | img#wpf_task_screenshot { |
| 2553 | height: auto; |
| 2554 | overflow-y: auto; |
| 2555 | text-align: center; |
| 2556 | display: block; |
| 2557 | border-radius: 5px; |
| 2558 | transition: all linear .2s; |
| 2559 | margin-bottom: 0px; |
| 2560 | max-width: 100%; |
| 2561 | border: 1px solid #ECF3F9; |
| 2562 | } |
| 2563 | img#wpf_task_screenshot:hover { |
| 2564 | box-shadow: 0 6px 24px 0 rgba(18,43,70,.12); |
| 2565 | } |
| 2566 | .wpf_view_comments a.wpf_button { |
| 2567 | display: inline-block; |
| 2568 | margin-top: 15px; |
| 2569 | text-decoration: none; |
| 2570 | } |
| 2571 | .wpf_view_comments { |
| 2572 | text-align: center; |
| 2573 | padding-bottom: 15px; |
| 2574 | border-bottom: 1px solid #ECF3F9; |
| 2575 | } |
| 2576 | div#wpf_task_tabs_container { |
| 2577 | display: flex; |
| 2578 | border-top: 1px solid #ECF3F9; |
| 2579 | border-bottom: 1px solid #ECF3F9; |
| 2580 | } |
| 2581 | |
| 2582 | a.wpf_task_tab_item { |
| 2583 | border: none; |
| 2584 | padding: 7px 10px; |
| 2585 | font-size: 12px; |
| 2586 | cursor: pointer; |
| 2587 | text-decoration: none; |
| 2588 | font-family: 'Roboto', sans-serif; |
| 2589 | transition: 0.7s; |
| 2590 | display: inline-flex; |
| 2591 | flex-direction: column; |
| 2592 | text-align: center; |
| 2593 | align-self: stretch; |
| 2594 | flex: 1 1 auto; |
| 2595 | color: #272D3C; |
| 2596 | font-weight: 700; |
| 2597 | } |
| 2598 | a.wpf_task_tab_item.active { |
| 2599 | background-color: #e3ebf6 !important; |
| 2600 | } |
| 2601 | .wpf_task_screenshot_notice { |
| 2602 | font-style: italic; |
| 2603 | font-size: 12px; |
| 2604 | text-align: right; |
| 2605 | line-height: 1.3; |
| 2606 | margin-top: 5px; |
| 2607 | } |
| 2608 | div#wpf_bulk_update_content { |
| 2609 | min-width: 240px; |
| 2610 | display: flex; |
| 2611 | align-items: flex-start; |
| 2612 | align-content: flex-start; |
| 2613 | flex-wrap: wrap; |
| 2614 | } |
| 2615 | |
| 2616 | #wpf_bulk_select_task_checkbox.wpf_active { |
| 2617 | display: inline-block; |
| 2618 | } |
| 2619 | |
| 2620 | #wpf_bulk_select_task_checkbox.wpf_active input#wpf_select_all_task +label { |
| 2621 | font-size: 12px; |
| 2622 | color: #363d4d !important; |
| 2623 | border-radius: 0; |
| 2624 | font-family: 'Roboto', sans-serif; |
| 2625 | border: 0px; |
| 2626 | font-weight: 700; |
| 2627 | margin-right: 0; |
| 2628 | text-transform: none; |
| 2629 | margin-bottom: 0; |
| 2630 | line-height: normal; |
| 2631 | min-width: auto !important; |
| 2632 | } |
| 2633 | #wpf_bulk_select_task_checkbox.wpf_active input#wpf_select_all_task:checked +label{ |
| 2634 | color: #363d4d !important; |
| 2635 | } |
| 2636 | |
| 2637 | /* Sticker style start */ |
| 2638 | |
| 2639 | .wpfb-point { |
| 2640 | overflow: hidden; |
| 2641 | border-radius: 50%; |
| 2642 | border: 4px solid #FFF; |
| 2643 | text-decoration: none; |
| 2644 | font-family: 'Roboto', sans-serif; |
| 2645 | font-weight: 400; |
| 2646 | font-size: 15px; |
| 2647 | box-shadow: 0 1px 3px rgba(0,0,0,.5); |
| 2648 | width: 38px; |
| 2649 | height: 38px; |
| 2650 | box-sizing: border-box; |
| 2651 | vertical-align: middle; |
| 2652 | text-align: center; |
| 2653 | display: flex; |
| 2654 | align-items: center; |
| 2655 | justify-content: center; |
| 2656 | } |
| 2657 | |
| 2658 | a.wpfb-point span.sticker { |
| 2659 | border-radius: 50%; |
| 2660 | position: absolute; |
| 2661 | top: -9px; |
| 2662 | right: -1px; |
| 2663 | width: 12px; |
| 2664 | height: 27px; |
| 2665 | box-shadow: 0px 1px 11px #00000042; |
| 2666 | transform: rotate(-34deg); |
| 2667 | } |
| 2668 | a.wpfb-point:hover { |
| 2669 | opacity: 1 !important; |
| 2670 | } |
| 2671 | |
| 2672 | |
| 2673 | a.wpfb-point.complete .gg-check { |
| 2674 | margin: 0; |
| 2675 | } |
| 2676 | /* END */ |
| 2677 | |
| 2678 | /* sidebar sticker css */ |
| 2679 | |
| 2680 | .open_custom .wpf_task_number , .open_custom .wpf_task_num_top { |
| 2681 | background: #3c424f; |
| 2682 | } |
| 2683 | |
| 2684 | /* END */ |
| 2685 | |
| 2686 | .pending-review_custom .wpf_task_number, |
| 2687 | .wpf_task_num_top.pending-review_custom { |
| 2688 | background: #fcd227 !important; |
| 2689 | position: relative; |
| 2690 | z-index: 0; |
| 2691 | color: rgba(0,0,0,0.9) !important; |
| 2692 | } |
| 2693 | .in-progress_custom .wpf_task_number, |
| 2694 | .wpf_task_num_top.in-progress_custom { |
| 2695 | background: #ffa532 !important; |
| 2696 | position: relative; |
| 2697 | z-index: 0; |
| 2698 | } |
| 2699 | .wpf_task_num_top.complete_custom { |
| 2700 | background: #3ed696 !important; |
| 2701 | position: relative; |
| 2702 | z-index: 0; |
| 2703 | color: rgba(0,0,0,0.9) !important; |
| 2704 | } |
| 2705 | |
| 2706 | |
| 2707 | .wpf_top_badge{ |
| 2708 | border-radius: 50%; |
| 2709 | position: absolute; |
| 2710 | top: -10px; |
| 2711 | right: -1px; |
| 2712 | width: 12px; |
| 2713 | height: 27px; |
| 2714 | box-shadow: 0px 1px 11px #00000042; |
| 2715 | transform: rotate(-44deg); |
| 2716 | border: 0px; |
| 2717 | |
| 2718 | } |
| 2719 | #wpf_task_details .wpf_task_num_top.open_custom span,#wpf_task_details .wpf_task_num_top.open.open_custom span,#wpf_task_details .wpf_task_num_top.in-progress_custom span, #wpf_task_details .wpf_task_num_top.pending-review_custom span ,#wpf_task_details .wpf_task_num_top.complete_custom span{ |
| 2720 | border-radius: 50%; |
| 2721 | position: absolute; |
| 2722 | top: -10px; |
| 2723 | right: -1px; |
| 2724 | width: 16px; |
| 2725 | height: 28px; |
| 2726 | box-shadow: 0px 1px 11px #00000042; |
| 2727 | transform: rotate(-44deg); |
| 2728 | border: 0px; |
| 2729 | |
| 2730 | } |
| 2731 | |
| 2732 | .wpf_task_num_top.complete_custom .gg-check |
| 2733 | { |
| 2734 | margin: 0; |
| 2735 | } |
| 2736 | .wpf_chat_top .wpf_task_num_top { |
| 2737 | opacity: 1; |
| 2738 | } |
| 2739 | |
| 2740 | |
| 2741 | .wpf_sidebar_content .wpf_container .wpf_task_sum { |
| 2742 | width: calc(100% - 50px); |
| 2743 | } |
| 2744 | |
| 2745 | |
| 2746 | .wpf_sidebar_content .wpf_container .wpf_task_number .gg-check { |
| 2747 | margin: 0; |
| 2748 | } |
| 2749 | |
| 2750 | |
| 2751 | .complete .gg-check { |
| 2752 | box-sizing: border-box; |
| 2753 | position: relative; |
| 2754 | transform: scale(var(--ggs,1.5)); |
| 2755 | width: 23px; |
| 2756 | height: 23px; |
| 2757 | border: 2px solid transparent; |
| 2758 | border-radius: 100px; |
| 2759 | display: flex; |
| 2760 | text-align: center; |
| 2761 | justify-content: center; |
| 2762 | align-content: center; |
| 2763 | align-items: center; |
| 2764 | } |
| 2765 | |
| 2766 | |
| 2767 | /* 02/11/2020 */ |
| 2768 | .in-progress .task_status { |
| 2769 | background: #FCD227 !important; |
| 2770 | } |
| 2771 | .complete .task_status { |
| 2772 | background: #3ED696 !important; |
| 2773 | } |
| 2774 | .pending-review .task_status { |
| 2775 | background: #FFA532 !important; |
| 2776 | } |
| 2777 | .open .task_status { |
| 2778 | background: var(--main-wpf-color) !important; |
| 2779 | } |
| 2780 | |
| 2781 | |
| 2782 | |
| 2783 | .low ~ .wpf_task_meta .priority { |
| 2784 | background: #3ED696 !important; |
| 2785 | } |
| 2786 | .medium ~ .wpf_task_meta .priority { |
| 2787 | background: #FCD227 !important; |
| 2788 | } |
| 2789 | .high ~ .wpf_task_meta .priority { |
| 2790 | background: #FFA532 !important; |
| 2791 | } |
| 2792 | .critical ~ .wpf_task_meta .priority { |
| 2793 | background: #FF5A48 !important; |
| 2794 | } |
| 2795 | |
| 2796 | .wpf_task_meta_details i.gg-thermostat { |
| 2797 | transform: scale(var(--ggs,0.65)); |
| 2798 | margin-left: 4px; |
| 2799 | margin-bottom: -4px; |
| 2800 | } |
| 2801 | |
| 2802 | .gg-check::after { |
| 2803 | z-index: 0; |
| 2804 | left: 6px; |
| 2805 | top: 3px; |
| 2806 | transform-origin: center; |
| 2807 | } |
| 2808 | |
| 2809 | a.wpfb-point .gg-check { |
| 2810 | left: 3px; |
| 2811 | top: 4px; |
| 2812 | } |
| 2813 | |
| 2814 | /*Fix boatdealer plugin conflict*/ |
| 2815 | .md-wrap-popupform .tooltip { |
| 2816 | position: relative; |
| 2817 | opacity: 1; |
| 2818 | display: inline-block; |
| 2819 | } |
| 2820 | |
| 2821 | .toplevel_page_wpfeedback_page_tasks .wp-menu-image img { |
| 2822 | padding: 5px 0 0 0 !important; |
| 2823 | opacity: .6; |
| 2824 | width: 18px; |
| 2825 | } |
| 2826 | |
| 2827 | .wpf_settings_sidebar_sticky { |
| 2828 | position: -webkit-sticky; |
| 2829 | position: sticky; |
| 2830 | max-height: 320px; |
| 2831 | border-right: none !important; |
| 2832 | } |
| 2833 | |
| 2834 | @media screen and (max-width: 1190px){ |
| 2835 | .wpf_settings_sidebar_sticky{ |
| 2836 | position: relative !important; |
| 2837 | } |
| 2838 | } |
| 2839 | |
| 2840 | .wpf_upload_image_button.graphics_fields .wpf_field_label { |
| 2841 | margin-top: 20px; |
| 2842 | margin-left: 65px; |
| 2843 | margin-bottom: -35px; |
| 2844 | } |
| 2845 | .wpf_backend_initial_setup label.wpf_checkbox_label { |
| 2846 | display: inline-block !important; |
| 2847 | } |
| 2848 | .wpf_backend_initial_setup label.wpf_checkbox_label:before, .wpf_backend_initial_setup label.wpf_checkbox_label:after { |
| 2849 | display: none !important; |
| 2850 | } |
| 2851 | |
| 2852 | .atarim_notice { |
| 2853 | background-color: #f1b1b1; |
| 2854 | padding: 10px 15px!important; |
| 2855 | border: 1px solid #efefef; |
| 2856 | border-radius: 5px; |
| 2857 | display: block; |
| 2858 | margin: -10px 0 15px -15px; |
| 2859 | } |
| 2860 | /* Admin Notices */ |
| 2861 | .notice.notice-warning.wpf_admin_notice { |
| 2862 | display: -ms-flexbox; |
| 2863 | display: -webkit-flex; |
| 2864 | display: flex; |
| 2865 | -webkit-flex-direction: row; |
| 2866 | -ms-flex-direction: row; |
| 2867 | flex-direction: row; |
| 2868 | -webkit-flex-wrap: nowrap; |
| 2869 | -ms-flex-wrap: nowrap; |
| 2870 | flex-wrap: nowrap; |
| 2871 | -webkit-justify-content: flex-start; |
| 2872 | -ms-flex-pack: start; |
| 2873 | justify-content: flex-start; |
| 2874 | -webkit-align-content: stretch; |
| 2875 | -ms-flex-line-pack: stretch; |
| 2876 | align-content: stretch; |
| 2877 | -webkit-align-items: flex-start; |
| 2878 | -ms-flex-align: start; |
| 2879 | align-items: flex-start; |
| 2880 | padding: 0; |
| 2881 | border-left: none; |
| 2882 | } |
| 2883 | .wpf_admin_notice_icon { |
| 2884 | background-image: linear-gradient( |
| 2885 | 160deg |
| 2886 | ,#6D5DF3 0%,#8F5DF3 100%); |
| 2887 | padding: 10px; |
| 2888 | width: 60px; |
| 2889 | box-sizing: border-box; |
| 2890 | -webkit-order: 0; |
| 2891 | -ms-flex-order: 0; |
| 2892 | order: 0; |
| 2893 | -webkit-flex: 0 1 auto; |
| 2894 | -ms-flex: 0 1 auto; |
| 2895 | flex: 0 1 auto; |
| 2896 | -webkit-align-self: stretch; |
| 2897 | -ms-flex-item-align: stretch; |
| 2898 | align-self: stretch; |
| 2899 | display: flex; |
| 2900 | } |
| 2901 | .wpf_admin_notice_icon img { |
| 2902 | align-self: center; |
| 2903 | } |
| 2904 | .wpf_admin_notice_content { |
| 2905 | padding: 15px; |
| 2906 | box-sizing: border-box; |
| 2907 | -webkit-order: 0; |
| 2908 | -ms-flex-order: 0; |
| 2909 | order: 0; |
| 2910 | -webkit-flex: 1 1 auto; |
| 2911 | -ms-flex: 1 1 auto; |
| 2912 | flex: 1 1 auto; |
| 2913 | -webkit-align-self: center; |
| 2914 | -ms-flex-item-align: center; |
| 2915 | align-self: center; |
| 2916 | } |
| 2917 | .wpf_admin_notice_title { |
| 2918 | font-size: 115%; |
| 2919 | font-weight: 700; |
| 2920 | } |
| 2921 | .wpf_admin_notice_button_col { |
| 2922 | -webkit-order: 0; |
| 2923 | -ms-flex-order: 0; |
| 2924 | order: 0; |
| 2925 | -webkit-flex: 0 1 auto; |
| 2926 | -ms-flex: 0 1 auto; |
| 2927 | flex: 0 1 auto; |
| 2928 | -webkit-align-self: stretch; |
| 2929 | -ms-flex-item-align: stretch; |
| 2930 | align-self: stretch; |
| 2931 | padding: 15px; |
| 2932 | } |
| 2933 | a.wpf_admin_notice_button { |
| 2934 | background-color: #e72d67; |
| 2935 | color: #fff; |
| 2936 | text-decoration: none; |
| 2937 | font-weight: 700; |
| 2938 | padding: 10px 15px; |
| 2939 | border-radius: 5px; |
| 2940 | display: block; |
| 2941 | } |
| 2942 | /* Locked Sections */ |
| 2943 | .at_feature_lock_wrap { |
| 2944 | box-shadow: 0em 0em 1em 0em rgb(0 0 0 / 10%); |
| 2945 | margin-bottom: 25px; |
| 2946 | padding: 25px; |
| 2947 | border-radius: 5px; |
| 2948 | } |
| 2949 | .at_feat_svgicon { |
| 2950 | display: inline-block; |
| 2951 | vertical-align: top; |
| 2952 | width: 75px; |
| 2953 | margin-right: 15px; |
| 2954 | } |
| 2955 | .at_feat_svgicon img { |
| 2956 | width: 75px; |
| 2957 | } |
| 2958 | .at_feat_content { |
| 2959 | display: inline-block; |
| 2960 | width: calc(100% - 95px); |
| 2961 | vertical-align: top; |
| 2962 | } |
| 2963 | .at_feat_content h6 { |
| 2964 | font-size: 18px; |
| 2965 | margin: 0; |
| 2966 | margin-bottom: 15px; |
| 2967 | font-weight: 700; |
| 2968 | } |
| 2969 | .at_feat_content a { |
| 2970 | color: #272d3c; |
| 2971 | padding: 10px 20px; |
| 2972 | font-size: 14px; |
| 2973 | font-family: Roboto, Helvetica, Arial, sans-serif; |
| 2974 | border-radius: 5px; |
| 2975 | text-transform: capitalize; |
| 2976 | background-color: #3ed696; |
| 2977 | display: inline-block; |
| 2978 | text-decoration: none; |
| 2979 | font-weight: 500; |
| 2980 | } |
| 2981 | |
| 2982 | |
| 2983 | /* tooltip icon on permission page => v2.1.0 */ |
| 2984 | td.wpf_left_cell span{ |
| 2985 | font-size: 115%; |
| 2986 | margin-left: -3px; |
| 2987 | } |
| 2988 | |
| 2989 | .site_is_archived { |
| 2990 | color: red; |
| 2991 | font-size: 14px !important; |
| 2992 | margin-left: 40%; |
| 2993 | } |
| 2994 | @media (max-width: 571px) { |
| 2995 | .site_is_archived { |
| 2996 | margin-left: 22%; |
| 2997 | } |
| 2998 | } |
| 2999 | |
| 3000 | .wpf-tooltip { |
| 3001 | background-color: #000; |
| 3002 | color: #fff; |
| 3003 | padding: 3px 5px; |
| 3004 | max-width: 300px; |
| 3005 | } |