updates
This commit is contained in:
2
assets/css/main.min.css
vendored
2
assets/css/main.min.css
vendored
File diff suppressed because one or more lines are too long
@@ -2697,6 +2697,11 @@ button.add {
|
||||
width: 1.5em;
|
||||
font-size: .7em;
|
||||
padding: 0;
|
||||
opacity: 0;
|
||||
}
|
||||
|
||||
h3:hover > button.add {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
/* perfect-scrollbar v0.6.5 */
|
||||
|
||||
@@ -249,6 +249,11 @@ button.add {
|
||||
width: 1.5em;
|
||||
font-size: .7em;
|
||||
padding: 0;
|
||||
opacity: 0;
|
||||
}
|
||||
|
||||
h3:hover > button.add {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
@import "scrollbar";
|
||||
|
||||
2
assets/js/app.min.js
vendored
2
assets/js/app.min.js
vendored
File diff suppressed because one or more lines are too long
@@ -1,6 +1,12 @@
|
||||
$(document).ready(function() {
|
||||
$('.scroll').perfectScrollbar();
|
||||
|
||||
var n = noty({
|
||||
layout: 'topRight',
|
||||
type: 'success',
|
||||
text: 'noty - a jquery notification library!'
|
||||
});
|
||||
|
||||
$("#preview").click(function(e) {
|
||||
e.preventDefault();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user