No description
Find a file
Shannon Sterz eeb320d320 input: align check boxes better in forms
by applying a negative margin to the left and right sides. this is
necessary, as we apply a background-color when the checkbox is, for
exampled, hovered. if we just applied the padding to the bottom and
top, that background would appear as an oval due to the way
`border-radius: 50%` works on non-square elements.

the negative margin preserves the square shape of the element while
essentially removing the extra space added by the padding property.

Signed-off-by: Shannon Sterz <s.sterz@proxmox.com>
Link: https://lore.proxmox.com/20260309084121.17412-1-s.sterz@proxmox.com
2026-03-09 10:29:45 +01:00
assets assets: add a woff2 variant for roboto flex 2025-05-28 12:59:04 +02:00
docs docs: run make refresh 2026-03-05 13:32:10 +01:00
scss input: align check boxes better in forms 2026-03-09 10:29:45 +01:00
copyright assets: add a woff2 variant for roboto flex 2025-05-28 12:59:04 +02:00
Documentation.md docs: run make refresh 2026-03-05 13:32:10 +01:00
extract-scss-doc.sh doc: add button documentation 2025-02-03 13:54:07 +01:00
LICENSE-APACHE add license 2023-01-12 12:29:37 +01:00
LICENSE-MIT add license 2023-01-12 12:29:37 +01:00
LICENSE-OFL.txt add RobotoFlex ttf font 2023-01-31 07:34:24 +01:00
Makefile docs: include precompiled CSS themes 2025-12-10 18:41:26 +01:00
README.md add README.md 2023-01-13 08:07:35 +01:00

Proxmox Widget Toolkit assets and SCSS theme files.

This git repository contains additional files required to run Proxmox Widget Toolkit application. You usually add this repository as git sub-module to you project, so that you can customize the CSS and ship the required files.