xao is the compressed name.

Perhaps some other styles are overridden by others?
Does Firebug show you a line through ?

-M

On 6/18/07, MOLINA Stéphane <[EMAIL PROTECTED]> wrote:
Well,

I should have put an other example :

        af|column::sortable-header-text {
                border-style: none;
                color: #0000FF;
                font-weight: bold;
                text-align: center;
        }

Here, border-style is not used. In firebug I saw that the border-style
is over-ridden by :

        .OraSortableHeaderBorder, .xao {sylveaskin-deskto... (line 192)
                border-style:inset;
                border-width:2px;
        }

How can I modify the .OraSortableHeaderBorder, .xao selector ?


Good afternoon.


--
Stéphane Molina


________________________________

De : Simon Lessard [mailto:[EMAIL PROTECTED]
Envoyé : lundi 18 juin 2007 14:27
À : MyFaces Discussion
Objet : Re: [Trinidad] Default skinning properties and CSS content


Hello Stéphane,

Do you have Firebug? If so, inspect the generated code and you'll see what 
style selector is being used to set the table's cell borders. Using the 
.AFTableCellDataBorderColor:alias alias might be another option.


On 6/18/07, MOLINA Stéphane <[EMAIL PROTECTED] > wrote:

        Hi,

        I have some problems using Trinidad skining. Some css elements seems to 
be ignored :

                For example :

                        af|column::cell-text {
                                border-style: none;
                                text-align: left;
                                vertical-align: middle;
                                font-size: 10px;
                                padding: 0px 4px 0px 4px;
                                margin: 0px 0px 0px 0px;
                                line-height: 21px;
                                background-color: #E7F8D4;
                        }

                Here, border-style wont be used. I think it is not a property
                of cell-TEXT but I do not find how to change borders on the
                documentation.


        regards,


        --
        Stéphane Molina






--
Matthias Wessendorf

further stuff:
blog: http://matthiaswessendorf.wordpress.com/
mail: matzew-at-apache-dot-org

Reply via email to