This website works better with JavaScript
Home
Explore
Help
Sign In
githab
/
bootstrap-table
Watch
2
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
Adding css group by
djhvscf
6 years ago
parent
eecfe2c01a
commit
3a9e3f3f80
1 changed files
with
3 additions
and
0 deletions
Unified View
Show Diff Stats
3
0
src/extensions/group-by/bootstrap-table-group-by.css
+ 3
- 0
src/extensions/group-by/bootstrap-table-group-by.css
View File
@@ -0,0 +1,3 @@
+.group-by-row {
+ background-color: #d9edf7;
+}