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
Here some CSS lines to improve the Print Dialog appearance for your consideration:
printdialog > box { background-color:#cecece; } printdialog box.vertical { background:#cecece; }
And here, some CSS lines to get back again the Greybird famous gradient to Tabs
tab { background-image: linear-gradient(to bottom, shade(shade(#cecece, 1.02), 1.05), shade(shade(#cecece, 1.02), 0.97)); } tab:checked { background-image: linear-gradient(to bottom, shade(shade(#cecece, 1.02), 1.05), shade(shade(#d9d9d9, 1.02), 0.97)); }
From this:
To this
The text was updated successfully, but these errors were encountered:
c7b7e82
Thanks for the hint. I pushed a slightly different fix, but the result is the same.
Sorry, something went wrong.
Thanks a lot, @ochosi ! ;)
No branches or pull requests
Here some CSS lines to improve the Print Dialog appearance for your consideration:
And here, some CSS lines to get back again the Greybird famous gradient to Tabs
From this:
To this
The text was updated successfully, but these errors were encountered: