Skip to content
Snippets Groups Projects
  1. Jul 05, 2022
  2. Jun 05, 2022
  3. May 28, 2022
  4. May 07, 2022
  5. Mar 25, 2022
  6. Mar 19, 2022
  7. Feb 20, 2022
    • Weilbyte's avatar
      Merge pull request #116 from masonh/patch-1 · a89fde9b
      Weilbyte authored
      return red border around invalid form fields
      a89fde9b
    • masonh's avatar
      return red border around invalid form fields · 98c2ad5c
      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.
      98c2ad5c
  8. Feb 12, 2022
  9. Dec 25, 2021
  10. Nov 20, 2021
  11. Nov 15, 2021
  12. Oct 29, 2021
  13. Oct 21, 2021
    • Tommy's avatar
      Added umask · 7ed98d3b
      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.
      7ed98d3b
Loading