Example css updated

This commit is contained in:
Dan Holmsand 2015-02-09 13:20:05 +01:00
parent 8feaccca88
commit 14ca20bc4b
1 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,7 @@ input[type="checkbox"] {
background: -webkit-gradient(linear, left top, left bottom, from(rgba(132, 110, 100, 0.8)),to(rgba(101, 84, 76, 0.8)));
background: -webkit-linear-gradient(top, rgba(132, 110, 100, 0.8), rgba(101, 84, 76, 0.8));
background: linear-gradient(top, rgba(132, 110, 100, 0.8), rgba(101, 84, 76, 0.8));
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#9d8b83', EndColorStr='#847670');
/* filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#9d8b83', EndColorStr='#847670'); */
border-top-left-radius: 1px;
border-top-right-radius: 1px;
}