Changing css style in touchscreen application
Hi, I want to change colors in screen attached below.
I changed ui.css in /usr/local/Repetier-Server/www/modules/front2/www/css.
For example, .sidemenu{background:##ab6f00; to .sidemenu{background:#ff0000;
I expected the sidemenu background will be change to red. After restarting server color still remains the same.
What I can do to change color of this menu?
I changed ui.css in /usr/local/Repetier-Server/www/modules/front2/www/css.
For example, .sidemenu{background:##ab6f00; to .sidemenu{background:#ff0000;
I expected the sidemenu background will be change to red. After restarting server color still remains the same.
What I can do to change color of this menu?
Comments
Most likely your new css was not loaded from browser using the version in cache. Try a hard reload or clear cache or reload with dev tools open. Check in chrome debug tool if the new or old version was loaded. For 0.91 there will be a new template making compilation much easier.