Opened 12 years ago
Closed 12 years ago
#11120 closed defect (fixed)
claro Dialog.css references missing image
Reported by: | Kitson Kelly | Owned by: | nonken |
---|---|---|---|
Priority: | high | Milestone: | 1.5 |
Component: | themes | Version: | 1.5.0b2 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
The Dialog.css for the claro theme references an image that is not found:
.claro .dijitDialogPaneContent { background: #fff url("images/dialogContentareaShadow.png") repeat-x top left; border-top: 1px solid #769dc0; padding:10px 8px; position: relative; }
images/dialogContentareaShadow.png
does not exist.
Note: See
TracTickets for help on using
tickets.
(In [22263]) Remove reference to unused image (claro ended up doing shadows via CSS3), fixes #11120 !strict.