Remove valid for text notice, remove arrows on number input styling
This commit is contained in:
parent
117d8793dd
commit
c3a3374e45
@ -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
|
||||
|
@ -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%
|
||||
|
@ -60,8 +60,6 @@ $doctype 5
|
||||
placeholder="enter a secret to share"
|
||||
/>
|
||||
<div .validForm>
|
||||
valid for:
|
||||
<br />
|
||||
<input .numberInput
|
||||
name="newSecDuration"
|
||||
type="number"
|
||||
|
Loading…
x
Reference in New Issue
Block a user