diff --git a/css/component.css b/css/component.css
index ce5d899..0bf2b50 100755
--- a/css/component.css
+++ b/css/component.css
@@ -24,6 +24,7 @@
}
/* normalize the input elements, make them look like everything else */
+
.nl-form input,
.nl-form select,
.nl-form button {
@@ -189,7 +190,7 @@ input:focus::-moz-placeholder {
color: rgba(255,255,255,0.2);
}
-input:-ms-input-placeholder {
+input:-ms-input-placeholder {
color: rgba(255,255,255,0.8);
}
@@ -282,4 +283,4 @@ input:focus::-ms-input-placeholder {
.nl-form {
font-size: 2em;
}
-}
\ No newline at end of file
+}
diff --git a/css/default.css b/css/default.css
index 6142354..51b5b4d 100755
--- a/css/default.css
+++ b/css/default.css
@@ -12,7 +12,7 @@
font-style: normal;
}
-*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
+*:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
body, html { font-size: 100%; padding: 0; margin: 0;}
/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
@@ -138,4 +138,4 @@ a:active {
display: none;
}
-}
\ No newline at end of file
+}
diff --git a/css/material-datetime-picker.css b/css/material-datetime-picker.css
index 0003780..b5b8f1c 100644
--- a/css/material-datetime-picker.css
+++ b/css/material-datetime-picker.css
@@ -12,6 +12,7 @@
opacity: 1; }
.c-datepicker {
+ color: #000000;
min-height: 610px;
position: fixed;
left: 50%;
diff --git a/index.html b/index.html
index 3972301..3249df3 100755
--- a/index.html
+++ b/index.html
@@ -26,44 +26,18 @@
} */
.c-btn {
- font-size: 14px;
- text-transform: capitalize;
- font-weight: 600;
- display: inline-block;
- line-height: 36px;
- cursor: pointer;
- text-align: center;
- text-transform: uppercase;
- min-width: 88px;
- height: 36px;
- margin: 10px 8px;
- padding: 0 8px;
- text-align: center;
- letter-spacing: .5px;
- border-radius: 2px;
- background: #F1F1F1;
- color: #393939;
- transition: background 200ms ease-in-out;
- box-shadow: 0 3.08696px 5.82609px 0 rgba(0, 0, 0, 0.16174), 0 3.65217px 12.91304px 0 rgba(0, 0, 0, 0.12435);
}
.c-btn--flat {
- background: transparent;
- margin: 10px 8px;
- min-width: 52px;
}
.c-btn:hover {
- background: rgba(153, 153, 153, 0.2);
- color: #393939;
}
.c-btn:active {
- box-shadow: 0 9.6087px 10.78261px 0 rgba(0, 0, 0, 0.17217), 0 13.56522px 30.3913px 0 rgba(0, 0, 0, 0.15043);
}
.c-btn--flat, .c-btn--flat:hover, .c-btn--flat:active {
- box-shadow: none;
}
@@ -80,40 +54,18 @@
Back to the Codrops Article
Smart Contract Creatorwith custom input elements
+ Smart Contract Creator with custom input elements