Skip to content

Instantly share code, notes, and snippets.

@itsprdp
Created December 1, 2014 09:11
Show Gist options
  • Save itsprdp/f2ef2f342dbdc8f65978 to your computer and use it in GitHub Desktop.
Save itsprdp/f2ef2f342dbdc8f65978 to your computer and use it in GitHub Desktop.
Mozilla Firefox Specific Styles selector
/*
* Common styles across all browsers
*/
.selector {
/*
* Normal styles
*/
}
/*
* Write/Load the -moz overrides at the end/last
* to override.
*/
@-moz-document url-prefix() {
.selector {
/*
* Override specific styles
* Eg: margin,padding, position:absolute etc
*/
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment