Fix Chrome CSS bug.

--HG--
branch : dev
This commit is contained in:
Jonathan Wall
2011-03-25 13:19:40 -07:00
parent f909be7e26
commit f42e713531

View File

@@ -73,7 +73,6 @@
width:100%;
display:block;
height:5px;
heitht:20px;
background-color:transparent;
cursor:n-resize;
border:1px solid #ff0000;
@@ -116,7 +115,7 @@
/*----In ie the first couplet sets the alpha value so 00=transparent and ff=opaque)----*/
filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='#ff3875d7', endColorstr='#ff2c66c3');
background: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(56, 117, 215, 1.0)), rgba((44, 102, 195, 1.0)));
background: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(56, 117, 215, 1.0)), to(rgba(44, 102, 195, 1.0)));
background: -moz-linear-gradient(top, rgba(56, 117, 215, 1.0), rgba(44, 102, 195, 1.0));
}