firebug / firebug.next

Next Firebug generation built on top of native Firefox developer tools
Other
229 stars 37 forks source link

Properly style tooltips #135

Open SebastianZ opened 9 years ago

SebastianZ commented 9 years ago

The tooltips shown for different items in the UI should look more Firebug-ish.

Looks like: Tooltip in DevTools

Should look more like: Tooltip in Firebug

Tasks:

What should be kept:

Sebastian

farshidbeheshti commented 9 years ago
  • Change the background color

If the Inline color preview (As stated on #46) should be kept, then there won't be such tooltip. Although, Since of a slow network connection the last night, I didn't notice the agreement for remaining part here: https://github.com/firebug/firebug.next/issues/46#issuecomment-58872376

Farshid

SebastianZ commented 9 years ago
  • Change the background color

If the Inline color preview (As stated on #46) should be kept, then there won't be such tooltip.

There won't be a tooltip for colors, but for everything else, e.g. images, fonts, Bézier curves, etc. And their background color needs to be changed.

Sebastian

farshidbeheshti commented 9 years ago

And their background color needs to be changed.

Ah, right! I thought you mean where a tooltip is show for, like background-color, font e.g.

Farshid

SebastianZ commented 9 years ago

Tooltips containing a font family preview are rendered on a canvas. Unfortunately white text color is used for themes other than 'light'. So I created bug 1088305 to allow individual styling.

Sebastian

farshidbeheshti commented 9 years ago

Unfortunately white text color is used for themes other than 'light'

Thanks Sebastian, It saved my time!

As it's a blocker for the Firebug theme, not just this issue, let's create another issue for that, so that I could get on with this issue and will close until the next milestone.

Farshid

janodvarko commented 9 years ago

@farshidbeheshti: any progress on this?

Honza