Response title
This is preview!
Sorted, I read on another thread that when editing an existing swatch as opposed to creating a new one the custom css has to go below the default
To use your theme, add it to the head of your page before the jquery.mobile.structure file, like this:
<!DOCTYPE html>
<html>
<head>
<title>jQuery Mobile page</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="css/themes/my-custom-theme.css" />
<link rel="stylesheet" href="http://code.jquery.com/mobile/1.3.1/jquery.mobile.structure-1.3.1.min.css" />
<script src="http://code.jquery.com/jquery-1.9.1.min.js"></script>
<script src="http://code.jquery.com/mobile/1.3.1/jquery.mobile-1.3.1.min.js"></script>
</head>
I used the theme roller to create a simple colour change of the arrow icons for a list (and hopefully also the plus minus symbols on a collapsible list) but can't seem to get the change to kick in.
© 2013 jQuery Foundation
Sponsored by and others.