Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/phabricator
Path: blob/master/webroot/rsrc/css/application/phrequent/phrequent.css
12242 views
1
/**
2
* @provides phrequent-css
3
*/
4
5
.phrequent-tracking-property {
6
padding: 6px 6px 6px 28px;
7
margin-bottom: 2px;
8
background: #e9e9e9;
9
background-repeat: no-repeat;
10
background-position: 6px center;
11
}
12
13
.phrequent-active {
14
background-image: url(/rsrc/image/phrequent_active.png);
15
}
16
17
.phrequent-on-stack {
18
color: {$greytext};
19
background-image: url(/rsrc/image/phrequent_inactive.png);
20
}
21
22