|
Lines 559-565
table {
Link Here
|
| 559 |
border-radius: .25rem; |
559 |
border-radius: .25rem; |
| 560 |
box-shadow: none; |
560 |
box-shadow: none; |
| 561 |
color: #000; |
561 |
color: #000; |
| 562 |
content: "\f067"; |
562 |
content: "\2b"; |
| 563 |
font-family: FontAwesome; |
563 |
font-family: FontAwesome; |
| 564 |
font-size: 1em; |
564 |
font-size: 1em; |
| 565 |
font-style: normal; |
565 |
font-style: normal; |
|
Lines 576-582
table {
Link Here
|
| 576 |
th { |
576 |
th { |
| 577 |
&.dtr-control { |
577 |
&.dtr-control { |
| 578 |
&::before { |
578 |
&::before { |
| 579 |
content: "\f068"; |
579 |
background-color: #E1E1E1; |
|
|
580 |
background-image: linear-gradient(180deg, #EBEBEB, #E1E1E1); |
| 581 |
border: 1px solid #B3B3B3; |
| 582 |
border-radius: .25rem; |
| 583 |
box-shadow: none; |
| 584 |
color: #000; |
| 585 |
content: "\2d"; |
| 586 |
font-family: FontAwesome; |
| 587 |
font-size: 1em; |
| 588 |
font-style: normal; |
| 589 |
height: 1em; |
| 590 |
left: 35%; |
| 591 |
padding: .5rem; |
| 592 |
width: 1em; |
| 580 |
} |
593 |
} |
| 581 |
} |
594 |
} |
| 582 |
} |
595 |
} |
| 583 |
- |
|
|