We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 657884c commit 40dd7ccCopy full SHA for 40dd7cc
baseframe/assets.py
@@ -492,6 +492,12 @@
492
'requires': 'fontawesome.css>=4.4.0',
493
'bundle': 'baseframe/css/baseframe-footable.css',
494
}
495
+assets['baseframe-footable-mui.css'][Version('2.0.3')] = {
496
+ 'provides': 'footable-mui.css',
497
+ 'requires': 'baseframe-footable.css=2.0.3',
498
+ 'bundle': 'baseframe/css/footable-mui.css',
499
+}
500
+
501
502
# NProgress
503
assets['nprogress.js'][Version('0.2.0')] = 'baseframe/js/nprogress.js'
baseframe/static/css/footable-mui.css
@@ -0,0 +1,11 @@
1
+.footable {
2
+ border: none;
3
4
5
+.footable > thead > tr > th,
6
+.footable > thead > tr > td,
7
+.footable > tbody > tr > td {
8
+ background: none;
9
+ border: 0;
10
+ border-bottom: 2px solid rgba(132, 146, 166, 0.3);
11
0 commit comments