diff options
Diffstat (limited to 'app/assets/stylesheets/forms.css.scss')
| -rw-r--r-- | app/assets/stylesheets/forms.css.scss | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/app/assets/stylesheets/forms.css.scss b/app/assets/stylesheets/forms.css.scss index 96d50be..84b57c5 100644 --- a/app/assets/stylesheets/forms.css.scss +++ b/app/assets/stylesheets/forms.css.scss @@ -1,12 +1,12 @@ @import "mixins.css.scss"; @import "settings.css.scss"; -input[type="email"], input[type="submit"]{ +input[type="email"], input[type="submit"] { border-color: #79a8c4; font-size: 24px; } -input[type="email"]{ +input[type="email"] { padding: 20px; color: #bacdd8; @include appearance(textfield); @@ -16,12 +16,15 @@ input[type="email"]{ margin-top: 3px; color: #bacdd8; } + :-moz-placeholder { /* Mozilla Firefox 4 to 18 */ color: #bacdd8; } + ::-moz-placeholder { /* Mozilla Firefox 19+ */ color: #bacdd8; } + :-ms-input-placeholder { /* Internet Explorer 10+ */ color: #bacdd8; } @@ -46,7 +49,6 @@ input[type="submit"][disabled] { *background-color: #003bb3; } - #error_explanation{ position: absolute; bottom: -10px; |
