Skip to content

Commit 40dd7cc

Browse files
author
Vidya Ramakrishnan
committed
Add mui styling for footable
1 parent 657884c commit 40dd7cc

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

baseframe/assets.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -492,6 +492,12 @@
492492
'requires': 'fontawesome.css>=4.4.0',
493493
'bundle': 'baseframe/css/baseframe-footable.css',
494494
}
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+
495501

496502
# NProgress
497503
assets['nprogress.js'][Version('0.2.0')] = 'baseframe/js/nprogress.js'
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)