mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-29 10:12:41 +01:00
Fix resource path in CSS.
Summary: Accidental overright of the URL. Test Plan: Reload apps page. Reviewers: btrahan, epriestley Reviewed By: epriestley CC: aran, Korvin Differential Revision: https://secure.phabricator.com/D4133
This commit is contained in:
parent
d704bf3a55
commit
433a7ccdfd
1 changed files with 3 additions and 3 deletions
|
@ -139,13 +139,13 @@ a.phabricator-application-launch-container:active {
|
||||||
}
|
}
|
||||||
|
|
||||||
.phabricator-application-status-type-needs {
|
.phabricator-application-status-type-needs {
|
||||||
background-image: url(/res/2c1e193b/rsrc/image/appstatus_needs.png);
|
background-image: url(/rsrc/image/appstatus_needs.png);
|
||||||
}
|
}
|
||||||
|
|
||||||
.phabricator-application-status-type-empty {
|
.phabricator-application-status-type-empty {
|
||||||
background-image: url(/res/2f8102e0/rsrc/image/appstatus_empty.png);
|
background-image: url(/rsrc/image/appstatus_empty.png);
|
||||||
}
|
}
|
||||||
|
|
||||||
.phabricator-application-status-type-info {
|
.phabricator-application-status-type-info {
|
||||||
background-image: url(/res/407de6da/rsrc/image/appstatus_info.png);
|
background-image: url(/rsrc/image/appstatus_info.png);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue