Plugin Directory

Changeset 3443805


Ignore:
Timestamp:
01/21/2026 07:21:39 AM (2 months ago)
Author:
infility
Message:

v2.14.50 (20260121) Ben: 新版翻译插件样式更新

Location:
infility-global/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • infility-global/trunk/infility_global.php

    r3437335 r3443805  
    44Plugin URI: https://www.infility.cn/
    55Description: Infility公共插件
    6 Version: 2.14.49
     6Version: 2.14.50
    77Author: Infility
    88Author URI: https://www.infility.cn/
     
    144144    function __construct()
    145145    {
    146         define( 'INFILITY_GLOBAL_VERSION', '2.14.49' );
     146        define( 'INFILITY_GLOBAL_VERSION', '2.14.50' );
    147147        define( 'INFILITY_GLOBAL_PATH', plugin_dir_path( __FILE__ ) ); // fullpath/wp-content/plugins/infility-global/ // 有斜杠
    148148        define( 'INFILITY_GLOBAL_URL', plugins_url( '/', __FILE__ ) ); // https://the_domain/wp-content/plugins/infility-global/ // 斜杠是自己加的
  • infility-global/trunk/widgets/infility-translate-tool/infility-translate-tool.php

    r3419687 r3443805  
    346346                    #translate_tool #sh_sc_flags_names_submenu li:hover{background:#c8c8c8;}
    347347                   
     348                    #translate_tool #stylable-list-first-item{padding:10px !important;background:#FFFFFF;box-shadow: rgba(0, 0, 0, 0.15) 0 5px 15px;border-radius: 2px;}
     349                   
     350                    #translate_tool #lsft-sub-menu{max-height: 200px;overflow: auto;box-shadow: rgba(0, 0, 0, 0.15) 0 5px 15px !important;top: unset !important;background: #FFFFFF;'.$menu_style.'}
     351                    #translate_tool #lsft-sub-menu::-webkit-scrollbar{width: 5px;height: 5px;background-color: #F5F5F5;}
     352                    #translate_tool #lsft-sub-menu::-webkit-scrollbar-track{border-radius: 5px;background-color: transparent;}
     353                    #translate_tool #lsft-sub-menu::-webkit-scrollbar-thumb{border-radius: 5px;background-color: #ccc;}
     354                    #translate_tool #lsft-sub-menu li{padding:10px !important;}
     355                    #translate_tool #lsft-sub-menu li:hover{background:#c8c8c8;}
     356
    348357                    #translate_tool .translate_mobile{display:none;}
    349358                    #translate_tool .translate_mobile #sh_lsft_custom_dropdown_flags{padding:0;}
Note: See TracChangeset for help on using the changeset viewer.