| 1 |
.sh-cd-table th { |
| 2 |
font-weight: bold; |
| 3 |
} |
| 4 |
.sh-cd-table .fa-times { |
| 5 |
color: #ff0000; |
| 6 |
} |
| 7 |
.sh-cd-table .fa-check { |
| 8 |
color: #008000; |
| 9 |
} |
| 10 |
.sh-cd-error { |
| 11 |
border: 1px solid #ff0000; |
| 12 |
} |
| 13 |
.sh-cd-table th { |
| 14 |
border-bottom: 1px solid #CCCCCC; |
| 15 |
} |
| 16 |
.sh-cd-button-row { |
| 17 |
margin-top: 10px; |
| 18 |
padding: 10px 0px 10px 0px; |
| 19 |
text-align: right; |
| 20 |
} |
| 21 |
.sh-cd-border-bottom { |
| 22 |
border-bottom: 1px solid #CCCCCC; |
| 23 |
} |
| 24 |
.sh-cd-border-top { |
| 25 |
border-top: 1px solid #CCCCCC; |
| 26 |
} |
| 27 |
.sh-cd-hide { |
| 28 |
display: none !important; |
| 29 |
} |
| 30 |
.sh-cd-upgrade-button { |
| 31 |
font-size: 18px; |
| 32 |
} |
| 33 |
.sh-cd-toggle-disabled i { |
| 34 |
color: #CCCCCC !important; |
| 35 |
} |
| 36 |
|