diff options
| author | Tyler Mercier <tylermercier@gmail.com> | 2013-07-29 15:38:18 -0600 |
|---|---|---|
| committer | Tyler Mercier <tylermercier@gmail.com> | 2013-07-29 15:38:18 -0600 |
| commit | ce1cb7ea7997961fc2fc9ea1b40558e717c0ef05 (patch) | |
| tree | 813b38a9d6035be4975b6394460b866a754bbda6 /app/assets/stylesheets/forms.css.scss | |
| parent | 9c889028be05270f3cfef1e926c75da2882bafe4 (diff) | |
cleanup saas files
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; |
