| 1 |
.stockpack-browser { |
| 2 |
li.attachment { |
| 3 |
button.download { |
| 4 |
display: none; |
| 5 |
height: 24px; |
| 6 |
width: 24px; |
| 7 |
padding: 0; |
| 8 |
border: 0; |
| 9 |
position: absolute; |
| 10 |
z-index: 10; |
| 11 |
bottom: 0; |
| 12 |
right: 0; |
| 13 |
outline: none; |
| 14 |
background: #eee; |
| 15 |
cursor: pointer; |
| 16 |
box-shadow: 0 0 0 1px #fff, 0 0 0 2px rgba(0, 0, 0, 0.15); |
| 17 |
span.dashicons-download { |
| 18 |
font-family: "dashicons"; |
| 19 |
color: #fff; |
| 20 |
font-size: 16px; |
| 21 |
line-height: 25px; |
| 22 |
} |
| 23 |
} |
| 24 |
&.details { |
| 25 |
button.download { |
| 26 |
display: block; |
| 27 |
background-color: #0073aa; |
| 28 |
box-shadow: 0 0 0 1px #fff, |
| 29 |
0 0 0 2px #0073aa; |
| 30 |
} |
| 31 |
} |
| 32 |
} |
| 33 |
} |