mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 865768 - CSS files should use '%' as preprocessor marker. r=fabrice
This commit is contained in:
parent
cb8dc24abd
commit
6dedc36e00
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user