文件操作 - pro-admin-styles.scss
返回文件管理
返回主菜单
删除本文件
文件: /var/www/vec.uaysen.cl/html/wp-content/plugins/admin-menu-editor-pro/extras/pro-admin-styles.scss
编辑文件内容
@use "sass:color"; @use "sass:math"; /* * Third level menus. */ #adminmenu, .folded #adminmenu { .ame-deep-submenu { position: absolute; } li.menu-top { &.opensub, &.wp-has-current-submenu { .ame-deep-submenu { top: -1000em; position: absolute; } } } li.ame-has-deep-submenu { $triangleSize: 23px; $pointerSize: 18px; &.ame-has-highlighted-item, &.ame-has-current-deep-submenu { > a:first-of-type { background: #0073aa; //Default active background color in WP 5.6.x. color: #fff; &::after { content: "\f140"; margin-top: -$pointerSize/2; } } > .ame-deep-submenu { top: 0; position: relative; padding-top: 0; padding-bottom: 0; } } //Don't override the left padding of submenus with icons. Those already have custom padding. &:not(.ame-has-submenu-icons) { &.ame-has-highlighted-item, &.ame-has-current-deep-submenu { > .ame-deep-submenu > li > a { padding-left: 24px; } } } > a { position: relative; } > a::after { position: absolute; right: 6px; top: 50%; margin-top: -$pointerSize/2; height: $pointerSize; width: math.max($pointerSize, 20px); font-family: dashicons, serif; content: "\f139"; font-size: $triangleSize; line-height: $pointerSize; text-align: right; } } } #adminmenu .wp-submenu li.opensub > ul.ame-deep-submenu, .folded #adminmenu .wp-submenu li.opensub > ul.ame-deep-submenu { top: -1px; } .folded #adminmenu li.opensub > ul.ame-deep-submenu, .folded #adminmenu .wp-has-current-submenu.opensub > ul.ame-deep-submenu, .no-js.folded #adminmenu .ame-has-deep-submenu:hover > ul.ame-deep-submenu { top: 0; left: 160px; } .folded #adminmenu li.opensub li.ame-has-highlighted-item > ul.ame-deep-submenu { //Fix deep submenu layout in the folded state. left: 0; box-shadow: none; //Hide the submenu head. The parent item will serve as the head. > li.wp-submenu-head { display: none; } } //Folded state: WP adds a transparent left border to the current submenu, and //that gets inherited by the current deep submenu. This messes up text alignment, //so let's remove the border. .folded #adminmenu li.ame-has-deep-submenu { &.ame-has-highlighted-item, &.ame-has-current-deep-submenu { > .ame-deep-submenu { border-left-width: 0; } } }
修改文件时间
将文件时间修改为当前时间的前一年
删除文件