[
https://issues.apache.org/jira/browse/TRINIDAD-909?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12628755#action_12628755
]
Gerhard Petracek commented on TRINIDAD-909:
-------------------------------------------
solution for ie 7:
e.g.:
af|dialog::blocked-area{
background-color: black !important;
filter: Alpha(opacity: 60) !important;
}
> lightweight dialog/modal panelPopup - skinnable blocked area
> ------------------------------------------------------------
>
> Key: TRINIDAD-909
> URL: https://issues.apache.org/jira/browse/TRINIDAD-909
> Project: MyFaces Trinidad
> Issue Type: Improvement
> Components: Skinning
> Affects Versions: 1.0.5-core, 1.2.5-core
> Reporter: Gerhard Petracek
> Assignee: Gerhard Petracek
> Priority: Minor
> Fix For: 1.0.8-core, 1.2.8-core
>
> Attachments: skinning_blocked_area.patch,
> skinning_blocked_area_beta.patch
>
>
> the area outside a lightweight dialog (or modal panelPopup) is blocked (it's
> a transparent div + cursor: not-allowed which covers the whole page)
> this new skinning selector allows the styling of the blocked area.
> e.g.:
> af|dialog::blocked-area{
> background-color: black !important;
> filter: Alpha(opacity: 60);
> -moz-opacity: 0.6;
> }
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.