Skip to content

Commit b805e36

Browse files
committed
Updated themes styles
1 parent 3080910 commit b805e36

File tree

20 files changed

+1555
-742
lines changed

20 files changed

+1555
-742
lines changed

public/demo.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ <h3>Sizes</h3>
341341

342342
<div id="button-size-slider">
343343
<p>Arrow button size <span class="value"></span></p>
344-
<div class="slider" data-val="18" data-min="12" data-max="50"></div>
344+
<div class="slider" data-val="38" data-min="12" data-max="50"></div>
345345
</div>
346346

347347
<div id="button-round-slider">

public/jquery.selectric.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* /,'
1010
* /'
1111
*
12-
* Selectric Ϟ v1.9.1 (Apr 02 2015) - http://lcdsantos.github.io/jQuery-Selectric/
12+
* Selectric Ϟ v1.9.1 (Apr 06 2015) - http://lcdsantos.github.io/jQuery-Selectric/
1313
*
1414
* Copyright (c) 2015 Leonardo Santos; Dual licensed: MIT/GPL
1515
*

public/jquery.selectric.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/lib/demo.js

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
indent : 10,
3737
hoverBaseColor : shadeColor('#F8F8F8', -10),
3838
hoverSecondaryColor : shadeColor('#DDD', -10),
39-
buttonSize : 40,
39+
buttonSize : 38,
4040
buttonRadius : 0,
4141
buttonBgColor : 'none',
4242
buttonColor : '#444'
@@ -56,12 +56,13 @@
5656
var value = $(this).val();
5757

5858
if (value == 'custom') {
59-
$theme.prop('href', 'themes/default/selectric.css');
60-
59+
$theme.prop('href', 'selectric.css');
6160
$.get('themes/template/selectric.css', function(css) {
6261
_template = css;
6362
initCustomTheme();
6463
});
64+
} else if (value == 'default') {
65+
$theme.prop('href', 'selectric.css');
6566
} else {
6667
$custom.slideUp();
6768
$theme.attr('href', 'themes/' + value + '/selectric.css');
@@ -240,7 +241,5 @@
240241
itemData.text;
241242
}
242243
});
243-
244-
// $('select').selectric();
245244
});
246245
}());

public/themes/default/selectric.css

Lines changed: 0 additions & 191 deletions
This file was deleted.

0 commit comments

Comments
 (0)