mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-11 17:32:41 +01:00
e077d2f7a7
Summary: Reorgaizes the CSS here a bit, by object list style, adds in a new drag ui class, which will be used in menu ordering. Test Plan: Workboards, Home Apps. {F2126266} Reviewers: epriestley Reviewed By: epriestley Subscribers: Korvin Differential Revision: https://secure.phabricator.com/D17057
18 lines
287 B
CSS
18 lines
287 B
CSS
/**
|
|
* @provides phabricator-search-results-css
|
|
*/
|
|
|
|
.phui-oi-link strong {
|
|
color: {$fire};
|
|
text-decoration: underline;
|
|
}
|
|
|
|
.phui-source-fragment {
|
|
color: {$darkgreytext};
|
|
}
|
|
|
|
.phui-source-fragment strong {
|
|
background-color: {$lightyellow};
|
|
font-weight: normal;
|
|
color: #000;
|
|
}
|