Added grey buttons for ie.

--HG--
branch : dev
This commit is contained in:
jowall
2011-03-24 13:38:39 -07:00
parent 8e24aa333c
commit 6390f4a473

View File

@@ -694,8 +694,10 @@ button.remove:focus::-moz-focus-inner, .remove.button:focus::-moz-focus-inner {
-moz-box-shadow: inset 0px 0px 1px rgba(255, 255, 255, 1.0);
box-shadow: inset 0px 0px 1px rgba(255, 255, 255, 1.0);
background: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#cbcbcb));
background: -moz-linear-gradient(top, #f5f5f5, #d9d9d9);
/*----In ie the first couplet sets the alpha value so 00=transparent and ff=opaque)----*/
filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='#fff5f5f5', endColorstr='#ffd9d9d9');
background: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(245, 245, 245, 1.0)), to (rgba(217, 217, 217, 1.0)));
background: -moz-linear-gradient(top, rgba(245, 245, 245, 1.0), rgba(217, 217, 217, 1.0));
-webkit-border-radius: 2px;