mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-05-01 19:34:42 +00:00
Merge branch 'master' of github.com:gseguin/jquery-mobile
This commit is contained in:
commit
516c5aaa6c
1 changed files with 0 additions and 11 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue