darktrojan / newtabtools

New Tab Tools add-on for Firefox and Chrome
https://addons.mozilla.org/firefox/addon/new-tab-tools/
254 stars 73 forks source link

How to eliminate the grid lines around each tile #80

Open paulri opened 9 years ago

paulri commented 9 years ago

I have enjoyed using New Tab Tools in recent weeks. I would like to get rid of the thin grid lines around each tile. I looked in the options but didn't see how to do this. Is there a way?

yfdyh000 commented 9 years ago

I have never seen the grid lines on tiles, unless the tile is clicked. Can you attach a screenshot.

paulri commented 9 years ago

You can see a screenshot here: http://paulrittman.com/GridLines.png

yfdyh000 commented 9 years ago

I don't hate the grid lines. If you needs, add a style in like Stylish: .newtab-thumbnail { box-shadow:0px 0px 0px rgba(0, 0, 0, 0.5) } to change the https://github.com/darktrojan/newtabtools/blob/c44228c9cbe823dd1007121242fee61de2d16ab6/content/newTab.css#L440

About consider adding a option, @darktrojan

darktrojan commented 9 years ago

.newtab-thumbnail { box-shadow: none } is probably better.