[ Avaa Bypassed ]




Upload:

Command:

hmhc3928@3.12.123.71: ~ $
/*
 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;
	}
	& > .wp-menu-image::before {
		background-image: none !important;
	}

	@import '_dashicons';
}

Filemanager

Name Type Size Permission Actions
_boxes.scss File 1.71 KB 0644
_dashicons.scss File 13.69 KB 0644
_forms.scss File 548 B 0644
_indeterminate-checkbox.scss File 816 B 0644
_input-group.scss File 301 B 0644
_main-tabs.scss File 1004 B 0644
_test-access-screen.scss File 1.92 KB 0644
_ui-constants.scss File 223 B 0644
admin.css File 3.43 KB 0644
force-dashicons.css File 27.58 KB 0644
force-dashicons.css.map File 3.03 KB 0644
force-dashicons.scss File 857 B 0644
jquery.qtip.css File 12.38 KB 0644
jquery.qtip.min.css File 8.77 KB 0644
menu-editor.css File 44.93 KB 0644
menu-editor.css.map File 25.3 KB 0644
menu-editor.scss File 39.94 KB 0644
screen-meta-old-wp.css File 1.78 KB 0644
screen-meta.css File 1.12 KB 0644
style-classic.css File 2.71 KB 0644
style-modern-one.css File 4.81 KB 0644
style-modern-one.css.map File 1.13 KB 0644
style-modern-one.scss File 6.26 KB 0644
style-wp-grey.css File 5 KB 0644