| @@ -7,9 +7,9 @@ | ||
| 7 | 7 | font-style: normal; |
| 8 | 8 | } |
| 9 | 9 | |
| 10 | 10 | .frm-submenu-highlight { |
| 11 | - background: #1da867; | |
| 11 | + background: #F15A24; | |
| 12 | 12 | } |
| 13 | 13 | |
| 14 | 14 | .frm-submenu-highlight a span { |
| 15 | 15 | color: #fff; |
| @@ -15,8 +15,9 @@ | ||
| 15 | 15 | color: #fff; |
| 16 | 16 | font-weight: 600; |
| 17 | 17 | } |
| 18 | 18 | |
| 19 | + | |
| 19 | 20 | .frmfont, |
| 20 | 21 | .frm_icon_font, |
| 21 | 22 | .frm_dashicon_font{ |
| 22 | 23 | text-decoration:none; |
| @@ -25,9 +26,9 @@ | ||
| 25 | 26 | display:inline-block; |
| 26 | 27 | -webkit-font-smoothing: antialiased; |
| 27 | 28 | -moz-osx-font-smoothing: grayscale; |
| 28 | 29 | text-rendering: auto; |
| 29 | - line-height: 1.5; | |
| 30 | + line-height: 1; | |
| 30 | 31 | -moz-transition: color .1s ease-in-out, opacity .1s ease-in-out; |
| 31 | 32 | -webkit-transition: color .1s ease-in-out, opacity .1s ease-in-out; |
| 32 | 33 | transition: color .1s ease-in-out, opacity .1s ease-in-out; |
| 33 | 34 | font-size: 18px; |
| @@ -84,8 +85,11 @@ | ||
| 84 | 85 | } |
| 85 | 86 | .frm_delete_icon:before { |
| 86 | 87 | content: "\e610" !important; |
| 87 | 88 | } |
| 89 | +.frm_delete_solid_icon:before { | |
| 90 | + content: "\e900"; | |
| 91 | +} | |
| 88 | 92 | .frm_move_icon:before { |
| 89 | 93 | content: "\e61a"; |
| 90 | 94 | } |
| 91 | 95 | .frm_drag_icon:before { |
| @@ -102,8 +106,11 @@ | ||
| 102 | 106 | } |
| 103 | 107 | .frm_copy_icon:before { |
| 104 | 108 | content: "\f0c5"; |
| 105 | 109 | } |
| 110 | +.frm_clone_solid_icon:before { | |
| 111 | + content: "\f24e"; | |
| 112 | +} | |
| 106 | 113 | .frm_clone_icon:before { |
| 107 | 114 | content: "\f24d"; |
| 108 | 115 | } |
| 109 | 116 | .frm_tooltip_icon:before { |
| @@ -498,11 +505,26 @@ | ||
| 498 | 505 | } |
| 499 | 506 | .frm_browser_icon:before { |
| 500 | 507 | content: "\e925"; |
| 501 | 508 | } |
| 509 | +.frm_cloud_download_solid_icon:before { | |
| 510 | + content: "\e92a"; | |
| 511 | +} | |
| 512 | +.frm_cloud_download_icon:before { | |
| 513 | + content: "\e92b"; | |
| 514 | +} | |
| 502 | 515 | .frm_cloud_upload_solid_icon:before { |
| 503 | 516 | content: "\e92c"; |
| 504 | 517 | } |
| 518 | +.frm_cloud_upload_icon:before { | |
| 519 | + content: "\e92d"; | |
| 520 | +} | |
| 521 | +.frm_cloud_solid_icon:before { | |
| 522 | + content: "\e92e"; | |
| 523 | +} | |
| 524 | +.frm_cloud_icon:before { | |
| 525 | + content: "\e92f"; | |
| 526 | +} | |
| 505 | 527 | .frm_shuffle_icon:before { |
| 506 | 528 | content: "\e917"; |
| 507 | 529 | } |
| 508 | 530 | .frm_swap_icon:before { |
| @@ -507,8 +529,17 @@ | ||
| 507 | 529 | } |
| 508 | 530 | .frm_swap_icon:before { |
| 509 | 531 | content: "\e918"; |
| 510 | 532 | } |
| 533 | +.frm_dropper_solid_icon:before { | |
| 534 | + content: "\e93c"; | |
| 535 | +} | |
| 536 | +.frm_tint_icon:before { | |
| 537 | + content: "\e93e"; | |
| 538 | +} | |
| 539 | +.frm_pallet_solid_icon:before { | |
| 540 | + content: "\e96c"; | |
| 541 | +} | |
| 511 | 542 | .frm_pallet_icon:before { |
| 512 | 543 | content: "\e96d"; |
| 513 | 544 | } |
| 514 | 545 | .frm_fingerprint_icon:before { |
| @@ -540,11 +571,17 @@ | ||
| 540 | 571 | } |
| 541 | 572 | .frm_lock_open_icon:before { |
| 542 | 573 | content: "\e957"; |
| 543 | 574 | } |
| 575 | +.frm_lock_solid_icon:before { | |
| 576 | + content: "\e958"; | |
| 577 | +} | |
| 544 | 578 | .frm_lock_icon:before { |
| 545 | 579 | content: "\e959"; |
| 546 | 580 | } |
| 581 | +.frm_magic_wand_icon:before { | |
| 582 | + content: "\e997"; | |
| 583 | +} | |
| 547 | 584 | .frm_dollar_sign_icon:before { |
| 548 | 585 | content: "\e91c"; |
| 549 | 586 | } |
| 550 | 587 | .frm_percent_icon:before { |
| @@ -549,8 +586,14 @@ | ||
| 549 | 586 | } |
| 550 | 587 | .frm_percent_icon:before { |
| 551 | 588 | content: "\e939"; |
| 552 | 589 | } |
| 590 | +.frm_notification_solid_icon:before { | |
| 591 | + content: "\e964"; | |
| 592 | +} | |
| 593 | +.frm_notification_icon:before { | |
| 594 | + content: "\e965"; | |
| 595 | +} | |
| 553 | 596 | .frm_external_link_icon:before { |
| 554 | 597 | content: "\e966"; |
| 555 | 598 | } |
| 556 | 599 | .frm_pageview_solid_icon:before { |
| @@ -558,8 +601,11 @@ | ||
| 558 | 601 | } |
| 559 | 602 | .frm_pageview_icon:before { |
| 560 | 603 | content: "\e96b"; |
| 561 | 604 | } |
| 605 | +.frm_settings_solid_icon:before { | |
| 606 | + content: "\e979"; | |
| 607 | +} | |
| 562 | 608 | .frm_settings_icon:before { |
| 563 | 609 | content: "\e97a"; |
| 564 | 610 | } |
| 565 | 611 | .frm_stamp_icon:before { |
| @@ -567,8 +613,11 @@ | ||
| 567 | 613 | } |
| 568 | 614 | .frm_support_icon:before { |
| 569 | 615 | content: "\f1cd"; |
| 570 | 616 | } |
| 617 | +.frm_text_solid_icon:before { | |
| 618 | + content: "\e98c"; | |
| 619 | +} | |
| 571 | 620 | .frm_text_icon:before { |
| 572 | 621 | content: "\e98d"; |
| 573 | 622 | } |
| 574 | 623 | .frm_text2_icon:before { |
| @@ -573,10 +622,34 @@ | ||
| 573 | 622 | } |
| 574 | 623 | .frm_text2_icon:before { |
| 575 | 624 | content: "\f031"; |
| 576 | 625 | } |
| 626 | +.frm_text3_icon:before { | |
| 627 | + content: "\e98e"; | |
| 628 | +} | |
| 629 | +.frm_unfold_less_icon:before { | |
| 630 | + content: "\e993"; | |
| 631 | +} | |
| 632 | +.frm_unfold_more_icon:before { | |
| 633 | + content: "\e994"; | |
| 634 | +} | |
| 635 | +.frm_work_solid_icon:before { | |
| 636 | + content: "\e999"; | |
| 637 | +} | |
| 638 | +.frm_work_icon:before { | |
| 639 | + content: "\e99e"; | |
| 640 | +} | |
| 577 | 641 | .frm_white_label_icon:before { |
| 578 | 642 | content: "\e91d" !important; |
| 643 | +} | |
| 644 | +.frm_zoom_out_icon:before { | |
| 645 | + content: "\e99f"; | |
| 646 | +} | |
| 647 | +.frm_maximize_icon:before { | |
| 648 | + content: "\e920"; | |
| 649 | +} | |
| 650 | +.frm_minimize_icon:before { | |
| 651 | + content: "\e93a"; | |
| 579 | 652 | } |
| 580 | 653 | .frm_authorize_icon:before { |
| 581 | 654 | content: "\e903"; |
| 582 | 655 | } |