Панель управления сверстанная и с встроенным jQuery.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

25 lines
538 B

/* ------------------------------------------------------------------------------
*
* # Basic form inputs
*
* Specific JS code additions for form_input_basic.html page
*
* Version: 1.1
* Latest update: Feb 5, 2016
*
* ---------------------------------------------------------------------------- */
$(function() {
// Default file input style
$(".file-styled").uniform({
fileButtonClass: 'action btn btn-default'
});
// Primary file input
$(".file-styled-primary").uniform({
fileButtonClass: 'action btn bg-blue'
});
});