Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/aerohub/hugo-identity-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Grosser <development@stp-ip.net>2017-04-11 22:40:40 +0300
committerMichael Grosser <development@stp-ip.net>2017-04-11 22:40:40 +0300
commit9a3365e702f1f057c5c5382fe1028baafda48122 (patch)
tree630c5833af1f0142fd6991e3d66f060450d98461
parentf414a86139ccaab9213ccae2be8d503fac03c81b (diff)
Fix css to conform to spec
-rw-r--r--static/assets/sass/components/_form.scss6
1 files changed, 3 insertions, 3 deletions
diff --git a/static/assets/sass/components/_form.scss b/static/assets/sass/components/_form.scss
index 6efcf15..491eb90 100644
--- a/static/assets/sass/components/_form.scss
+++ b/static/assets/sass/components/_form.scss
@@ -29,7 +29,7 @@
margin: 0 0 (_size(element-margin) * 0.5) 0;
}
- input[type="text"],
+ input:not([type]),
input[type="password"],
input[type="email"],
input[type="tel"],
@@ -77,7 +77,7 @@
}
}
- input[type="text"],
+ input:not([type]),
input[type="password"],
input[type="email"],
select {
@@ -178,4 +178,4 @@
.formerize-placeholder {
color: _palette(fg-light) !important;
opacity: 1.0;
- } \ No newline at end of file
+ }