Added tabulator to composer, FHC-Header and a CSS for it

This commit is contained in:
Paolo
2019-07-09 11:57:52 +02:00
parent f0ee8b0161
commit 2922aa26fe
4 changed files with 105 additions and 24 deletions
+14
View File
@@ -0,0 +1,14 @@
.tabulator-col {
font-size: 14px;
}
.tabulator-page {
color: black;
opacity: 1 !important;
padding: 2px 7px !important;
border: 0px !important;
}
.tabulator-page.active {
color: #337ab7 !important;
}