-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathreact_smart_table.css
More file actions
78 lines (62 loc) · 1.54 KB
/
react_smart_table.css
File metadata and controls
78 lines (62 loc) · 1.54 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
/*.smarttable
"glyphicon glyphicon-triangle-bottom" : "glyphicon glyphicon-triangle-top"*/
.rst_table {
/*border:5px solid #FF0000;*/
}
.rst_thead {
}
.rst_tbody_container:focus {
outline: 0;
}
.rst_tbody {
}
.rst_left {
/*box-shadow: px 3px 5px 6px #ccc;
*/
/*box-shadow: 8px 0 4px -2px #ddd;*/
border-right: 1px solid gray;
overflow:hidden;
}
.rst_tr {
position: absolute; /* MANDATORY */
}
.rst_td {
position: absolute; /* MANDATORY */
overflow-x: hidden; /* MANDATORY */
overflow-y: hidden; /* MANDATORY */
white-space:nowrap;
border-top: 1px solid #DDDDDD;
border-right: 1px solid #DDDDDD;
padding:4px;
}
.rst_empty {
background: #EEEEEE;
}
.rst_center_text {
text-align:center;
}
.rst_th_wrapper {
position: relative; /* MANDATORY */
font-weight: bold;
}
.rst_th {
position: absolute; /* MANDATORY */
overflow-x: hidden; /* MANDATORY */
overflow-y: hidden; /* MANDATORY */
border-bottom: 1px solid gray;
border-right: 1px solid #DDDDDD;
padding:4px;
white-space:nowrap;
}
.fixedDataTableRow_columnsShadow {
background: 0 0 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAABCAYAAAD5PA/NAAAAFklEQVQIHWPSkNeSBmJhTQVtbiDNCgASagIIuJX8OgAAAABJRU5ErkJggg==) repeat-y;
width: 4px;
}
.fixedDataTable_shadow {
background: 0 0 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAECAYAAABP2FU6AAAAF0lEQVR4AWPUkNeSBhHCjJoK2twgFisAFagCCp3pJlAAAAAASUVORK5CYII=) repeat-x;
height: 4px;
left: 0;
position: absolute;
right: 0;
z-index: 1;
}