extjs5 - ExtJS custom theme: Generating darker icons for panel. -



extjs5 - ExtJS custom theme: Generating darker icons for panel. -

in project there requirement create custom theme. base of operations color of components light(almost white). issue icons appearing on header of panels/windows(close, maximize) invisible. sass variables need declare images used these panels , windows darker(in contrast white)? , in scss file need include them?

you need replace images, in extjs 5 can find them at:

yourprojectfolder/ext/packages/your-theme/resources/images/tools/

there have 2 files, tools-sprites.png , tool-sprites-dark.png can replace them there if using standard theme or can save new image in custom theme folder path.

notice work browsers, have rebuild theme using sencha command.

extjs extjs5

Comments

Popular posts from this blog

formatting - SAS SQL Datepart function returning odd values -

c++ - Apple Mach-O Linker Error(Duplicate Symbols For Architecture armv7) -

php - Yii 2: Unable to find a class into the extension 'yii2-admin' -