Merge branch 'master' of github.com:gseguin/jquery-mobile

This commit is contained in:
Ghislain Seguin 2011-05-13 10:54:42 -07:00
commit 516c5aaa6c

View file

@ -454,18 +454,7 @@
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#eeeeee', EndColorStr='#ffffff')";
}
.ui-btn-down-d a.ui-link-inherit {
border: 1px solid #808080;
background: #ced0d2;
font-weight: bold;
color: #111;
text-shadow: none;
background-image: -moz-linear-gradient(top,
#cccccc,
#eeeeee);
background-image: -webkit-gradient(linear,left top,left bottom,
color-stop(0, #cccccc),
color-stop(1, #eeeeee));
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#cccccc', EndColorStr='#eeeeee')";
}
.ui-btn-up-d,
.ui-btn-hover-d,