Commit 6ddd1e4d authored by kdabholkar's avatar kdabholkar

added new css for tax calculation on third screen .

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@176893 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 61f452b2
...@@ -257,7 +257,7 @@ cursor: pointer; ...@@ -257,7 +257,7 @@ cursor: pointer;
height: 278px; height: 278px;
display: none; display: none;
overflow: visible; overflow: visible;
z-index: 2; z-index: 1004;
background-color: white; background-color: white;
border: 2px solid lightgrey; border: 2px solid lightgrey;
padding-top: 15px; padding-top: 15px;
...@@ -270,7 +270,7 @@ cursor: pointer; ...@@ -270,7 +270,7 @@ cursor: pointer;
} }
.bgGlass { .bgGlass {
z-index: 1; z-index: 1003;
background-color: lightblue; background-color: lightblue;
opacity: 0.4; opacity: 0.4;
filter: blur(20px); filter: blur(20px);
...@@ -421,7 +421,7 @@ cursor: pointer; ...@@ -421,7 +421,7 @@ cursor: pointer;
.calImgClass .calImgClass
{ {
/*width:10%;*/ width:20px;
-webkit-filter: invert(0); -webkit-filter: invert(0);
/* filter: invert(1); */ /* filter: invert(1); */
/* position: absolute; */ /* position: absolute; */
...@@ -431,3 +431,23 @@ cursor: pointer; ...@@ -431,3 +431,23 @@ cursor: pointer;
cursor: pointer; cursor: pointer;
} }
input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
background-color: white !important;
}
.taxAmountClass {
text-decoration: underline;
cursor: pointer;
}
.TdHighlightClass
{
background-color: #fcffd8 !important;
/* cursor : url('/ibase/webitm/images/editCursor.png') -32 32, auto;;*/
}
.editHighlightedInput
{
background-color: #fcffd8 !important;
/*cursor : url('/ibase/webitm/images/editCursor.png') -32 32, auto;; */
}
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