corrade-nucleus-nucleons – Blame information for rev 20

Subversion Repositories:
Rev:
Rev Author Line No. Line
20 office 1 /**
2 * @author vincent loh <vincent.ml@gmail.com>
3 * @version: v1.0.0
4 * https://github.com/vinzloh/bootstrap-table/
5 * Sticky header for bootstrap-table
6 */
7  
8 .fix-sticky {
9 position: fixed;
10 z-index: 100;
11 }
12 .fix-sticky thead {
13 background: #fff;
14 }
15  
16 .fix-sticky thead th,
17 .fix-sticky thead th:first-child {
18 border-left: 0;
19 border-right: 0;
20 border-bottom: 1px solid #eee;
21 border-radius: 0;
22 }