Search and Top Navigation
#15188 new bug ()
Opened May 12, 2017 11:39PM UTC
Last modified May 12, 2017 11:42PM UTC
Homepage stable package contains wrong opacity values
Reported by: | GenesisB | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | none |
Component: | ui.dialog | Version: | 1.12.1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
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.
Attachments (0)
Change History (1)
Changed May 12, 2017 11:42PM UTC by comment:1
description: | 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. → 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. |
---|