Commit 7c740e7d authored by sbade's avatar sbade

replaced updated css for GWT component


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@96771 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 3238931d
...@@ -937,4 +937,29 @@ border-left: solid 1px #b4b4b4; ...@@ -937,4 +937,29 @@ border-left: solid 1px #b4b4b4;
text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
} }
/*newly added css for view popup Menu Bar*/ /*newly added css for view popup Menu Bar*/
\ No newline at end of file
.FlexTable-ColumnHeaderCell {
/* border: solid; */
border-color: #4bc1d2 #13AEC4 #5CCADA;
background-color: white;
/*background-image: linear-gradient(to bottom, #4bc1d2 60%, #5adaec 100%);*/
text-shadow: 0 1px rgba(0, 0, 0, 0.2);
box-shadow: 0 1px rgba(255, 255, 255, 0.2) inset, 0 0 0 1px rgba(255, 255, 255, 0.06) inset, 0 1px rgba(0, 0, 0, 0.04);
margin: 0;
padding: 0;
text-align: center;
color: black;
height:30px;
font-size: 14pt;
}
.gwt-SuggestBoxPopup{
z-index: 20;
}
.fltrPopupVPnlWidthFixed
{
position: relative;
background-color: whitesmoke;
width: 400px;
}
\ 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