Remove valid for text notice, remove arrows on number input styling

This commit is contained in:
James Eversole 2022-12-26 22:42:09 -06:00
parent 117d8793dd
commit c3a3374e45
3 changed files with 8 additions and 3 deletions

View File

@ -5,7 +5,7 @@ cabal-version: 1.12
-- see: https://github.com/sol/hpack
name: Purr
version: 0.1.0.0
version: 0.3.0
description: https://git.eversole.co/James/Purr
author: James Eversole
maintainer: james@eversole.co

View File

@ -34,6 +34,13 @@ p
a
color: #{colorThree}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button
-webkit-appearance: none
margin: 0
input[type=number]
-moz-appearance: textfield
.main
margin: 1em auto
max-width: 50%

View File

@ -60,8 +60,6 @@ $doctype 5
placeholder="enter a secret to share"
/>
<div .validForm>
valid for:
<br />
<input .numberInput
name="newSecDuration"
type="number"