Commit 6dda8bb3 authored by sbade's avatar sbade

added css for suggestion box scroll


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@100095 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 1cff820f
......@@ -1237,16 +1237,16 @@ border-left: solid 1px #b4b4b4;
/*start of smart filter CSS added by sachin 12 may 2015*/
#smartFilterMainOuterDiv
{
border-radius: 3px;
border: 1px solid lightgray;
left: auto !important;
right: 15px;
top: 300px;
z-index: 20;
background: none repeat scroll 0% 0% #FFF;
box-shadow: 1px 3px 6px 3px rgba(142,142,142,.25);
padding: 0px;
margin: 0px;
border-radius: 3px;
border: 1px solid lightgray;
left: auto !important;
right: 15px;
top: 300px;
z-index: 20;
background: none repeat scroll 0% 0% #FFF;
box-shadow: 1px 3px 6px 3px rgba(142,142,142,.25);
padding: 0px;
margin: 0px;
}
/*end */
......@@ -1438,12 +1438,3 @@ color: #999; !important;
height: 250px;
}
/*End Added new Code by sachin on 28 sep 15 for Showing scroll bar to auto suggest box of autocomplete filter */
/*Start Added New CSS class for smartFilter Panel padding by Dhanendra on 03-12-2015 */
.outerVPanel
{
padding-left: 10px;
padding-top: 10px;
}
/*End Added New CSS class for smartFilter Panel padding by Dhanendra on 03-12-2015 */
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment