mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 17:02:41 +01:00
1196675697
Summary: Also cleans up some stuff like logged out users a bit. This provides a more subtle alternative to {D5485}. (This is fairly rough, and the icons need to be sprited if we stick with this approach.) Test Plan: {F38047} {F38048} Reviewers: hach-que, btrahan Reviewed By: hach-que CC: aran, chad Maniphest Tasks: T2857 Differential Revision: https://secure.phabricator.com/D5494
20 lines
396 B
CSS
20 lines
396 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: #777777;
|
|
background-image: url(/rsrc/image/phrequent_inactive.png);
|
|
}
|