Added custom scroll bars and separated the table header from the tables for Sales and the Graphs tables.

This commit is contained in:
Wynne Crisman
2017-10-08 08:56:15 -07:00
parent 210517a5c2
commit b5ac9fd249
44 changed files with 4939 additions and 245 deletions

View File

@@ -21,6 +21,7 @@ import '/imports/util/select2/select2.full.js';
import 'sweetalert2/dist/sweetalert2.min.css';
import '/imports/util/simplegrid.css';
import 'dragula/dist/dragula.css';
//import 'malihu-custom-scrollbar-plugin/jquery.mCustomScrollbar.css';
Blaze._allowJavascriptUrls();

View File

@@ -180,4 +180,5 @@ body
@import "../imports/ui/SalesSheetEditor.import.styl"
@import "../imports/ui/Pricing.import.styl"
@import "../imports/ui/Production.import.styl"
@import "../imports/ui/Graphs.import.styl"
@import "../imports/ui/Graphs.import.styl"
@import "../imports/ui/TestList.import.styl"