Skip to content

Commit 1415d6b

Browse files
author
scottjehl
committed
removed borders on ui-overlay-[foo] class
1 parent 4feaa46 commit 1415d6b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@
5959
}
6060
.ui-overlay-a {
6161
background-image: none;
62+
border-width: 0;
6263
}
6364
.ui-body-a,
6465
.ui-body-a input,
@@ -201,6 +202,7 @@
201202
}
202203
.ui-overlay-b {
203204
background-image: none;
205+
border-width: 0;
204206
}
205207
.ui-body-b,
206208
.ui-body-b input,
@@ -345,6 +347,7 @@
345347
}
346348
.ui-overlay-c {
347349
background-image: none;
350+
border-width: 0;
348351
}
349352
.ui-body-c,
350353
.ui-body-c input,
@@ -490,6 +493,7 @@
490493
}
491494
.ui-overlay-d {
492495
background-image: none;
496+
border-width: 0;
493497
}
494498
.ui-body-d,
495499
.ui-body-d input,
@@ -634,6 +638,7 @@
634638
}
635639
.ui-overlay-e {
636640
background-image: none;
641+
border-width: 0;
637642
}
638643
.ui-body-e,
639644
.ui-body-e input,

0 commit comments

Comments
 (0)