From ba85681f8c8a60230aa655a1c9c4b6bb3e592cba Mon Sep 17 00:00:00 2001 From: Matthew Wise Date: Sat, 19 Jan 2019 15:05:32 +0000 Subject: [PATCH] updated css file location --- .../src/views/propertyeditors/rte/rte.prevalues.controller.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Umbraco.Web.UI.Client/src/views/propertyeditors/rte/rte.prevalues.controller.js b/src/Umbraco.Web.UI.Client/src/views/propertyeditors/rte/rte.prevalues.controller.js index 81d20a105c..59e0429678 100644 --- a/src/Umbraco.Web.UI.Client/src/views/propertyeditors/rte/rte.prevalues.controller.js +++ b/src/Umbraco.Web.UI.Client/src/views/propertyeditors/rte/rte.prevalues.controller.js @@ -120,5 +120,5 @@ angular.module("umbraco").controller("Umbraco.PrevalueEditors.RteController", }); // load TinyMCE skin which contains css for font-icons - assetsService.loadCss("lib/tinymce/skins/umbraco/skin.min.css", $scope); + assetsService.loadCss("lib/tinymce/skins/lightgray/skin.min.css", $scope); });