1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-20 17:28:51 +02:00
phorge-phorge/webroot/rsrc/css/application/pholio/pholio-inline-comments.css
Chad Little c3843a9963 Add a masked image to Pholio Inline Comment Dialog
Summary: n/a

Test Plan:
Tested both ajax and regular pages, test various comments, images.

{F168592}

{F168593}

Reviewers: epriestley

Reviewed By: epriestley

Subscribers: epriestley, Korvin

Differential Revision: https://secure.phabricator.com/D9630
2014-06-19 11:00:07 -07:00

13 lines
178 B
CSS

/**
* @provides pholio-inline-comments-css
*/
.pholio-inline-comment-head {
padding: 8px 0;
color: {$greytext};
}
.pholio-inline-comment-head a {
font-weight: bold;
}