Skip to content
New issue

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

[Suggestion] CSS to improve the Print Dialog and Tabs #238

Closed
jEsuSdA opened this issue Oct 12, 2018 · 2 comments
Closed

[Suggestion] CSS to improve the Print Dialog and Tabs #238

jEsuSdA opened this issue Oct 12, 2018 · 2 comments

Comments

@jEsuSdA
Copy link

jEsuSdA commented Oct 12, 2018

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:

imagen

To this

imagen

@ochosi ochosi closed this as completed in c7b7e82 Feb 8, 2019
@ochosi
Copy link
Member

ochosi commented Feb 8, 2019

Thanks for the hint. I pushed a slightly different fix, but the result is the same.

@jEsuSdA
Copy link
Author

jEsuSdA commented Feb 9, 2019

Thanks a lot, @ochosi ! ;)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants