| Server IP : 195.130.67.5 / Your IP : 216.73.217.127 Web Server : Microsoft-IIS/10.0 System : Windows NT WEBSERVER1 10.0 build 17763 (Windows Server 2016) i586 User : IUSR ( 0) PHP Version : 7.4.19 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /inetpub/wwwroot/engineering/wp-content/plugins/material-design-icons/css/ |
Upload File : |
/**
* Material Design Icons admin styles
*
* @package Material Design Icons
* @author Brad Williams
* @link https://github.com/braginteractive/Material-Design-Icons-WordPress-Plugin
*/
/**
* TinyMCE
*/
/* Override TinyMCE rules blocking these native Font Awesome styles */
#menu_content_content_bfaSelect_menu .icon-fw,
#menu_content_content_bfaSelect_menu .mdi-fw,
.mce-stack-layout-item .icon-fw,
.mce-stack-layout-item .mdi-fw {
display: inline-block;
width: 1.2857142857142858em;
text-align: center;
}
/* Override TinyMCE icon font family */
.mdi {
font-family: MaterialDesignIcons !important;
}
i.mce-i-mdi-icon {
background-image: url('mdi-icon.png');
}