文件操作 - force-dashicons.scss
返回文件管理
返回主菜单
删除本文件
文件: /var/www/vec.uaysen.cl/html/wp-content/plugins/admin-menu-editor-pro/css/force-dashicons.scss
编辑文件内容
/* Forcibly set menu icons to the selected custom Dashicons. Problem: Some plugins use CSS to assign icons to their admin menu items. Users want to change the icons. In many cases, simply changing the icon URL doesn't work because the plugin CSS overrides it. Workaround: Add more CSS that overrides the icon styles that were set by other plugins. */ //Artificially increase selector specificity by repeating the ID. #adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon { & > .wp-menu-image::before { font-family: "dashicons", sans-serif !important; font-size: 20px !important; } //Some plugins set the icon as a background image instead of a pseudo-element. & > .wp-menu-image { background-image: none !important; position: static; } @import '_dashicons'; }
修改文件时间
将文件时间修改为当前时间的前一年
删除文件