summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJoshua T <buildingsomethingfun@gmail.com>2022-01-18 22:49:37 +0300
committerGitHub <noreply@github.com>2022-01-18 22:49:37 +0300
commit84a176631b55f7273ca074748cc56820d474af66 (patch)
tree729e0dc3d1cab78581e96c3703d8170283822229 /docs
parent8cff0e92d299c8a8437835dd3fe50076a43b87e8 (diff)
downloadinter-84a176631b55f7273ca074748cc56820d474af66.tar.xz
website: Remove stepper buttons for number input fields on Firefox (#385)
Diffstat (limited to 'docs')
-rw-r--r--docs/index.css3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/index.css b/docs/index.css
index 5b48f4760..594f0e308 100644
--- a/docs/index.css
+++ b/docs/index.css
@@ -139,6 +139,9 @@ h1 {
/*box-shadow: 0 2px 0 0 var(--red);*/
background: rgba(0, 0, 0, 0.07);
}
+ .dynmet-calc input[type=number] {
+ appearance: textfield;
+ }
.dynmet-calc input[type=number]::-webkit-inner-spin-button,
.dynmet-calc input[type=number]::-webkit-outer-spin-button {
-webkit-appearance: none;