mirror of https://github.com/ColorlibHQ/gentelella
Merge branch 'puikinsh'
commit
fda49d383e
|
@ -65,7 +65,6 @@ If `gulp` is installed, follow the steps below.
|
||||||
* jVectorMap
|
* jVectorMap
|
||||||
* moment.js
|
* moment.js
|
||||||
* Morris.js - pretty time-series line graphs
|
* Morris.js - pretty time-series line graphs
|
||||||
* jquery-nicescroll plugin
|
|
||||||
* PNotify - Awesome JavaScript notifications
|
* PNotify - Awesome JavaScript notifications
|
||||||
* NProgress
|
* NProgress
|
||||||
* Pace
|
* Pace
|
||||||
|
|
|
@ -1,12 +1,11 @@
|
||||||
{
|
{
|
||||||
"name": "gentelella",
|
"name": "gentelella",
|
||||||
"version": "1.3.0",
|
|
||||||
"homepage": "https://colorlib.com/polygon/gentelella/index.html",
|
"homepage": "https://colorlib.com/polygon/gentelella/index.html",
|
||||||
"authors": [
|
"authors": [
|
||||||
"Aigars Silkalns",
|
"Aigars Silkalns",
|
||||||
"Christian Esperar"
|
"Christian Esperar"
|
||||||
],
|
],
|
||||||
"description": "Gentellela Admin is a free to use Bootstrap admin template",
|
"description": "Gentelella Admin is a free to use Bootstrap admin template",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"css",
|
"css",
|
||||||
"js",
|
"js",
|
||||||
|
@ -25,7 +24,7 @@
|
||||||
],
|
],
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"jquery": "^2.2.3",
|
"jquery": "^2.2.3",
|
||||||
"bootstrap": "^3.3.6",
|
"bootstrap": "^3.3.7",
|
||||||
"font-awesome": "fontawesome#^4.6.1",
|
"font-awesome": "fontawesome#^4.6.1",
|
||||||
"fastclick": "^1.0.6",
|
"fastclick": "^1.0.6",
|
||||||
"nprogress": "^0.2.0",
|
"nprogress": "^0.2.0",
|
||||||
|
|
|
@ -394,10 +394,6 @@
|
||||||
<td>Auto resize textarea</td>
|
<td>Auto resize textarea</td>
|
||||||
<td><a href="http://www.jacklmoore.com/autosize/">http://www.jacklmoore.com/autosize/</a></td>
|
<td><a href="http://www.jacklmoore.com/autosize/">http://www.jacklmoore.com/autosize/</a></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
|
||||||
<td>Nice scroll</td>
|
|
||||||
<td><a href="http://areaaperta.com/nicescroll/">http://areaaperta.com/nicescroll/</a></td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
<tr>
|
||||||
<td>C3 charts</td>
|
<td>C3 charts</td>
|
||||||
<td><a href="http://c3js.org/">http://c3js.org/</a></td>
|
<td><a href="http://c3js.org/">http://c3js.org/</a></td>
|
||||||
|
|
|
@ -472,10 +472,6 @@
|
||||||
<td>Auto resize textarea</td>
|
<td>Auto resize textarea</td>
|
||||||
<td><a href="http://www.jacklmoore.com/autosize/">http://www.jacklmoore.com/autosize/</a></td>
|
<td><a href="http://www.jacklmoore.com/autosize/">http://www.jacklmoore.com/autosize/</a></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
|
||||||
<td>Nice scroll</td>
|
|
||||||
<td><a href="http://areaaperta.com/nicescroll/">http://areaaperta.com/nicescroll/</a></td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
<tr>
|
||||||
<td>C3 charts</td>
|
<td>C3 charts</td>
|
||||||
<td><a href="http://c3js.org/">http://c3js.org/</a></td>
|
<td><a href="http://c3js.org/">http://c3js.org/</a></td>
|
||||||
|
@ -593,4 +589,4 @@
|
||||||
|
|
||||||
<script src="js/bootstrap.min.js"></script>
|
<script src="js/bootstrap.min.js"></script>
|
||||||
|
|
||||||
</body></html>
|
</body></html>
|
||||||
|
|
|
@ -16,7 +16,7 @@
|
||||||
<!-- NProgress -->
|
<!-- NProgress -->
|
||||||
<link href="../vendors/nprogress/nprogress.css" rel="stylesheet">
|
<link href="../vendors/nprogress/nprogress.css" rel="stylesheet">
|
||||||
<!-- Animate.css -->
|
<!-- Animate.css -->
|
||||||
<link href="https://colorlib.com/polygon/gentelella/css/animate.min.css" rel="stylesheet">
|
<link href="../vendors/animate.css/animate.min.css" rel="stylesheet">
|
||||||
|
|
||||||
<!-- Custom Theme Style -->
|
<!-- Custom Theme Style -->
|
||||||
<link href="../build/css/custom.min.css" rel="stylesheet">
|
<link href="../build/css/custom.min.css" rel="stylesheet">
|
||||||
|
@ -100,4 +100,4 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
* and open the template in the editor.
|
* and open the template in the editor.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
var CURRENT_URL = window.location.href.split('?')[0],
|
var CURRENT_URL = window.location.href.split('#')[0].split('?')[0],
|
||||||
$BODY = $('body'),
|
$BODY = $('body'),
|
||||||
$MENU_TOGGLE = $('#menu_toggle'),
|
$MENU_TOGGLE = $('#menu_toggle'),
|
||||||
$SIDEBAR_MENU = $('#sidebar-menu'),
|
$SIDEBAR_MENU = $('#sidebar-menu'),
|
||||||
|
@ -241,4 +241,4 @@ if (typeof NProgress != 'undefined') {
|
||||||
$(window).load(function () {
|
$(window).load(function () {
|
||||||
NProgress.done();
|
NProgress.done();
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/*!
|
/*!
|
||||||
* Bootstrap v3.3.6 (http://getbootstrap.com)
|
* Bootstrap v3.3.7 (http://getbootstrap.com)
|
||||||
* Copyright 2011-2015 Twitter, Inc.
|
* Copyright 2011-2016 Twitter, Inc.
|
||||||
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
|
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
|
||||||
*/
|
*/
|
||||||
.btn-default,
|
.btn-default,
|
||||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -1,6 +1,6 @@
|
||||||
/*!
|
/*!
|
||||||
* Bootstrap v3.3.6 (http://getbootstrap.com)
|
* Bootstrap v3.3.7 (http://getbootstrap.com)
|
||||||
* Copyright 2011-2015 Twitter, Inc.
|
* Copyright 2011-2016 Twitter, Inc.
|
||||||
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
|
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
|
||||||
*/
|
*/
|
||||||
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
|
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
|
||||||
|
@ -1106,7 +1106,6 @@ a:focus {
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
a:focus {
|
a:focus {
|
||||||
outline: thin dotted;
|
|
||||||
outline: 5px auto -webkit-focus-ring-color;
|
outline: 5px auto -webkit-focus-ring-color;
|
||||||
outline-offset: -2px;
|
outline-offset: -2px;
|
||||||
}
|
}
|
||||||
|
@ -2537,7 +2536,6 @@ select[size] {
|
||||||
input[type="file"]:focus,
|
input[type="file"]:focus,
|
||||||
input[type="radio"]:focus,
|
input[type="radio"]:focus,
|
||||||
input[type="checkbox"]:focus {
|
input[type="checkbox"]:focus {
|
||||||
outline: thin dotted;
|
|
||||||
outline: 5px auto -webkit-focus-ring-color;
|
outline: 5px auto -webkit-focus-ring-color;
|
||||||
outline-offset: -2px;
|
outline-offset: -2px;
|
||||||
}
|
}
|
||||||
|
@ -3029,7 +3027,6 @@ select[multiple].input-lg {
|
||||||
.btn.focus,
|
.btn.focus,
|
||||||
.btn:active.focus,
|
.btn:active.focus,
|
||||||
.btn.active.focus {
|
.btn.active.focus {
|
||||||
outline: thin dotted;
|
|
||||||
outline: 5px auto -webkit-focus-ring-color;
|
outline: 5px auto -webkit-focus-ring-color;
|
||||||
outline-offset: -2px;
|
outline-offset: -2px;
|
||||||
}
|
}
|
||||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue