Rounder Fast Dial Cells - Stylish Extension

Note: For the rounder corners to work best, transparent logos must be used, thus firefox 3 will work best - but is not required! (Thanks to chiaroscuro for pointing this out.) _____________________ Hi again.. Heres a tutorial on editing the radius of the Fast Dial box corners with Stylish. Confused? Heres an image of what im actually talking about: Here it is EDITED vs ORIGINAL: Now do you see the difference? User chiaroscuro has found an easy way to do this without CSS Editing..but by using the Stylish Firefox Extension. If you are using Fast Dial v1.9 or below, you can just Load the code into stylish from here: Link. And you are done - no need to follow the below steps!! Thanks to chiaroscuro for posting this on userstyles. To get yours to do the same you must do the Following: ( If you already have Stylish installed skip to Step 3 ) 1. Download Stylish: Link. 2. Restart Firefox 3. Right Click Stlish icon in bottom left corner 4. Choose "Manage Styles" 5. Click "Write.." The code for Fast Dial v1.9 is: @namespace url(http://www.w3.org/1999/xhtml); @-moz-document url("about:blank") { div.cell { -moz-border-radius: 20px !important; } } The code for Fast Dial v2 BETA is: @namespace url(http://www.w3.org/1999/xhtml); @-moz-document url-prefix(chrome://fastdial/content/) { .thumbnail { -moz-border-radius: 20px !important; } } Now Give the style a description, and SAVE.