Skip to content

Commit eb42ca8

Browse files
committed
Removed -moz-border-radius. Gecko switched to unprefixed border-radius as of Firefox 4, jQuery Mobile supports (A-grade) Firefox 4+. Reordered a few properties in qunit (unprefixed should come after prefixed).
1 parent a3507d1 commit eb42ca8

File tree

3 files changed

+4
-11
lines changed

3 files changed

+4
-11
lines changed

css/structure/jquery.mobile.core.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ div.ui-mobile-viewport { overflow-x: hidden; }
3131
.ui-loader-verbose { width: 200px; filter: Alpha(Opacity=88); opacity: .88; box-shadow: 0 1px 1px -1px #fff; height: auto; margin-left: -110px; margin-top: -43px; padding: 10px; }
3232
.ui-loader-default h1 { font-size: 0; width: 0; height: 0; overflow: hidden; }
3333
.ui-loader-verbose h1 { font-size: 16px; margin: 0; text-align: center; }
34-
.ui-loader .ui-icon { background-color: #000; display: block; margin: 0; width: 44px; height: 44px; padding: 1px; -webkit-border-radius: 36px; -moz-border-radius: 36px; border-radius: 36px; }
34+
.ui-loader .ui-icon { background-color: #000; display: block; margin: 0; width: 44px; height: 44px; padding: 1px; -webkit-border-radius: 36px; border-radius: 36px; }
3535
.ui-loader-verbose .ui-icon { margin: 0 auto 10px; filter: Alpha(Opacity=75); opacity: .75; }
3636
.ui-loader-textonly { padding: 15px; margin-left: -115px; }
3737
.ui-loader-textonly .ui-icon { display: none; }

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -833,7 +833,6 @@ a.ui-link-inherit {
833833
background: rgba(0,0,0,.4) /*{global-icon-disc}*/;
834834
background-image: url(images/icons-18-white.png) /*{global-icon-set}*/;
835835
background-repeat: no-repeat;
836-
-moz-border-radius: 9px;
837836
-webkit-border-radius: 9px;
838837
border-radius: 9px;
839838
}
@@ -960,7 +959,6 @@ a.ui-link-inherit {
960959
/* checks,radios */
961960
.ui-checkbox .ui-icon,
962961
.ui-selectmenu-list .ui-icon {
963-
-moz-border-radius: 3px;
964962
-webkit-border-radius: 3px;
965963
border-radius: 3px;
966964
}

external/qunit.css

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,8 @@
3838
line-height: 1em;
3939
font-weight: normal;
4040

41+
-webkit-border-radius: 5px 5px 0 0;
4142
border-radius: 5px 5px 0 0;
42-
-moz-border-radius: 5px 5px 0 0;
43-
-webkit-border-top-right-radius: 5px;
44-
-webkit-border-top-left-radius: 5px;
4543
}
4644

4745
#qunit-header a {
@@ -113,9 +111,8 @@
113111

114112
background-color: #fff;
115113

116-
border-radius: 5px;
117-
-moz-border-radius: 5px;
118114
-webkit-border-radius: 5px;
115+
border-radius: 5px;
119116
}
120117

121118
#qunit-tests table {
@@ -190,10 +187,8 @@
190187
}
191188

192189
#qunit-tests > li:last-child {
190+
-webkit-border-radius: 0 0 5px 5px;
193191
border-radius: 0 0 5px 5px;
194-
-moz-border-radius: 0 0 5px 5px;
195-
-webkit-border-bottom-right-radius: 5px;
196-
-webkit-border-bottom-left-radius: 5px;
197192
}
198193

199194
#qunit-tests .fail { color: #000000; background-color: #EE5757; }

0 commit comments

Comments
 (0)