Skip to content

Commit 9426e82

Browse files
toddparkergseguin
authored andcommitted
Fixed the down state for theme d that was causing extra styles to be erroneously applied which make the list jump and look chunky when clicked.
1 parent 9be1078 commit 9426e82

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

themes/default/jquery.mobile.theme.css

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -454,18 +454,7 @@
454454
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#eeeeee', EndColorStr='#ffffff')";
455455
}
456456
.ui-btn-down-d a.ui-link-inherit {
457-
border: 1px solid #808080;
458-
background: #ced0d2;
459-
font-weight: bold;
460457
color: #111;
461-
text-shadow: none;
462-
background-image: -moz-linear-gradient(top,
463-
#cccccc,
464-
#eeeeee);
465-
background-image: -webkit-gradient(linear,left top,left bottom,
466-
color-stop(0, #cccccc),
467-
color-stop(1, #eeeeee));
468-
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#cccccc', EndColorStr='#eeeeee')";
469458
}
470459
.ui-btn-up-d,
471460
.ui-btn-hover-d,

0 commit comments

Comments
 (0)