mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 17:02:41 +01:00
13e959286c
Summary: Ref T8099, Adds ability to set hidden form open, which leaves form open on searches and moves anchor point. Test Plan: Run saved searches, advanced searches, and searches from main search ui. Reviewers: btrahan, epriestley Reviewed By: epriestley Subscribers: epriestley, Korvin Maniphest Tasks: T8099 Differential Revision: https://secure.phabricator.com/D13308
18 lines
296 B
CSS
18 lines
296 B
CSS
/**
|
|
* @provides phabricator-search-results-css
|
|
*/
|
|
|
|
.phui-object-item-link strong {
|
|
color: {$fire};
|
|
text-decoration: underline;
|
|
}
|
|
|
|
.phui-source-fragment {
|
|
color: {$darkgreytext};
|
|
}
|
|
|
|
.phui-source-fragment strong {
|
|
background-color: {$lightyellow};
|
|
font-weight: normal;
|
|
color: #000;
|
|
}
|