- Mar 19, 2022
- Feb 20, 2022
-
-
Weilbyte authored
return red border around invalid form fields
-
masonh authored
addresses #111 The 0-width border in this theme prevented the red error border from showing. This commit returns a 1px solid border with the same CSS selector as PVE's built-in theme and corrects for the corresponding layout disruption by adding a -1px margin. The built-in theme currently sets the border color to #cf4c35, which is not overridden.
-
- Feb 12, 2022
- Dec 25, 2021
- Nov 20, 2021
- Nov 15, 2021
- Oct 29, 2021
-
-
Weilbyte authored
Added umask
-
- Oct 21, 2021
-
-
Tommy authored
Some people use umask 077 (like me), and it doesn't seem to work. I tried with umask 022 and it worked just fine, so I think we should set the default umask in the script. It would be nice if we can figure out something stricter than 022 as well.
-
- Oct 12, 2021
- Sep 09, 2021
- Aug 02, 2021
- Aug 01, 2021
- Jul 28, 2021
- Jul 10, 2021
-
-
Weilbyte authored
* 7.0: Fix left-panel DC view context menu * 7.0: Remove chart button borders * 7.0: Fix change button focus color * 7.0: Color icons * 7.0: Fix grid group title color for repo page * 7.0: Checkbox: Inherit color * 7.0 changes compiled * Add 7.0 to supported list
-