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.