Skip to content

Commit c9ca497

Browse files
committed
Restored a few button A styles
1 parent f09479e commit c9ca497

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

css/themes/default/jquery.mobile.theme.css

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,13 @@
9393
background: #444 /*{a-bup-background-color}*/;
9494
font-weight: bold;
9595
color: #fff /*{a-bup-color}*/;
96-
96+
text-shadow: 0 /*{a-bup-shadow-x}*/ 1px /*{a-bup-shadow-y}*/ 1px /*{a-bup-shadow-radius}*/ #000 /*{a-bup-shadow-color}*/;
97+
background-image: -webkit-gradient(linear, left top, left bottom, from( #484848 /*{a-bup-background-start}*/), to( #333 /*{a-bup-background-end}*/)); /* Saf4+, Chrome */
98+
background-image: -webkit-linear-gradient( #484848 /*{a-bup-background-start}*/, #333 /*{a-bup-background-end}*/); /* Chrome 10+, Saf5.1+ */
99+
background-image: -moz-linear-gradient( #484848 /*{a-bup-background-start}*/, #333 /*{a-bup-background-end}*/); /* FF3.6 */
100+
background-image: -ms-linear-gradient( #484848 /*{a-bup-background-start}*/, #333 /*{a-bup-background-end}*/); /* IE10 */
101+
background-image: -o-linear-gradient( #484848 /*{a-bup-background-start}*/, #333 /*{a-bup-background-end}*/); /* Opera 11.10+ */
102+
background-image: linear-gradient( #484848 /*{a-bup-background-start}*/, #333 /*{a-bup-background-end}*/);
97103
}
98104
.ui-btn-up-a a.ui-link-inherit {
99105
color: #fff /*{a-bup-color}*/;

0 commit comments

Comments
 (0)