mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-06 06:58:27 +00:00
17 lines
240 B
CSS
17 lines
240 B
CSS
div.home-status {
|
|
margin: 7px;
|
|
padding: 5px;
|
|
color: #666;
|
|
}
|
|
|
|
span.home-status-link {
|
|
cursor: pointer;
|
|
text-decoration: underline;
|
|
}
|
|
|
|
span.home-status-unread {
|
|
padding: 2px 3px;
|
|
font-size: 11px;
|
|
color: #FFF;
|
|
background-color: RED;
|
|
} |