The default theme will appear broken in FIrefox unless this change is made to colorbox_default_styles.css and colorbox_stockholmsyndrome.css

#colorbox, #cboxContent, #cboxLoadedContent {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

Comments

frjo’s picture

Version: 7.x-1.4 » 7.x-2.x-dev
Assigned: Unassigned » frjo
Status: Active » Fixed

Thanks for reporting this. Committed to both 7.x-1.x and 7.x-2.x.

P.S. This fix is only needed if the theme sets box-sizing to "border-box" as the default.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.