UNPKG

1.05 kBCSSView Raw
1.slick-group-toggle-all.expanded {
2 background: url('../images/collapse.gif') no-repeat center center;
3 width: 9px;
4 height: 9px;
5 position: absolute;
6 display: inline-block;
7 right: 10px;
8}
9
10.slick-group-toggle-all.collapsed {
11 background: url('../images/expand.gif') no-repeat center center;
12 width: 9px;
13 height: 9px;
14 position: absolute;
15 display: inline-block;
16 right: 10px;
17}
18
19.slick-column-groupable {
20 width: 9px;
21 height: 9px;
22 display: inline-block;
23 margin-left: 4px;
24}
25
26.slick-column-groupable-image {
27 background: url('../images/column-grouping.png') no-repeat center center;
28}
29
30.slick-dropped-grouping {
31 display: inline-block;
32 margin-right: 5px;
33 vertical-align: middle;
34 cursor: pointer;
35}
36
37.slick-groupby-remove {
38 padding-right: 20px;
39 display: inline-flex;
40}
41
42.slick-groupby-remove-image {
43 background: url(../images/delete.png) no-repeat center right;
44}
45
46.slick-placeholder {
47 height: 25px;
48}
49
50.ui-droppable {
51 padding: 5px;
52}