You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Günter Dickopp (JIRA)" <de...@myfaces.apache.org> on 2009/04/02 14:52:13 UTC

[jira] Commented: (TRINIDAD-1306) af|dialog::close-icon not getting rendered

    [ https://issues.apache.org/jira/browse/TRINIDAD-1306?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12694988#action_12694988 ] 

Günter Dickopp commented on TRINIDAD-1306:
------------------------------------------

Hi,
this selector works:

af|dialog::close-icon
{
        background-image: url(/images/close.gif);
}

Regards,
Günter
LKV-Bayern

> af|dialog::close-icon not getting rendered
> ------------------------------------------
>
>                 Key: TRINIDAD-1306
>                 URL: https://issues.apache.org/jira/browse/TRINIDAD-1306
>             Project: MyFaces Trinidad
>          Issue Type: Bug
>          Components: Skinning
>    Affects Versions: 1.0.9-core
>         Environment: Window XP SP2 ; JDeveloper 10.1.3 ; IE 6 & 7
>            Reporter: Kannappan Manickam
>            Priority: Minor
>
> af|dialog::close-icon{
>     content: url("images/close_icon.gif") !important;
> }
> This setting is not changing the close button on the light weight dialog. af|dialog::container, af|dialog::blocked-area & af|dialog::title-text seems to wrok fine.
> I have used similar skins settings for table previous and next buttons and they seem to work fine
> af|table::prev-disabled-icon{
>   content: url(images/tablePrev.png);
> }
> af|table::next-disabled-icon{
>   content: url(images/tableNext.png);
> }
> thanks,
> Kan Manickam
> NSF International

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.