Skip to content

Commit 8970f20

Browse files
committed
removed default theme in favor of only one versioned css framework/TR theme - base
1 parent cb5d64c commit 8970f20

28 files changed

Lines changed: 3 additions & 410 deletions

tests/all.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
<script type="text/javascript" src="tabs.js"></script>
3535

3636
<style type="text/css">
37-
@import "../themes/default/ui.datepicker.css";
37+
@import "../themes/base/ui.datepicker.css";
3838
.xerror, .error, .ui-tabs-hide {
3939
display: none;
4040
}

tests/all_2.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
<script type="text/javascript" src="plugins/cookie/jquery.cookie.js"></script>
5757

5858
<style type="text/css">
59-
@import "../themes/default/ui.datepicker.css";
59+
@import "../themes/base/ui.datepicker.css";
6060
.xerror, .error, .ui-tabs-hide {
6161
display: none;
6262
}

tests/datepicker.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<script type="text/javascript" src="simulate/jquery.simulate.js"></script>
1616

1717
<style type="text/css">
18-
@import "../themes/default/ui.datepicker.css";
18+
@import "../themes/base/ui.datepicker.css";
1919
</style>
2020

2121
<script type="text/javascript" src="datepicker.js"></script>
-178 Bytes
Binary file not shown.
-10.3 KB
Binary file not shown.
-10.4 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
-10.4 KB
Binary file not shown.

0 commit comments

Comments
 (0)