purr

password generation and secret sharing
Log | Files | Refs | README | LICENSE

commit c3a3374e45cf53bbe839ba31d843b1c921e049cc
parent 117d8793dd18968b4c78501224f0ff067458287f
Author: James Eversole <james@eversole.co>
Date:   Mon, 26 Dec 2022 22:42:09 -0600

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

Diffstat:
MPurr.cabal | 2+-
Mviews/cassius/style.cassius | 7+++++++
Mviews/index.hamlet | 2--
3 files changed, 8 insertions(+), 3 deletions(-)

diff --git a/Purr.cabal b/Purr.cabal @@ -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 diff --git a/views/cassius/style.cassius b/views/cassius/style.cassius @@ -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% diff --git a/views/index.hamlet b/views/index.hamlet @@ -60,8 +60,6 @@ $doctype 5 placeholder="enter a secret to share" /> <div .validForm> - valid for: - <br /> <input .numberInput name="newSecDuration" type="number"