/*
   Only provide the difference between the normal CSS and the device specific here. This should mean that
   the only properties used are `background-image`, etc. Leave `background-size`, `background-repeat`,
   `background-position`, etc in the relevant CSS file.
*/
@media screen {
    .expand-control-icon { background-image: url('/confluence/images/icons/grey_arrow_right_32.png'); }
    .expand-container, .expand-control-icon.expanded { background-image: url('/confluence/images/icons/grey_arrow_down_32.png'); }
}
