Plugin Directory

Changeset 3406751


Ignore:
Timestamp:
12/01/2025 11:13:36 AM (4 months ago)
Author:
blazethemes
Message:

admin css fixes

Location:
news-kit-elementor-addons
Files:
323 added
3 edited

Legend:

Unmodified
Added
Removed
  • news-kit-elementor-addons/trunk/admin/assets/admin.css

    r3379402 r3406751  
    2626
    2727.nekit-section-header {
    28 display: flex;
    29 justify-content: space-between;
    30 align-items: center;
    31 padding: 0 25px;
    32 box-shadow: 0px 2px 20px 0px rgb(0 0 0 / 5%);
    33 -webkit-box-shadow: 0px 2px 20px 0px rgb(0 0 0 / 5%);
    34 -moz-box-shadow: 0px 2px 20px 0px rgb(0 0 0 / 5%);
    35 background: #fff;
    36 padding: 20px 30px;
    37 margin-left: -20px;
     28    display: flex;
     29    justify-content: space-between;
     30    align-items: center;
     31    padding: 0 25px;
     32    box-shadow: 0px 2px 20px 0px rgb(0 0 0 / 5%);
     33    -webkit-box-shadow: 0px 2px 20px 0px rgb(0 0 0 / 5%);
     34    -moz-box-shadow: 0px 2px 20px 0px rgb(0 0 0 / 5%);
     35    background: #fff;
     36    padding: 20px 30px;
     37    margin-left: -20px;
    3838}
    3939
    4040.nekit-section-header .nav-menu-wrapper {
    41 display: flex;
    42 align-items: center;
    43 gap: 25px;
     41    display: flex;
     42    align-items: center;
     43    gap: 25px;
    4444}
    4545
     
    329329*/
    330330#wpwrap {
    331 background: #f6f6fb;
     331    background: #f6f6fb;
    332332}
    333333
    334334#wpcontent #wpbody-content {
    335 margin: 0 !important;
     335    margin: 0 !important;
    336336}
    337337
    338338#nekit-admin-page,
    339339#nekit-sub-admin-page {
    340 padding: 30px;
    341 margin-left: -20px;
     340    padding: 30px;
     341    margin-left: -20px;
    342342}
    343343
    344344#nekit-admin-page .page-header .page-title,
    345345#nekit-sub-admin-page .page-header .page-title {
    346 font-size: 30px;
    347 line-height: 1;
    348 margin: 0 0 15px 0;
    349 margin-bottom: 0px;
    350 color: #363636;
    351 font-family: 'Prompt', sans-serif;
     346    font-size: 30px;
     347    line-height: 1;
     348    margin: 0 0 15px 0;
     349    margin-bottom: 0px;
     350    color: #363636;
     351    font-family: 'Prompt', sans-serif;
    352352}
    353353
    354354#nekit-admin-page .page-header p,
    355355#nekit-sub-admin-page .page-header p {
    356 font-size: 15px;
    357 margin-top: 8px;
    358 color: #626262;
    359 font-family: 'Outfit', sans-serif;
     356    font-size: 15px;
     357    margin-top: 8px;
     358    color: #626262;
     359    font-family: 'Outfit', sans-serif;
    360360}
    361361
    362362#nekit-admin-page .page-header .video-redirect-button {
    363 margin-top: 10px;
     363    margin-top: 10px;
    364364}
    365365
     
    540540/*--------------- Mega menu style handlers ----------------------*/
    541541body #e-admin-top-bar-root.e-admin-top-bar--active {
    542 display: none;
     542    display: none;
    543543}
    544544
    545545#adminmenu a.toplevel_page_news-kit-elementor-addons .wp-menu-image img {
    546 padding: 7px 0 0;
    547 width: 18px;
    548 opacity: 1;
    549 height: 18px;
     546    padding: 7px 0 0;
     547    width: 18px;
     548    opacity: 1;
     549    height: 18px;
    550550}
    551551
    552552.nekit-menu-button.mega-menu-tigger {
    553 visibility: hidden;
    554 opacity: 0;
     553    visibility: hidden;
     554    opacity: 0;
    555555}
    556556
    557557.menu-item-depth-0.menu-item:hover .nekit-menu-button.mega-menu-tigger {
    558 visibility: visible;
    559 opacity: 1;
     558    visibility: visible;
     559    opacity: 1;
    560560}
    561561
    562562.menu-item-depth-0.menu-item .nekit-menu-button.mega-menu-tigger:hover {
    563 background-color: #bc50ff;
     563    background-color: #bc50ff;
    564564}
    565565
    566566.nekit-mega-menu-modal {
    567 display: block;
    568 top: 32px;
    569 z-index: 9999;
    570 height: 100%;
    571 position: fixed;
    572 margin: 0 auto;
    573 background-color: rgba(0, 0, 0, 0.6);
    574 width: 100%;
     567    display: block;
     568    top: 32px;
     569    z-index: 9999;
     570    height: 100%;
     571    position: fixed;
     572    margin: 0 auto;
     573    background-color: rgba(0, 0, 0, 0.6);
     574    width: 100%;
    575575}
    576576
    577577.nekit-mega-menu-modal .mega-menu-modal-inner-container {
    578 background-color: #fff;
    579 margin: 20px;
     578    background-color: #fff;
     579    margin: 20px;
    580580}
    581581
    582582.nekit-mega-menu-modal iframe {
    583 width: 100%;
    584 height: calc(100vh - 321px);
    585 margin: 0 auto;
    586 text-align: center;
     583    width: 100%;
     584    height: calc(100vh - 321px);
     585    margin: 0 auto;
     586    text-align: center;
    587587}
    588588
    589589#nekit-create-template-modal,
    590590#nekit-delete-template-modal {
    591 display: none;
     591    display: none;
    592592}
    593593
     
    595595select.template-display-singular-pages,
    596596input.template-display-post_type-ids {
    597 display: none;
     597    display: none;
    598598}
    599599
     
    601601select.template-display-singular-pages.field-show,
    602602input.template-display-post_type-ids.field-show {
    603 display: inline-block;
     603    display: inline-block;
    604604}
    605605
    606606.nekit-mega-menu-modal .header_title_wrap ul.tabs-title-wrap {
    607 margin-bottom: 0;
     607    margin-bottom: 0;
    608608}
    609609
    610610.nekit-mega-menu-modal .mega-menu-modal-inner-container .tabs-title-wrap .tab-title {
    611 display: inline-block;
     611    display: inline-block;
    612612}
    613613
    614614.nekit-mega-menu-modal .mega-menu-modal-inner-container .tabs-title-wrap .tab-title {
    615 color: #fff;
    616 padding: 10px 15px;
    617 margin-right: 10px;
    618 font-weight: 500;
     615    color: #fff;
     616    padding: 10px 15px;
     617    margin-right: 10px;
     618    font-weight: 500;
    619619}
    620620
    621621.nekit-mega-menu-modal .mega-menu-modal-inner-container .tabs-title-wrap .tab-title {
    622 cursor: pointer;
    623 color: #767474;
    624 padding: 7px 22px;
    625 font-size: 14px;
    626 border-radius: 3px 3px 0 0;
    627 font-weight: 500;
    628 line-height: 25px;
    629 margin-bottom: 0;
     622    cursor: pointer;
     623    color: #767474;
     624    padding: 7px 22px;
     625    font-size: 14px;
     626    border-radius: 3px 3px 0 0;
     627    font-weight: 500;
     628    line-height: 25px;
     629    margin-bottom: 0;
    630630}
    631631
    632632.nekit-mega-menu-modal .mega-menu-modal-inner-container .tabs-title-wrap .tab-title.active-tab {
    633 color: var(--primary-color);
    634 background-color: #efefef;
     633    color: var(--primary-color);
     634    background-color: #efefef;
    635635}
    636636
    637637.nekit-mega-menu-modal .mega-menu-modal-inner-container .tabs-title-wrap .tab-title:hover {
    638 background-color: #efefef;
     638    background-color: #efefef;
    639639}
    640640
    641641.nekit-mega-menu-modal .mega-menu-modal-inner-container .tabs-title-wrap .tab-title .dashicons {
    642 vertical-align: middle;
    643 padding-left: 4px;
    644 font-size: 18px;
     642    vertical-align: middle;
     643    padding-left: 4px;
     644    font-size: 18px;
    645645}
    646646
    647647.nekit-mega-menu-modal .mega-menu-modal-inner-container .popup-close-trigger {
    648 right: 8px;
    649 top: 7px;
    650 font-size: 14px;
    651 width: initial;
    652 padding: 4px 8px;
    653 cursor: pointer;
     648    right: 8px;
     649    top: 7px;
     650    font-size: 14px;
     651    width: initial;
     652    padding: 4px 8px;
     653    cursor: pointer;
    654654}
    655655
    656656.nekit-mega-menu-modal .mega-menu-toggle-field h5.field-label {
    657 font-size: 20px;
    658 line-height: 1;
    659 margin: 11px 0;
    660 display: inline-block;
    661 margin-right: 20px;
     657    font-size: 20px;
     658    line-height: 1;
     659    margin: 11px 0;
     660    display: inline-block;
     661    margin-right: 20px;
    662662}
    663663
    664664.nekit-mega-menu-modal .mega-menu-toggle-field .field-input {
    665 display: inline-block;
     665    display: inline-block;
    666666}
    667667
    668668.nekit-menu-button.mega-menu-tigger {
    669 background-color: var(--primary-color);
    670 border-radius: 3px;
    671 color: #fff;
    672 position: absolute;
    673 top: 4px;
    674 right: 34px;
    675 padding: 4px 14px;
    676 font-size: 12px;
    677 font-weight: 500;
    678 line-height: 24px;
    679 cursor: pointer;
    680 transition: var(--transition);
     669    background-color: var(--primary-color);
     670    border-radius: 3px;
     671    color: #fff;
     672    position: absolute;
     673    top: 4px;
     674    right: 34px;
     675    padding: 4px 14px;
     676    font-size: 12px;
     677    font-weight: 500;
     678    line-height: 24px;
     679    cursor: pointer;
     680    transition: var(--transition);
    681681}
    682682
    683683.nekit-mega-menu-modal .modal-notice {
    684 padding: 6px 15px;
    685 font-size: 13px;
    686 font-weight: 500;
    687 border-bottom: 1px solid #efefef;
    688 background: #f6f6fb;
    689 display: flex;
    690 align-items: center;
     684    padding: 6px 15px;
     685    font-size: 13px;
     686    font-weight: 500;
     687    border-bottom: 1px solid #efefef;
     688    background: #f6f6fb;
     689    display: flex;
     690    align-items: center;
    691691}
    692692
    693693.nekit-menu-button.mega-menu-tigger .news_kit_logo  {
    694 font-size: 9px;
    695 width: 16px;
    696 height: 16px;
    697 -webkit-box-shadow: 0 0 2px 2px #eec2ca;
    698 box-shadow: 0 0 2px 2px #eec2ca;
    699 border-radius: 50px;
    700 display: inline-block;
    701 line-height: 16px;
    702 text-align: center;
    703 margin-right: 6px;
    704 padding: 2px;
    705 letter-spacing: 0.6px;
     694    font-size: 9px;
     695    width: 16px;
     696    height: 16px;
     697    -webkit-box-shadow: 0 0 2px 2px #eec2ca;
     698    box-shadow: 0 0 2px 2px #eec2ca;
     699    border-radius: 50px;
     700    display: inline-block;
     701    line-height: 16px;
     702    text-align: center;
     703    margin-right: 6px;
     704    padding: 2px;
     705    letter-spacing: 0.6px;
    706706}
    707707
    708708.nekit-mega-menu-modal .mega-menu-modal-inner-container .modal-notice .logo {
    709 display: inline-block;
    710 vertical-align: middle;
    711 margin-right: 15px;
     709    display: inline-block;
     710    vertical-align: middle;
     711    margin-right: 15px;
    712712}
    713713
    714714.nekit-mega-menu-modal .mega-menu-modal-inner-container .modal-notice .logo img {
    715 width: 40px;
    716 vertical-align: text-bottom;
     715    width: 40px;
     716    vertical-align: text-bottom;
    717717}
    718718
    719719.nekit-mega-menu-modal .modal-notice .modal_notice_inner {
    720 display: inline-block;
    721 background: #ecd7f9ad;
    722 padding: 4px 11px;
    723 color: #000;
     720    display: inline-block;
     721    background: #ecd7f9ad;
     722    padding: 4px 11px;
     723    color: #000;
    724724}
    725725
    726726.nekit-mega-menu-modal .modal-notice .modal_notice_inner .primary-highlight {
    727 color: var(--primary-color);
     727    color: var(--primary-color);
    728728}
    729729
    730730.nekit-mega-menu-modal .mega-menu-modal-inner-container .header .modal-actions-wrap {
    731 display: inline-block;
    732 margin-bottom: 7px;
    733 padding-top: 7px;
     731    display: inline-block;
     732    margin-bottom: 7px;
     733    padding-top: 7px;
    734734}
    735735
    736736.nekit-mega-menu-modal .nekit-editwith-elementor {
    737 color: #fff;
    738 background-color: #92003b;
    739 display: inline-block;
    740 padding: 5px 11px 5px 11px;
    741 border-radius: 3px;
    742 margin-left: 30px;
    743 font-weight: 500;
    744 font-size: 13px;
    745 line-height: 1;
    746 cursor: pointer;
    747 transition: var(--transition);
     737    color: #fff;
     738    background-color: #92003b;
     739    display: inline-block;
     740    padding: 5px 11px 5px 11px;
     741    border-radius: 3px;
     742    margin-left: 30px;
     743    font-weight: 500;
     744    font-size: 13px;
     745    line-height: 1;
     746    cursor: pointer;
     747    transition: var(--transition);
    748748}
    749749
    750750.nekit-mega-menu-modal .nekit-editwith-elementor i {
    751 display: inline-block;
    752 padding-right: 4px;
    753 font-size: 18px;
    754 vertical-align: middle;
    755 padding-bottom: 3px;
     751    display: inline-block;
     752    padding-right: 4px;
     753    font-size: 18px;
     754    vertical-align: middle;
     755    padding-bottom: 3px;
    756756}
    757757
    758758.nekit-mega-menu-modal .nekit-editwith-elementor:hover {
    759 background-color: #bd0a53;
     759    background-color: #bd0a53;
    760760}
    761761
    762762.nekit-mega-menu-modal .header_title_wrap {
    763 padding: 0 20px;
    764 overflow: hidden;
     763    padding: 0 20px;
     764    overflow: hidden;
    765765}
    766766
    767767.nekit-mega-menu-modal .mega-menu-modal-inner-container .header label h5 {
    768 vertical-align: middle;
    769 margin: 0;
    770 font-weight: 600;
    771 font-size: 15px;
    772 display: block;
    773 padding: 4px 0 0;
     768    vertical-align: middle;
     769    margin: 0;
     770    font-weight: 600;
     771    font-size: 15px;
     772    display: block;
     773    padding: 4px 0 0;
    774774}
    775775
    776776.nekit-mega-menu-modal .mega-menu-modal-inner-container .header .modal-actions-wrap label {
    777 display: inline-block;
    778 vertical-align: middle;
     777    display: inline-block;
     778    vertical-align: middle;
    779779}
    780780
    781781.nekit-mega-menu-modal .header .field-input {
    782 padding: 2px 5px 4px 0;
    783 font-weight: 500;
    784 color: #7e7a7a;
    785 font-size: 11px;
     782    padding: 2px 5px 4px 0;
     783    font-weight: 500;
     784    color: #7e7a7a;
     785    font-size: 11px;
    786786}
    787787
    788788.nekit-mega-menu-modal .mega-menu-modal-inner-container .header .modal-actions-wrap input {
    789 margin-left: 15px;
    790 vertical-align: top;
    791 margin-top: 13px;
    792 width: 45px;
    793 height: 23px;
    794 border-radius: 30px;
    795 background-color: #e8e8e8;
    796 border: none;
    797 box-shadow: none;
    798 position: relative;
    799 -webkit-transition: .5s ease-in-out;
    800 -moz-transition: .5s ease-in-out;
    801 -o-transition: .5s ease-in-out;
    802 transition: .5s ease-in-out;
     789    margin-left: 15px;
     790    vertical-align: top;
     791    margin-top: 13px;
     792    width: 45px;
     793    height: 23px;
     794    border-radius: 30px;
     795    background-color: #e8e8e8;
     796    border: none;
     797    box-shadow: none;
     798    position: relative;
     799    -webkit-transition: .5s ease-in-out;
     800    -moz-transition: .5s ease-in-out;
     801    -o-transition: .5s ease-in-out;
     802    transition: .5s ease-in-out;
    803803}
    804804
    805805.nekit-mega-menu-modal .mega-menu-modal-inner-container .header .modal-actions-wrap input:checked {
    806 background-color: var(--primary-color);
    807 border: none;
    808 box-shadow: none;
     806    background-color: var(--primary-color);
     807    border: none;
     808    box-shadow: none;
    809809}
    810810
    811811.nekit-mega-menu-modal .mega-menu-modal-inner-container .header .modal-actions-wrap input:focus {
    812 border: none;
    813 box-shadow: none;
     812    border: none;
     813    box-shadow: none;
    814814}
    815815
    816816.nekit-mega-menu-modal .mega-menu-modal-inner-container .header .modal-actions-wrap input:after {
    817 content: '';
    818 width: 16px;
    819 height: 16px;
    820 background: #fff;
    821 display: block;
    822 border-radius: 50%;
    823 position: absolute;
    824 top: 3px;
    825 left: 5px;
    826 -webkit-transition: .5s ease-in-out;
    827 -moz-transition: .5s ease-in-out;
    828 -o-transition: .5s ease-in-out;
    829 transition: .5s ease-in-out;
     817    content: '';
     818    width: 16px;
     819    height: 16px;
     820    background: #fff;
     821    display: block;
     822    border-radius: 50%;
     823    position: absolute;
     824    top: 3px;
     825    left: 5px;
     826    -webkit-transition: .5s ease-in-out;
     827    -moz-transition: .5s ease-in-out;
     828    -o-transition: .5s ease-in-out;
     829    transition: .5s ease-in-out;
    830830}
    831831
    832832.nekit-mega-menu-modal .mega-menu-modal-inner-container .header .modal-actions-wrap input:checked:after {
    833 left: 24px;
     833    left: 24px;
    834834}
    835835
    836836.nekit-mega-menu-modal .mega-menu-modal-inner-container .header .modal-actions-wrap input:before {
    837 display: none;
     837    display: none;
    838838}
    839839
    840840.nekit-mega-menu-modal .mega-menu-modal-inner-container .tab-content {
    841 padding: 14px;
    842 border: 1px solid #efefef;
    843 margin: 0 20px 20px;
    844 height: calc(100vh - 225px);
    845 overflow-y: scroll;
     841    padding: 14px;
     842    border: 1px solid #efefef;
     843    margin: 0 20px 20px;
     844    height: calc(100vh - 225px);
     845    overflow-y: scroll;
    846846}
    847847
    848848.nekit-mega-menu-modal .mega-menu-modal-inner-container .tab-content::-webkit-scrollbar,
    849849.nekit-mega-menu-setting-field .icon-picker-modal .icons-list::-webkit-scrollbar {
    850 width: 4px;
     850    width: 4px;
    851851}
    852852
    853853.nekit-mega-menu-modal .mega-menu-modal-inner-container .tab-content::-webkit-scrollbar-thumb,
    854854.nekit-mega-menu-setting-field .icon-picker-modal .icons-list::-webkit-scrollbar-thumb {
    855 background: var(--primary-color);
    856 border-radius: 20px;
     855    background: var(--primary-color);
     856    border-radius: 20px;
    857857}
    858858
    859859.nekit-mega-menu-modal .mega-menu-modal-inner-container .tab-content::-webkit-scrollbar-track,
    860860.nekit-mega-menu-setting-field .icon-picker-modal .icons-list::-webkit-scrollbar-track {
    861 box-shadow: inset 0 0 5px var(--primary-color);
    862 border-radius: 10px;
     861    box-shadow: inset 0 0 5px var(--primary-color);
     862    border-radius: 10px;
    863863}
    864864
    865865.nekit-mega-menu-modal .nekit-mega-menu-setting-field h2 {
    866 background-color: #f0f0f0;
    867 color: #272525;
    868 padding: 10px 8px 8px 10px;
    869 line-height: 1;
    870 font-size: 14px;
     866    background-color: #f0f0f0;
     867    color: #272525;
     868    padding: 10px 8px 8px 10px;
     869    line-height: 1;
     870    font-size: 14px;
    871871}
    872872
    873873.nekit-mega-menu-modal .nekit-mega-menu-setting-field h2:first-child,
    874874.nekit-mega-menu-modal .nekit-mega-menu-setting-field:first-child h2 {
    875 margin-top: 0;
     875    margin-top: 0;
    876876}
    877877
    878878.nekit-mega-menu-modal .nekit-mega-menu-setting-field label.field-label {
    879 width: 230px;
    880 display: inline-block;
    881 vertical-align: top;
    882 font-weight: 500;
    883 color: #606060;
    884 padding-left: 10px;
    885 font-size: 13px;
    886 pointer-events: none;
     879    width: 230px;
     880    display: inline-block;
     881    vertical-align: top;
     882    font-weight: 500;
     883    color: #606060;
     884    padding-left: 10px;
     885    font-size: 13px;
     886    pointer-events: none;
    887887}
    888888
    889889.nekit-mega-menu-modal .nekit-mega-menu-setting-field .field-description {
    890 font-weight: 500;
    891 color: #606060;
    892 font-size: 11px;
    893 font-style: italic;
    894 pointer-events: none;
     890    font-weight: 500;
     891    color: #606060;
     892    font-size: 11px;
     893    font-style: italic;
     894    pointer-events: none;
    895895}
    896896
    897897.nekit-mega-menu-modal .nekit-mega-menu-setting-field .field-description.icon-picker-field-description {
    898 padding-left: 0;
    899 margin-top: 1px;
     898    padding-left: 0;
     899    margin-top: 1px;
    900900}
    901901
    902902.nekit-mega-menu-modal .nekit-mega-menu-setting-field {
    903 display: block;
    904 line-height: 35px;
    905 margin-bottom: 10px;
     903    display: block;
     904    line-height: 35px;
     905    margin-bottom: 10px;
    906906}
    907907
    908908.nekit-mega-menu-modal .header_title_wrap .nekit-menu-toggle-arrow .dashicons {
    909 text-align: center;
    910 width: 20px;
    911 margin: 0 auto;
    912 display: inherit;
    913 background-color: #c3c4c7;
    914 padding: 3px;
    915 position: absolute;
    916 left: 50%;
    917 right: 50%;
    918 border-radius: 0 0 8px 8px;
    919 color: #fff;
    920 font-size: 16px;
    921 height: 16px;
    922 font-weight: 600;
     909    text-align: center;
     910    width: 20px;
     911    margin: 0 auto;
     912    display: inherit;
     913    background-color: #c3c4c7;
     914    padding: 3px;
     915    position: absolute;
     916    left: 50%;
     917    right: 50%;
     918    border-radius: 0 0 8px 8px;
     919    color: #fff;
     920    font-size: 16px;
     921    height: 16px;
     922    font-weight: 600;
    923923}
    924924
    925925.nekit-mega-menu-modal .header_title_wrap .nekit-menu-toggle-arrow span.dashicons:hover {
    926 cursor: pointer;
    927 background-color: #f73859;
    928 color: #fff;
     926    cursor: pointer;
     927    background-color: #f73859;
     928    color: #fff;
    929929}
    930930
    931931.nekit-mega-menu-setting-field .icon-picker-field {
    932 display: inline-block;
    933 position: relative;
     932    display: inline-block;
     933    position: relative;
    934934}
    935935
    936936.nekit-mega-menu-setting-field .icon-picker-field .icon-picker-holder {
    937 display: flex;
    938 margin-bottom: 10px;
    939 margin-top: 4px;
     937    display: flex;
     938    margin-bottom: 10px;
     939    margin-top: 4px;
    940940}
    941941
    942942.nekit-mega-menu-setting-field .icon-picker-modal {
    943 position: absolute;
    944 top: 45px;
    945 width: 236px;
    946 -webkit-box-shadow: 0px 0px 6px 2px #a020f014;
    947 box-shadow: 0px 0px 6px 2px #a020f014;
    948 background-color: #ffffff;
    949 border-radius: 4px;
    950 z-index: 1;
     943    position: absolute;
     944    top: 45px;
     945    width: 236px;
     946    -webkit-box-shadow: 0px 0px 6px 2px #a020f014;
     947    box-shadow: 0px 0px 6px 2px #a020f014;
     948    background-color: #ffffff;
     949    border-radius: 4px;
     950    z-index: 1;
    951951}
    952952
    953953.nekit-mega-menu-setting-field .icon-picker-modal .modal-inner-wrap {
    954 position: relative;
    955 padding: 10px;
     954    position: relative;
     955    padding: 10px;
    956956}
    957957
    958958.nekit-mega-menu-setting-field .icon-picker-modal .modal-inner-wrap .modal-close {
    959 position: absolute;
    960 top: -12px;
    961 right: -12px;
    962 font-size: 12px;
    963 padding: 4px 6px;
    964 border-radius: 20px;
    965 transition: all .3s;
    966 color: var(--red-color);
    967 background-color: #fbe3e5;
     959    position: absolute;
     960    top: -12px;
     961    right: -12px;
     962    font-size: 12px;
     963    padding: 4px 6px;
     964    border-radius: 20px;
     965    transition: all .3s;
     966    color: var(--red-color);
     967    background-color: #fbe3e5;
    968968}
    969969
    970970.nekit-mega-menu-setting-field .icon-picker-modal .modal-inner-wrap .modal-close:hover {
    971 cursor: pointer;
    972 color: #ffffff;
    973 background: var(--red-color);
     971    cursor: pointer;
     972    color: #ffffff;
     973    background: var(--red-color);
    974974}
    975975
    976976.nekit-mega-menu-setting-field .icon-picker-modal .modal-header .icon-search-field {
    977 display: block;
    978 width: 100%;
    979 margin-bottom: 8px;
    980 border: 1px solid #00000038;
    981 border-radius: 4px;
    982 font-size: 10px;
     977    display: block;
     978    width: 100%;
     979    margin-bottom: 8px;
     980    border: 1px solid #00000038;
     981    border-radius: 4px;
     982    font-size: 10px;
    983983}
    984984
    985985.nekit-mega-menu-setting-field .icon-picker-modal .icons-list {
    986 height: 250px;
    987 overflow-y: scroll;
    988 padding-left: 2px;
     986    height: 250px;
     987    overflow-y: scroll;
     988    padding-left: 2px;
    989989}
    990990
    991991.nekit-mega-menu-setting-field .icon-picker-modal .icon-item {
    992 border: 2px solid transparent;
     992    border: 2px solid transparent;
    993993}
    994994
    995995.nekit-mega-menu-setting-field .icon-picker-modal .icon-item.selected,
    996996.nekit-mega-menu-setting-field .icon-picker-modal .icon-item:hover {
    997 border-radius: 3px;
    998 cursor: pointer;
    999 background-color: var(--primary-color);
     997    border-radius: 3px;
     998    cursor: pointer;
     999    background-color: var(--primary-color);
    10001000}
    10011001
    10021002.nekit-mega-menu-setting-field .icon-picker-modal .icon-item.selected i,
    10031003.nekit-mega-menu-setting-field .icon-picker-modal .icon-item:hover i {
    1004 color: #fff;
     1004    color: #fff;
    10051005}
    10061006
    10071007.nekit-mega-menu-setting-field .icon-picker-modal .icon-item {
    1008 padding: 8px;
    1009 width: 15px!important;
    1010 display: inline-block;
    1011 line-height: 1;
    1012 text-align: center;
    1013 transition: all .4s;
    1014 transition: var(--transition);
     1008    padding: 8px;
     1009    width: 15px!important;
     1010    display: inline-block;
     1011    line-height: 1;
     1012    text-align: center;
     1013    transition: all .4s;
     1014    transition: var(--transition);
    10151015}
    10161016
    10171017.nekit-mega-menu-setting-field .icon-picker-modal i {
    1018 font-size: 14px;
     1018    font-size: 14px;
    10191019}
    10201020
    10211021.nekit-mega-menu-setting-field .icon-value {
    1022 padding: 5px 10px;
    1023 color: #ffffff;
    1024 border-radius: 3px;
    1025 background: var(--primary-color);
    1026 transition: all .4s;
    1027 cursor: pointer;
    1028 line-height: initial;
     1022    padding: 5px 10px;
     1023    color: #ffffff;
     1024    border-radius: 3px;
     1025    background: var(--primary-color);
     1026    transition: all .4s;
     1027    cursor: pointer;
     1028    line-height: initial;
    10291029}
    10301030
    10311031.nekit-mega-menu-setting-field .icon-value:hover {
    1032 background-color: #bc50ff;
     1032    background-color: #bc50ff;
    10331033}
    10341034
    10351035.nekit-mega-menu-setting-field .icon-value .dashicons {
    1036 vertical-align: middle;
    1037 font-size: 13px;
    1038 vertical-align: middle;
    1039 line-height: 21px;
    1040 font-weight: 600;
     1036    vertical-align: middle;
     1037    font-size: 13px;
     1038    vertical-align: middle;
     1039    line-height: 21px;
     1040    font-weight: 600;
    10411041}
    10421042
    10431043.nekit-mega-menu-setting-field .icon-value i {
    1044 font-size: 13px;
     1044    font-size: 13px;
    10451045}
    10461046
    10471047.nekit-mega-menu-setting-field .control-tablet,
    10481048.nekit-mega-menu-setting-field .control-phone {
    1049 display: none;
     1049    display: none;
    10501050}
    10511051
    10521052.nekit-mega-menu-setting-field .nekit-responsive-field-trigger {
    1053 border: none;
    1054 background: transparent;
     1053    border: none;
     1054    background: transparent;
    10551055}
    10561056
    10571057.nekit-mega-menu-setting-field .nekit-responsive-field-trigger:hover {
    1058 cursor: pointer;
     1058    cursor: pointer;
    10591059}
    10601060
    10611061.nekit-mega-menu-setting-field .nekit-responsive-field-trigger .dashicons {
    1062 font-size: 15px;
    1063 padding-top: 2px;
    1064 height: 10px;
     1062    font-size: 15px;
     1063    padding-top: 2px;
     1064    height: 10px;
    10651065}
    10661066
    10671067/* Color Field */
    10681068.wp-picker-container {
    1069 position: relative;
    1070 }
    1071 
    1072 .wp-picker-container .wp-picker-holder {
    1073 position: absolute;
     1069    position: relative;
     1070}
     1071
     1072.nekit-mega-menu-setting-form .wp-picker-container .wp-picker-holder {
     1073    position: absolute;
    10741074}
    10751075
    10761076.mega-menu-modal-inner-container .nekit-mega-menu-setting-form {
    1077 padding-bottom: 20px;
     1077    padding-bottom: 20px;
    10781078}
    10791079
    10801080.nekit-mega-menu-setting-form .nekit-submit-form-field {
    1081 position: absolute;
    1082 bottom: 0;
    1083 right: 0;
    1084 padding-bottom: 40px;
    1085 margin: 0 auto;
    1086 left: auto;
    1087 right: auto;
     1081    position: absolute;
     1082    bottom: 0;
     1083    right: 0;
     1084    padding-bottom: 40px;
     1085    margin: 0 auto;
     1086    left: auto;
     1087    right: auto;
    10881088}
    10891089
    10901090.nekit-mega-menu-setting-form .nekit-submit-form-field .submit-button {
    1091 border: none;
    1092 padding: 7px 12px;
    1093 border-radius: 3px;
    1094 background-color: var(--secondary-color);
    1095 margin-bottom: 3px;
    1096 margin-right: 10px;
    1097 color: #fff;
    1098 text-decoration: none;
    1099 font-weight: 500;
    1100 transition: var(--transition);
    1101 cursor: pointer;
     1091    border: none;
     1092    padding: 7px 12px;
     1093    border-radius: 3px;
     1094    background-color: var(--secondary-color);
     1095    margin-bottom: 3px;
     1096    margin-right: 10px;
     1097    color: #fff;
     1098    text-decoration: none;
     1099    font-weight: 500;
     1100    transition: var(--transition);
     1101    cursor: pointer;
    11021102}
    11031103
    11041104.nekit-mega-menu-setting-form .nekit-submit-form-field .submit-button:hover {
    1105 background: #32cb55;
     1105    background: #32cb55;
    11061106}
    11071107
    11081108.field-label.inner-field.toggle-field {
    1109 display: inline-block;
    1110 vertical-align: middle;
    1111 margin-left: 18px;
    1112 border-radius: 3px;
    1113 overflow: hidden;
     1109    display: inline-block;
     1110    vertical-align: middle;
     1111    margin-left: 18px;
     1112    border-radius: 3px;
     1113    overflow: hidden;
    11141114}
    11151115
    11161116.icon-picker-holder .toggle-field span.toggle-item {
    1117 cursor: pointer;
    1118 display: block;
    1119 float: left;
    1120 padding: 0.3em 0.5em;
    1121 box-shadow: 1px 1px 1px rgba(255, 255, 255, 0.2) inset, -1px -1px 1px rgba(0, 0, 0, 0.2) inset;
    1122 width: 65px;
    1123 height: 21px;
    1124 font-size: 12px;
    1125 line-height: 20px;
    1126 font-weight: 500;
    1127 text-align: center;
    1128 color: #000;
     1117    cursor: pointer;
     1118    display: block;
     1119    float: left;
     1120    padding: 0.3em 0.5em;
     1121    box-shadow: 1px 1px 1px rgba(255, 255, 255, 0.2) inset, -1px -1px 1px rgba(0, 0, 0, 0.2) inset;
     1122    width: 65px;
     1123    height: 21px;
     1124    font-size: 12px;
     1125    line-height: 20px;
     1126    font-weight: 500;
     1127    text-align: center;
     1128    color: #000;
    11291129}
    11301130
     
    11321132.inner-field.toggle-field.hide .toggle-item.toggle-item-hide,
    11331133.inner-field.toggle-field .toggle-item:hover {
    1134 background-color: var(--primary-color);
    1135 color: #fff;
     1134    background-color: var(--primary-color);
     1135    color: #fff;
    11361136}
    11371137
    11381138.inner-field.toggle-field.show .toggle-item.toggle-item-hide,
    11391139.inner-field.toggle-field.hide .toggle-item.toggle-item-show {
    1140 background: #bc85df !important;
    1141 color: #fff;
    1142 box-shadow: 1px 0px 1px rgba(0, 0, 0, 0.2) inset;
     1140    background: #bc85df !important;
     1141    color: #fff;
     1142    box-shadow: 1px 0px 1px rgba(0, 0, 0, 0.2) inset;
    11431143}
    11441144
    11451145.inner-field.toggle-field.show .toggle-item.toggle-item-hide {
    1146 box-shadow: -1px 0px 1px rgba(0, 0, 0, 0.2) inset;
     1146    box-shadow: -1px 0px 1px rgba(0, 0, 0, 0.2) inset;
    11471147}
    11481148
    11491149.nekit-mega-menu-modal .header_title_wrap .nekit-menu-toggle-arrow.megamenu-admin-hide-arrow .dashicons-arrow-up-alt2,
    11501150.nekit-mega-menu-modal .header_title_wrap .nekit-menu-toggle-arrow:not(.megamenu-admin-hide-arrow) .dashicons-arrow-down-alt2 {
    1151 display: none;
     1151    display: none;
    11521152}   
    11531153
    11541154.nekit-mega-menu-modal .header_title_wrap .nekit-menu-toggle-arrow.megamenu-admin-hide-arrow .dashicons-arrow-down-alt2,
    11551155.nekit-mega-menu-modal .header_title_wrap .nekit-menu-toggle-arrow:not(.megamenu-admin-hide-arrow) .dashicons-arrow-up-alt2 {
    1156 display: block;
     1156    display: block;
    11571157}
    11581158
  • news-kit-elementor-addons/trunk/news-kit-elementor-addons.php

    r3386384 r3406751  
    33 * Plugin Name: News Kit Addons For Elementor
    44 * Description: Elementor addons for your website.
    5  * Version:     1.4.1
     5 * Version:     1.4.2
    66 * Author:      BlazeThemes
    77 * Author URI:  http://blazethemes.com/
  • news-kit-elementor-addons/trunk/readme.txt

    r3386384 r3406751  
    33Tags: elementor addons, news addon, theme builder
    44Requires at least: 5.0
    5 Tested up to: 6.8
    6 Stable tag: 1.4.1
     5Tested up to: 6.9
     6Stable tag: 1.4.2
    77Requires PHP: 5.6
    88License: GPLv3 or later
     
    107107
    108108== Changelog ==
     109= 1.4.2 - Dec 1st, 2025 =
     110    * Fixed - some admin css fixes
     111
    109112= 1.4.1 - Oct 29th, 2025 =
    110113    * Fixed - wrong date display on posts issue fixed
Note: See TracChangeset for help on using the changeset viewer.