fix placeholders in forms

This commit is contained in:
bechi 2014-09-01 14:55:18 -03:00
parent 0ef47e5c4c
commit 1523c552f8
1 changed files with 6 additions and 6 deletions

View File

@ -53,19 +53,19 @@
} }
::-webkit-input-placeholder { ::-webkit-input-placeholder {
color: #7A8C9E; color: #4D657C;
} }
:-moz-placeholder { /* Firefox 18- */ :-moz-placeholder { /* Firefox 18- */
color: #7A8C9E; color: #4D657C;
} }
::-moz-placeholder { /* Firefox 19+ */ ::-moz-placeholder { /* Firefox 19+ */
color: #7A8C9E; color: #4D657C;
} }
:-ms-input-placeholder { :-ms-input-placeholder {
color: #7A8C9E; color: #4D657C;
} }
#qr-canvas { display: none; } #qr-canvas { display: none; }
@ -167,7 +167,7 @@ a:hover {
-moz-box-shadow: inset 0px 0px 3px 0px rgba(0,0,0,0.10) !important; -moz-box-shadow: inset 0px 0px 3px 0px rgba(0,0,0,0.10) !important;
box-shadow: inset 0px 0px 3px 0px rgba(0,0,0,0.10) !important; box-shadow: inset 0px 0px 3px 0px rgba(0,0,0,0.10) !important;
border: 0 !important; border: 0 !important;
color: #7A8C9E !important; color: #fff !important;
} }
.open select, .open select,
@ -177,7 +177,7 @@ a:hover {
.settings select { .settings select {
background: #2C3E50 !important; background: #2C3E50 !important;
border: 0 !important; border: 0 !important;
color: #7A8C9E !important; color: #fff !important;
} }
.page, .main { .page, .main {