Files
duplicati/Duplicati/Server
Kenneth SkovhedeandGitHub 78be887871 Merge pull request #5094 from kellycampbe/ConnectToServerFix
Fixes connect to server not working when a password is used for the UI.
2024-03-04 13:34:59 +01:00
..
2023-08-28 11:50:37 +02:00
2023-03-24 23:17:11 +01:00
2024-02-28 15:45:30 +01:00
2024-02-28 15:45:30 +01:00
2024-02-28 15:45:30 +01:00

Update style sheets

Install less CSS and minify plugin:

npm install less -g
npm install -g less-plugin-clean-css

Compile styles:

cd webroot/ngax
lessc less/dark.less styles/dark.css --clean-css -m=always
lessc less/default.less styles/default.css --clean-css -m=always

There are warnings about math=always, but to fix those all divisions in .less need to be wrapped in parens.