This repository has been archived on 2023-02-21. You can view files and clone it, but cannot push or open issues or pull requests.
PcfIntranetStyle/skins/pcfintranetstyle_styles/member.css

19 lines
304 B
CSS

a.state-private {
color: #ff7664 !important;
}
a.state-visible {
color: #a3e63d !important;
}
a.state-published {
color: #7dabcf; !important;
}
a.state-pending {
color: orange !important;
}
a.state-expired {
color: silver !important;
}
a.syndicated {
color: #008000 !important;
}