1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-21 01:38:48 +02:00
phorge-phorge/webroot/rsrc/css/application/pholio/pholio-inline-comments.css
Chad Little 85870e79aa Switch Pholio over to lighter layout.
Summary: Gets rid of all the dark css.

Test Plan:
Do it live.

{F166665}

Reviewers: epriestley

Reviewed By: epriestley

Subscribers: epriestley, Korvin

Differential Revision: https://secure.phabricator.com/D9545
2014-06-15 07:44:12 -07:00

28 lines
534 B
CSS

/**
* @provides pholio-inline-comments-css
*/
.pholio-inline-comment {
margin: 0 0 4px 0;
padding: 8px;
}
.pholio-mock-inline-comments {
background: #fff;
border-top: 1px solid {$thinblueborder};
text-align: left;
}
.pholio-mock-inline-comments a {
font-weight: normal;
color: {$sky};
}
.device-desktop .pholio-mock-inline-comment-highlight.pholio-mock-select-fill {
opacity: 0.5;
}
.device-desktop .pholio-mock-inline-comment-highlight.pholio-inline-comment {
background: #555555;
border-color: #aaaaaa;
}