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
|
-- see: https://github.com/sol/hpack
|
||||||
|
|
||||||
name: Purr
|
name: Purr
|
||||||
version: 0.1.0.0
|
version: 0.3.0
|
||||||
description: https://git.eversole.co/James/Purr
|
description: https://git.eversole.co/James/Purr
|
||||||
author: James Eversole
|
author: James Eversole
|
||||||
maintainer: james@eversole.co
|
maintainer: james@eversole.co
|
||||||
|
@ -34,6 +34,13 @@ p
|
|||||||
a
|
a
|
||||||
color: #{colorThree}
|
color: #{colorThree}
|
||||||
|
|
||||||
|
input::-webkit-outer-spin-button,
|
||||||
|
input::-webkit-inner-spin-button
|
||||||
|
-webkit-appearance: none
|
||||||
|
margin: 0
|
||||||
|
input[type=number]
|
||||||
|
-moz-appearance: textfield
|
||||||
|
|
||||||
.main
|
.main
|
||||||
margin: 1em auto
|
margin: 1em auto
|
||||||
max-width: 50%
|
max-width: 50%
|
||||||
|
@ -60,8 +60,6 @@ $doctype 5
|
|||||||
placeholder="enter a secret to share"
|
placeholder="enter a secret to share"
|
||||||
/>
|
/>
|
||||||
<div .validForm>
|
<div .validForm>
|
||||||
valid for:
|
|
||||||
<br />
|
|
||||||
<input .numberInput
|
<input .numberInput
|
||||||
name="newSecDuration"
|
name="newSecDuration"
|
||||||
type="number"
|
type="number"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user