#1672 closed bug (worksforme)
Bad selectors on site
Reported by: | dmitrig01 | Owned by: | rdworth |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | ui.core | Version: | 1.2.1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
ui-lite.css (line 205) the selector is wrong Should be .ui-dialog-content, not .ui-dialog-container
Change History (3)
comment:1 Changed 16 years ago by
Owner: | set to rworth |
---|
comment:2 Changed 16 years ago by
Resolution: | → worksforme |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
I see two selectors in ui-lite.css:
.ui-dialog-content .ui-dialog-container
and they both look right.