This repository has been archived on 2025-06-21. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
suitedesk/modules/extlink/extlink.css

16 lines
309 B
CSS

span.ext {
background: url(extlink.png) right center no-repeat;
padding-right: 12px;
}
span.mailto {
background: url(mailto.png) right center no-repeat;
padding-right: 12px;
}
/* Hide the extra spans when printing. */
@media print {
span.ext, span.mailto {
display: none;
padding: 0;
}
}