yuguang / fiddlesalad

An online playground with an instantly ready coding environment. Combine language preprocessors, CSS, HTML and JavaScript to create and share coding examples.
fiddlesalad.com
GNU General Public License v3.0
232 stars 80 forks source link

Hovering css values doesn't show tooltips #5

Closed altryne closed 12 years ago

altryne commented 12 years ago

Like suggested by the tips window, I'm trying to hover css values, no tolltip pops up

yuguang commented 12 years ago

It has tooltips for fonts, colors, sizes (pixel only), and images; just like dabblet. If you want to add more, csspreviewer(https://github.com/yuguang/fiddlesalad/blob/master/static/files/csspreviewer.html) is the file to edit. As of now, the styles on that page needs to be base64 decoded to modify. It's basically taken from dabblet with some parts cut out.