Bug 865768 - CSS files should use '%' as preprocessor marker. r=fabrice

This commit is contained in:
Kan-Ru Chen (陳侃如) 2013-04-30 11:57:10 +08:00
parent cb8dc24abd
commit 6dedc36e00

View File

@ -283,10 +283,10 @@ textarea:active {
background-color: rgba(141, 184, 216, 0.5);
}
#ifdef MOZ_WIDGET_GONK
%ifdef MOZ_WIDGET_GONK
/* This binding only provide key shortcuts that we can't use on devices */
input,
textarea {
-moz-binding: none !important;
}
#endif
%endif