This is a migrated thread and some comments may be shown as answers.

Get rid of this bullet!

2 Answers 45 Views
AsyncUpload
This is a migrated thread and some comments may be shown as answers.
Jeremy
Top achievements
Rank 1
Jeremy asked on 18 Apr 2012, 10:35 PM
Can someone tell me how to get rid of this UL bullet that comes with the AsyncUpload control?! It seems that the Telerik embedded stylesheet is overriding any css I apply to remove it:

http://goo.gl/IPGAR

2 Answers, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 19 Apr 2012, 05:04 AM
Hello Jeremy,

Try setting the following CSS.
CSS:
<style type="text/css">
.RadUpload .ruUploadSuccess
{
 background-image: none !important;
}
</style>

Thanks,
Shinu.
0
Ivan Zhekov
Telerik team
answered on 19 Apr 2012, 09:53 AM
Hi, Jeremy.

What Shinu suggested should work, though I wouldn't use !important.

I should also note that we do not apply bullets of that kind. Quite the contrary -- we remove them, as styles for bullets are hard to work with and the standard defined bullets offer little or no customization depending on the browser.

Perhaps you could provide me with a live URL so I could see your exact case and why the bullets are appearing.

All the best,
Ivan Zhekov
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
AsyncUpload
Asked by
Jeremy
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Ivan Zhekov
Telerik team
Share this question
or