most of css/js in backend are combined and minified using the clientDependency framework... so you may need to clean out folder where your clientdependency files are stored or change version number of client dependency
Files are stored in /App_Data/ClientDependency or /App_Data/TEMP/ClientDependency
Client dependenct version number can be changed in file /config/clientdependency.config
try to chanage the admin style
Hi,
I used umbraco 4.9.1 and I try to change the admin style in umbraco/css/umbracoGui.css
It does not affect. There is another file I need to change?
using Chrome, you can use F12 to see which css/javascript are using currently.
most of css/js in backend are combined and minified using the clientDependency framework... so you may need to clean out folder where your clientdependency files are stored or change version number of client dependency
Files are stored in /App_Data/ClientDependency or /App_Data/TEMP/ClientDependency
Client dependenct version number can be changed in file /config/clientdependency.config
Cheers,
/Dirk
Thank you Dirk,
Really helped me :)
is working on a reply...