Opened 6 years ago
Last modified 6 years ago
#15188 new bug
Homepage stable package contains wrong opacity values
Reported by: | Genesis Bustamante Lillo | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | none |
Component: | ui.dialog | Version: | 1.12.1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description (last modified by )
Using the stable package from http://jqueryui.com, When opening a dialog with modal=true, the background opacity is practically unnoticeable. The css files contain an opacity of .003 and a filter of .3, for the ui-widget-overlay class.
.ui-widget-overlay { background: #aaaaaa; opacity: .003; filter: Alpha(Opacity=.3); /* support: IE8 */ }
This does not happen when downloading from the Download Builder, as those will contain css files with opacity .3 and filter 30.
Note: See
TracTickets for help on using
tickets.