Skip to content

Instantly share code, notes, and snippets.

@danjac
Created May 2, 2016 20:12
Show Gist options
  • Save danjac/d8494c2f130a1d90c90c3583fa0ede19 to your computer and use it in GitHub Desktop.
Save danjac/d8494c2f130a1d90c90c3583fa0ede19 to your computer and use it in GitHub Desktop.
input:not(.urlbar-input):not(.textbox-input):not(.form-control):not([type='checkbox']) {
-moz-appearance: none !important;
background-color: inherit;
color: inherit;
}
#downloads-indicator-counter {
color: white;
}
textarea {
-moz-appearance: none !important;
background-color: inherit;
color: inherit;
}
select {
-moz-appearance: none !important;
background-color: inherit;
color: inherit;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment