1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-20 09:18:48 +02:00
phorge-phorge/webroot/rsrc/css/application/phrequent/phrequent.css
epriestley 1196675697 Fix 403s in Phrequent by rendering actions as forms, and make properties fancier
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
2013-03-30 19:37:13 -07:00

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