We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
/menubar transparent/
background:transparent !important; border:none !important; }
/bookmarkbar transparent/
/tabbar transparent/
/findbar transparent/
-moz-appearance: none !important; background: -moz-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0), rgba(0,0,242,0), rgba(0,0,0,0), rgba(0,0,0,0), rgba(0,0,0,0)) !important; border-top: none !important; border-left: 0px solid threedshadow !important; border-right: 0px solid threedshadow !important; border-bottom: 0px solid threedshadow !important; -moz-box-shadow: inset threedshadow 0px 0px !important; }
The text was updated successfully, but these errors were encountered:
?
Sorry, something went wrong.
No branches or pull requests
/menubar transparent/
nav-bar{
background:transparent !important;
border:none !important;
}
/bookmarkbar transparent/
PersonalToolbar{
background:transparent !important;
border:none !important;
}
/tabbar transparent/
TabsToolbar{
background:transparent !important;
border:none !important;
}
/findbar transparent/
browser-bottombox{
-moz-appearance: none !important;
background: -moz-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0), rgba(0,0,242,0), rgba(0,0,0,0), rgba(0,0,0,0), rgba(0,0,0,0)) !important;
border-top: none !important;
border-left: 0px solid threedshadow !important;
border-right: 0px solid threedshadow !important;
border-bottom: 0px solid threedshadow !important;
-moz-box-shadow: inset threedshadow 0px 0px !important;
}
The text was updated successfully, but these errors were encountered: