mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 08:52:39 +01:00
dd995984eb
Summary: This adds standard 'blues' and start integration of standard colors for text, backgrounds, and borders. Test Plan: sb Reviewers: epriestley, btrahan Reviewed By: epriestley CC: Korvin, aran Differential Revision: https://secure.phabricator.com/D6857
20 lines
400 B
CSS
20 lines
400 B
CSS
/**
|
|
* @provides phrequent-css
|
|
*/
|
|
|
|
.phrequent-tracking-property {
|
|
padding: 6px 6px 6px 28px;
|
|
margin-bottom: 2px;
|
|
background: #e9e9e9;
|
|
background-repeat: no-repeat;
|
|
background-position: 6px center;
|
|
}
|
|
|
|
.phrequent-active {
|
|
background-image: url(/rsrc/image/phrequent_active.png);
|
|
}
|
|
|
|
.phrequent-on-stack {
|
|
color: {$greytext};
|
|
background-image: url(/rsrc/image/phrequent_inactive.png);
|
|
}
|