55 Commits
Author SHA1 Message Date
Ton Huisman 2edbf8491f [UI] Compatibility css fix by @chromoxdor 2026-03-11 21:47:31 +01:00
Ton Huisman 8b2eb309ab [UI] Fine-tune css fixes by @chromoxdor 2026-03-10 22:18:58 +01:00
Ton Huisman 26aa8c78b5 [UI] Fine-tune css for nicer menu sub-tabs (Interfaces) 2026-03-09 22:21:26 +01:00
Ton Huisman c150b4bf37 [UI] Revert: Fine-tune css for nicer menu tabs in dark mode 2026-03-05 23:23:01 +01:00
Ton Huisman b5b9d570f1 [UI] Fine-tune css for nicer menu tabs in dark mode 2026-03-04 22:19:00 +01:00
Ton Huisman 6d3269718f [UI] Improved css to have a pointer cursor and some spacing around the Details... label 2026-03-01 22:38:56 +01:00
Ton Huisman 4c32244bc5 [UI] Improved css when used on small screens, more updates 2026-02-28 23:58:38 +01:00
Ton Huisman 166107690e [UI] Improved css when used on small screens, more updates 2026-02-28 23:50:46 +01:00
Ton Huisman 422234be31 [UI] Improved css when used on small screens 2026-02-28 23:42:01 +01:00
Ton Huisman 503cca6ea8 [UI] Add support for collapsible sections on web pages 2026-02-22 22:37:19 +01:00
Ton Huisman 6a609c0ea4 [Feature] Split Interfaces page into separate tab per interface 2026-02-21 22:00:39 +01:00
TD-er 3a1515ad21 [WebUI] Add some icon to Interfaces tab + minor tweaks 2026-02-11 17:17:12 +01:00
chromoxdorandGitHub 7250122521 Merge branch 'mega' into CSS-for-two-extra-tabs 2026-01-13 20:13:31 +01:00
chromoxdor 5a1a0cdc91 [CSS] small update 2025-09-26 11:19:20 +02:00
chromoxdor e16b621c96 no need here 2025-09-25 18:21:57 +02:00
chromoxdor fd682caabb [CSS] Future CSS for Wi-Fi & Interfaces tab 2025-09-25 18:04:07 +02:00
TD-er 41aeed8060 [CSS] Tweaks for newly added Network tab 2025-09-24 16:15:12 +02:00
Ton Huisman 647c71973f [UI] Fix disabled-checked Checkbox styling, and allow to enable/disable from js 2024-09-18 22:44:09 +02:00
Ton Huisman aa447b4320 [UI] Widen textarea fields for easier input of larger/wider text 2023-08-20 13:40:40 +02:00
Ton Huisman 1393593bc7 [UI] Darker background color for disabled input fields 2022-12-19 21:45:47 +01:00
chromoxdor 0c7f1aba02 forgot to change width to max-width 2022-11-25 15:31:38 +01:00
chromoxdor c4f1ef1885 made the number inputfield better fit (except firefox) 2022-11-25 15:04:21 +01:00
chromoxdor a9b01112a1 and xmp is out 2022-11-24 23:12:48 +01:00
chromoxdor 2d5d9d2c7e removed one sys var wrap and re added pre tag 2022-11-24 23:02:45 +01:00
chromoxdor 7f863f66cb forgot to minify and embed the css 2022-11-24 22:14:55 +01:00
chromoxdor 2bd4fdd8a4 [style][layout] css optimizations, values table improvement 2022-11-24 21:47:08 +01:00
chromoxdor 6aaa0f3af3 re adding max-height 2022-10-17 11:52:07 +02:00
chromoxdor 03c328e942 removing height for textarea completely
textarea height is given by "cols" in the tag and it ignores things like "fit-content" so i removed it and this also makes "max-height" unnecessary....
Auto resize the textarea to fit content is possible but adds more extra code:
Example: https://codepen.io/phpcodertech/pen/oNXVzWW
2022-10-17 11:20:51 +02:00
chromoxdor ec4978c995 it should be height not width :) 2022-10-17 01:06:50 +02:00
chromoxdor 3a8e3cc4cb css fix for textviewer
also removed unnecessary files from /static
2022-10-17 01:02:39 +02:00
chromoxdor 28360d4c8c firefox was left out for "normal" rules, removed unnecessary folder 2022-09-22 16:55:15 +02:00
Ton Huisman 5e3e0c668f [UI] Fix dark mode display for Chart JS graphs 2022-09-09 14:05:07 +02:00
Ton Huisman 521041bbb9 [UI] Replace 'odd' by 'even' class, restoring pre-dark mode multirow style 2022-09-07 22:27:04 +02:00
Ton Huisman 94c96f8c1c [UI] Change multi2row to multirow tworow (@chromoxdor), improved tworow 2022-09-06 21:19:56 +02:00
Ton Huisman 45a4d2a317 [UI] Make theme selectable: Auto, Light, Dark 2022-09-05 22:57:29 +02:00
chromoxdor 9aff6e45b2 added xwide to css, reverted p016 column change
...and i made managed to make the css even smaller :)
(removed the table from table.normal and table.multirow as well as input and select from input.wide/select.wide since these are anyway the only objects, that use this css)
2022-09-01 00:02:46 +02:00
chromoxdor 23ca308ff1 resolves minor issue in /setup 2022-08-29 15:11:50 +02:00
chromoxdor 86d9cadaf4 minor changes+ adding automode css files 2022-08-29 12:18:16 +02:00
chromoxdor 605ec1a0c7 table-border ios fix the 2nd 2022-08-13 21:13:50 +02:00
chromoxdor e2ef50ab87 render table-border on ios devices 2022-08-13 21:06:58 +02:00
chromoxdor 1338390d15 modernized the css 2022-08-13 11:24:16 +02:00
chromoxdor c4a69f7955 ubbs..i edited the wrong line 2022-08-12 17:12:26 +02:00
chromoxdor b4ba8a33f4 put back some stuff
i striped my css down a lot to make it the same size as the old one.... but for better user experience i put some things back in :)
2022-08-12 17:02:24 +02:00
chromoxdor 0988a2f9c2 accommodate to windows users 2022-08-12 16:33:55 +02:00
chromoxdor 1804535e00 no rounded corners and green is back
no rounded corners for the gentlemen programmers
2022-08-12 15:55:24 +02:00
chromoxdor b9309f6498 fixed to wide input fields 2022-08-12 15:21:53 +02:00
chromoxdor 898961036c changed highlightcolor + wider column 2022-08-12 15:07:53 +02:00
chromoxdor 87a01f974e removed unnecessary css 2022-08-12 14:15:37 +02:00
chromoxdor 18544a1ca2 css update+ round helper buttons 2022-08-12 13:27:23 +02:00
chromoxdor 19744a9300 changed css +round buttons 2022-08-12 12:59:32 +02:00