Commit Graph

9 Commits

Author SHA1 Message Date
Zack Spear
62c12b5ada style: add jquery.ui.css & dynamix-jquery-ui.css into DefaultPageLayout and out of .page files 2025-04-02 10:58:55 -07:00
Zack Spear
9c468b636b style: replace DockerManager.css with dynamix-jquery-ui.css across multiple pages for improved theme consistency and maintainability 2025-04-01 15:37:49 -07:00
Zack Spear
16a647d1c8 Merge branch 'master' into feat/css3-variables 2025-03-31 11:44:47 -07:00
bergware
fd3e5de80f File manager: style fixes 2025-03-21 15:20:27 +01:00
Zack Spear
de822a0cd1 fix: DockerManager.css href url 2024-07-08 11:53:17 -07:00
Zack Spear
2a005f0c76 refactor: DockerManager default css with vars 2024-07-08 11:53:15 -07:00
bergware
8706f118eb File Manager: fix incorrect references 2023-11-03 18:06:40 +01:00
bergware
202cb8c222 Move inline styling in page files to dedicated css files
Instead of styling defined inside a page file, these settings are now kept in a dedicated css file. This has several advantages:

- It comes much easier to maintain styling, all css files are easy to find and update
- Browser can cache css files, which may improve page loading time
- Separate theme css files exist, no more need to make selection by coding

- This PR is a 1-to-1 move of existing inline styling to css files
- In future more optimization can be made by consolidating css files
2023-10-14 19:02:35 +02:00
bergware
2d28256c26 Add Dynamix File Manager to stock GUI 2023-10-01 11:10:02 +02:00