1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-20 01:08:50 +02:00
phorge-phorge/webroot/rsrc/css/application/phrequent/phrequent.css
Chad Little dd995984eb UIColor Blues and common color integration
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
2013-09-02 08:10:47 -07:00

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);
}