Commit b792fc20 authored by kdabholkar's avatar kdabholkar

commited new changes regarding instock on moushover

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@174936 ce508802-f39f-4f6c-b175-0d175dae99d5
parent a88740a6
...@@ -222,4 +222,28 @@ border: 1px solid #E7E7E7 !important; ...@@ -222,4 +222,28 @@ border: 1px solid #E7E7E7 !important;
{ {
display : none; display : none;
} }
.tabButton
{
border: 1px solid #E7E7E7;
border-radius: 2px;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
color: #333;
height: 22px;
font-family: 'MuseoLight-300', sans-serif;
font-size: 12px;
background-color: #e7e7e7;
cursor: pointer;
position: absolute;
left: 500px;
}
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