This default border is coming from ui.theme.css via

.ui-widget-content { border: 1px solid #AAAAAA; }

To override this, add the following after ui.theme.css

<style type="text/css">
  .ui-dialog { border: 0; }
</style>

- Richard

On Tue, Jan 27, 2009 at 6:49 AM, Jason <[email protected]> wrote:

>
> Hello,
>
> I don't know why but theres a border on my dialogs which i couldnt get
> rid of.
> I deleted all my other css files. Now i have just;
> js/ui.core.css
> js/ui.dialog.css
> js/ui.theme.css
> js/ui.datepicker.css
>
> and no change. still have a border on dialog.
>
> I spend my all night to fix this issue but i couldn't :)
>
>
>
>
>
>
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"jQuery UI" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/jquery-ui?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to