[IMP]change color of placeholder.

bzr revid: vme@tinyerp.com-20120713051228-ujbygcchu78y0rm5
This commit is contained in:
Vidhin Mehta (OpenERP) 2012-07-13 10:42:28 +05:30
parent fe36f9b221
commit 37388344d6
2 changed files with 4 additions and 4 deletions

View File

@ -37,11 +37,11 @@
*/
}
.openerp :-moz-placeholder {
color: #afafaf !important;
color: #AFAFB6 !important;
font-style: italic !important;
}
.openerp ::-webkit-input-placeholder {
color: #afafaf !important;
color: #AFAFB6 !important;
font-style: italic !important;
}
.openerp a {

View File

@ -114,10 +114,10 @@ $sheet-max-width: 860px
// }}}
//Placeholder style{{{
\:-moz-placeholder
color: #AFAFAF !important
color: #AFAFB6 !important
font-style: italic !important
\::-webkit-input-placeholder
color: #AFAFAF !important
color: #AFAFB6 !important
font-style: italic !important
//}}}
// Tag reset {{{