Skip to Main Content

Java Development Tools

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Decorative box background color for center facet in dark theme

Shahzad Ahmed KhanNov 27 2013 — edited Dec 3 2013

Hi Gurus,

I am new in adf and using jdev 11.1.2.3.

I have created a new skin and override the decorative box for all themes. It is working fine for medium and light theme but for dark and contentBody it is not applying style. Here is my css

af|decorativeBox[theme="dark"]{

    background-color: #D71142;

}

af|decorativeBox::center[theme="dark"]{

    background-color: #D71142;

}

af|decorativeBox::center[theme="medium"]{

    background-color: #D71142;

}

af|decorativeBox[theme="medium"]{

    background-color: #D71142;

}

af|decorativeBox::center[theme="contentBody"]{

    background-color: #D71142;

}

af|decorativeBox[theme="contentBody"]{

    background-color: #D71142;

}

af|decorativeBox::center[theme="light"]{

    background-color: #D71142;

}

af|decorativeBox[theme="light"]{

    background-color: #D71142;

}

Please advice .....

Thanks

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 31 2013
Added on Nov 27 2013
2 comments
598 views