Как сделать рамку
29.06.2012 idiotquest Идиотские вопросы 3506
Как сделать рамку как на этом сайте
http://notchgame.ru/
http://notchgame.ru/
FenStan 29.06.2012 idiotquest Идиотские вопросы 3506
if( typeof tinymce === 'object' ) {
tinymce.get().forEach((item) => {
if( this.isDarkTheme() ) item.contentDocument.activeElement.classList.add('dle_theme_dark');
else item.contentDocument.activeElement.classList.remove('dle_theme_dark');
});
}