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!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

How to Apply Css/html on af|inputListOfValues (LOV) Popup in ADF.?

M Yaa SerSep 14 2018 — edited Sep 14 2018

Hello Everyone,

I am working on UI of my application using Jdeveloper 12.2.1.0. all the things are working perfect, But when I apply CSS/HTML on  af|inputListOfValues (LOV) so nothing happening.

I am applying below Css/Html in Skin Class and mention "UserLOV " in StyleClass.

af|inputListOfValues.UserLOV af|button {

background: #8b0037;

    width: auto;

    height: auto;

    font-size: 14px;

    color: #fff !important;

    padding: 5px 60px;

    display: inline-block;

    margin: 20px 0;

    border: none;

    cursor: pointer;

    border-radius: 0;

    border-color: White ;

    background: linear-gradient(to left, #8b0037 50%, #bf952f 50%);

    background-size: 200% 100%;

    background-position: right bottom;

    transition: all 1s ease;

}

af|inputListOfValues.UserLOV af|button:hover {

background: #bf952f;

}

af|inputListOfValues.UserLOV::header,af|inputListOfValues.UserLOV::header-end,af|inputListOfValues.UserLOV::header-start,

af|inputListOfValues.UserLOV::title

{

color: White;

text-align: center;

background-color:#8b0037;

background-image: none;

}

Please Help.

Comments

Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Oct 12 2018
Added on Sep 14 2018
2 comments
484 views