Skip to content

Instantly share code, notes, and snippets.

@wanghailei
Created November 20, 2011 11:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wanghailei/1380164 to your computer and use it in GitHub Desktop.
Save wanghailei/1380164 to your computer and use it in GitHub Desktop.
Declare a CSS style just be used for Firefox
@-moz-document url-prefix() {
#search .button_cell input {
height:27px;
padding-bottom:2px;
}
}
@sanjayvala
Copy link

@-moz-document url-prefix() { class:value;} already adit but create error in....
error:Sorry, the at-rule @-moz-document is not implemented.
i have already implemented in @-moz-document url-prefix() {}
in w3c validator in shopify

plz help me

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment