Changeset 3443805
- Timestamp:
- 01/21/2026 07:21:39 AM (2 months ago)
- Location:
- infility-global/trunk
- Files:
-
- 2 edited
-
infility_global.php (modified) (2 diffs)
-
widgets/infility-translate-tool/infility-translate-tool.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
infility-global/trunk/infility_global.php
r3437335 r3443805 4 4 Plugin URI: https://www.infility.cn/ 5 5 Description: Infility公共插件 6 Version: 2.14. 496 Version: 2.14.50 7 7 Author: Infility 8 8 Author URI: https://www.infility.cn/ … … 144 144 function __construct() 145 145 { 146 define( 'INFILITY_GLOBAL_VERSION', '2.14. 49' );146 define( 'INFILITY_GLOBAL_VERSION', '2.14.50' ); 147 147 define( 'INFILITY_GLOBAL_PATH', plugin_dir_path( __FILE__ ) ); // fullpath/wp-content/plugins/infility-global/ // 有斜杠 148 148 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 346 346 #translate_tool #sh_sc_flags_names_submenu li:hover{background:#c8c8c8;} 347 347 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 348 357 #translate_tool .translate_mobile{display:none;} 349 358 #translate_tool .translate_mobile #sh_lsft_custom_dropdown_flags{padding:0;}
Note: See TracChangeset
for help on using the changeset viewer.