Use application icons for "Eye" menu and Crumbs
Summary:
Issues here:
- Need an application-sized "eye", or a "home" icon for "Phabricator Home".
- Some of the "apps_lb_2x" sliced images are the "_dark_" versions, not the light versions.
- If you slice an application-sized "logout" (power off) icon and application-sized "help" (questionmark in circle) icon I can replace the current menu icons and nearly get rid of "autosprite".
- To replace the icons on /applications/, the non-retina size is "4x", so we'd need "8x" for retina. Alternatively I can reduce the icon sizes by 50%.
- The "Help", "Settings" and "Logout" items currently have a "glowing" hover state, which needs a variant (or we can drop it).
- The /applications/ icons have a white hover state (or we can drop it).
- The 1x application (14x14) icons aren't used anywhere right now, should they be? Maybe in the feed in the future, etc?
- The "apps-2x" and "apps-large" sheets are the same image, but getting them to actually use the same file is a bit tricky, so I just left them separate for now.
Test Plan:
{F26698}
{F26699}
Reviewers: chad
Reviewed By: chad
CC: aran
Maniphest Tasks: T1960
Differential Revision: https://secure.phabricator.com/D4108
2012-12-07 22:37:28 +01:00
|
|
|
/**
|
|
|
|
* @provides sprite-apps-css
|
|
|
|
* @generated
|
|
|
|
*/
|
|
|
|
|
|
|
|
.sprite-apps {
|
|
|
|
background-image: url(/rsrc/image/sprite-apps.png);
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
}
|
|
|
|
|
|
|
|
@media
|
|
|
|
only screen and (min-device-pixel-ratio: 1.5),
|
|
|
|
only screen and (-webkit-min-device-pixel-ratio: 1.5) {
|
|
|
|
.sprite-apps {
|
|
|
|
background-image: url(/rsrc/image/sprite-apps-X2.png);
|
2013-11-04 20:50:19 +01:00
|
|
|
background-size: 165px 165px;
|
Use application icons for "Eye" menu and Crumbs
Summary:
Issues here:
- Need an application-sized "eye", or a "home" icon for "Phabricator Home".
- Some of the "apps_lb_2x" sliced images are the "_dark_" versions, not the light versions.
- If you slice an application-sized "logout" (power off) icon and application-sized "help" (questionmark in circle) icon I can replace the current menu icons and nearly get rid of "autosprite".
- To replace the icons on /applications/, the non-retina size is "4x", so we'd need "8x" for retina. Alternatively I can reduce the icon sizes by 50%.
- The "Help", "Settings" and "Logout" items currently have a "glowing" hover state, which needs a variant (or we can drop it).
- The /applications/ icons have a white hover state (or we can drop it).
- The 1x application (14x14) icons aren't used anywhere right now, should they be? Maybe in the feed in the future, etc?
- The "apps-2x" and "apps-large" sheets are the same image, but getting them to actually use the same file is a bit tricky, so I just left them separate for now.
Test Plan:
{F26698}
{F26699}
Reviewers: chad
Reviewed By: chad
CC: aran
Maniphest Tasks: T1960
Differential Revision: https://secure.phabricator.com/D4108
2012-12-07 22:37:28 +01:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2013-04-13 18:09:42 +02:00
|
|
|
.apps-adventure-dark {
|
Use application icons for "Eye" menu and Crumbs
Summary:
Issues here:
- Need an application-sized "eye", or a "home" icon for "Phabricator Home".
- Some of the "apps_lb_2x" sliced images are the "_dark_" versions, not the light versions.
- If you slice an application-sized "logout" (power off) icon and application-sized "help" (questionmark in circle) icon I can replace the current menu icons and nearly get rid of "autosprite".
- To replace the icons on /applications/, the non-retina size is "4x", so we'd need "8x" for retina. Alternatively I can reduce the icon sizes by 50%.
- The "Help", "Settings" and "Logout" items currently have a "glowing" hover state, which needs a variant (or we can drop it).
- The /applications/ icons have a white hover state (or we can drop it).
- The 1x application (14x14) icons aren't used anywhere right now, should they be? Maybe in the feed in the future, etc?
- The "apps-2x" and "apps-large" sheets are the same image, but getting them to actually use the same file is a bit tricky, so I just left them separate for now.
Test Plan:
{F26698}
{F26699}
Reviewers: chad
Reviewed By: chad
CC: aran
Maniphest Tasks: T1960
Differential Revision: https://secure.phabricator.com/D4108
2012-12-07 22:37:28 +01:00
|
|
|
background-position: 0px 0px;
|
|
|
|
}
|
|
|
|
|
2013-07-27 17:53:40 +02:00
|
|
|
.apps-adventure-white {
|
Use application icons for "Eye" menu and Crumbs
Summary:
Issues here:
- Need an application-sized "eye", or a "home" icon for "Phabricator Home".
- Some of the "apps_lb_2x" sliced images are the "_dark_" versions, not the light versions.
- If you slice an application-sized "logout" (power off) icon and application-sized "help" (questionmark in circle) icon I can replace the current menu icons and nearly get rid of "autosprite".
- To replace the icons on /applications/, the non-retina size is "4x", so we'd need "8x" for retina. Alternatively I can reduce the icon sizes by 50%.
- The "Help", "Settings" and "Logout" items currently have a "glowing" hover state, which needs a variant (or we can drop it).
- The /applications/ icons have a white hover state (or we can drop it).
- The 1x application (14x14) icons aren't used anywhere right now, should they be? Maybe in the feed in the future, etc?
- The "apps-2x" and "apps-large" sheets are the same image, but getting them to actually use the same file is a bit tricky, so I just left them separate for now.
Test Plan:
{F26698}
{F26699}
Reviewers: chad
Reviewed By: chad
CC: aran
Maniphest Tasks: T1960
Differential Revision: https://secure.phabricator.com/D4108
2012-12-07 22:37:28 +01:00
|
|
|
background-position: -15px 0px;
|
|
|
|
}
|
|
|
|
|
2013-07-27 17:53:40 +02:00
|
|
|
.apps-application-dark {
|
Use application icons for "Eye" menu and Crumbs
Summary:
Issues here:
- Need an application-sized "eye", or a "home" icon for "Phabricator Home".
- Some of the "apps_lb_2x" sliced images are the "_dark_" versions, not the light versions.
- If you slice an application-sized "logout" (power off) icon and application-sized "help" (questionmark in circle) icon I can replace the current menu icons and nearly get rid of "autosprite".
- To replace the icons on /applications/, the non-retina size is "4x", so we'd need "8x" for retina. Alternatively I can reduce the icon sizes by 50%.
- The "Help", "Settings" and "Logout" items currently have a "glowing" hover state, which needs a variant (or we can drop it).
- The /applications/ icons have a white hover state (or we can drop it).
- The 1x application (14x14) icons aren't used anywhere right now, should they be? Maybe in the feed in the future, etc?
- The "apps-2x" and "apps-large" sheets are the same image, but getting them to actually use the same file is a bit tricky, so I just left them separate for now.
Test Plan:
{F26698}
{F26699}
Reviewers: chad
Reviewed By: chad
CC: aran
Maniphest Tasks: T1960
Differential Revision: https://secure.phabricator.com/D4108
2012-12-07 22:37:28 +01:00
|
|
|
background-position: -30px 0px;
|
|
|
|
}
|
|
|
|
|
2013-07-27 17:53:40 +02:00
|
|
|
.apps-application-white {
|
Use application icons for "Eye" menu and Crumbs
Summary:
Issues here:
- Need an application-sized "eye", or a "home" icon for "Phabricator Home".
- Some of the "apps_lb_2x" sliced images are the "_dark_" versions, not the light versions.
- If you slice an application-sized "logout" (power off) icon and application-sized "help" (questionmark in circle) icon I can replace the current menu icons and nearly get rid of "autosprite".
- To replace the icons on /applications/, the non-retina size is "4x", so we'd need "8x" for retina. Alternatively I can reduce the icon sizes by 50%.
- The "Help", "Settings" and "Logout" items currently have a "glowing" hover state, which needs a variant (or we can drop it).
- The /applications/ icons have a white hover state (or we can drop it).
- The 1x application (14x14) icons aren't used anywhere right now, should they be? Maybe in the feed in the future, etc?
- The "apps-2x" and "apps-large" sheets are the same image, but getting them to actually use the same file is a bit tricky, so I just left them separate for now.
Test Plan:
{F26698}
{F26699}
Reviewers: chad
Reviewed By: chad
CC: aran
Maniphest Tasks: T1960
Differential Revision: https://secure.phabricator.com/D4108
2012-12-07 22:37:28 +01:00
|
|
|
background-position: -45px 0px;
|
|
|
|
}
|
|
|
|
|
2013-07-27 17:53:40 +02:00
|
|
|
.apps-audit-dark {
|
Use application icons for "Eye" menu and Crumbs
Summary:
Issues here:
- Need an application-sized "eye", or a "home" icon for "Phabricator Home".
- Some of the "apps_lb_2x" sliced images are the "_dark_" versions, not the light versions.
- If you slice an application-sized "logout" (power off) icon and application-sized "help" (questionmark in circle) icon I can replace the current menu icons and nearly get rid of "autosprite".
- To replace the icons on /applications/, the non-retina size is "4x", so we'd need "8x" for retina. Alternatively I can reduce the icon sizes by 50%.
- The "Help", "Settings" and "Logout" items currently have a "glowing" hover state, which needs a variant (or we can drop it).
- The /applications/ icons have a white hover state (or we can drop it).
- The 1x application (14x14) icons aren't used anywhere right now, should they be? Maybe in the feed in the future, etc?
- The "apps-2x" and "apps-large" sheets are the same image, but getting them to actually use the same file is a bit tricky, so I just left them separate for now.
Test Plan:
{F26698}
{F26699}
Reviewers: chad
Reviewed By: chad
CC: aran
Maniphest Tasks: T1960
Differential Revision: https://secure.phabricator.com/D4108
2012-12-07 22:37:28 +01:00
|
|
|
background-position: -60px 0px;
|
|
|
|
}
|
|
|
|
|
2013-07-27 17:53:40 +02:00
|
|
|
.apps-audit-white {
|
Use application icons for "Eye" menu and Crumbs
Summary:
Issues here:
- Need an application-sized "eye", or a "home" icon for "Phabricator Home".
- Some of the "apps_lb_2x" sliced images are the "_dark_" versions, not the light versions.
- If you slice an application-sized "logout" (power off) icon and application-sized "help" (questionmark in circle) icon I can replace the current menu icons and nearly get rid of "autosprite".
- To replace the icons on /applications/, the non-retina size is "4x", so we'd need "8x" for retina. Alternatively I can reduce the icon sizes by 50%.
- The "Help", "Settings" and "Logout" items currently have a "glowing" hover state, which needs a variant (or we can drop it).
- The /applications/ icons have a white hover state (or we can drop it).
- The 1x application (14x14) icons aren't used anywhere right now, should they be? Maybe in the feed in the future, etc?
- The "apps-2x" and "apps-large" sheets are the same image, but getting them to actually use the same file is a bit tricky, so I just left them separate for now.
Test Plan:
{F26698}
{F26699}
Reviewers: chad
Reviewed By: chad
CC: aran
Maniphest Tasks: T1960
Differential Revision: https://secure.phabricator.com/D4108
2012-12-07 22:37:28 +01:00
|
|
|
background-position: -75px 0px;
|
|
|
|
}
|
|
|
|
|
2013-07-27 17:53:40 +02:00
|
|
|
.apps-authentication-dark {
|
2013-03-21 18:02:11 +01:00
|
|
|
background-position: -90px 0px;
|
|
|
|
}
|
|
|
|
|
2013-07-27 17:53:40 +02:00
|
|
|
.apps-authentication-white {
|
|
|
|
background-position: -105px 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.apps-calendar-dark {
|
|
|
|
background-position: -120px 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.apps-calendar-white {
|
|
|
|
background-position: -135px 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.apps-chatlog-dark {
|
2013-11-04 20:50:19 +01:00
|
|
|
background-position: -150px 0px;
|
Use application icons for "Eye" menu and Crumbs
Summary:
Issues here:
- Need an application-sized "eye", or a "home" icon for "Phabricator Home".
- Some of the "apps_lb_2x" sliced images are the "_dark_" versions, not the light versions.
- If you slice an application-sized "logout" (power off) icon and application-sized "help" (questionmark in circle) icon I can replace the current menu icons and nearly get rid of "autosprite".
- To replace the icons on /applications/, the non-retina size is "4x", so we'd need "8x" for retina. Alternatively I can reduce the icon sizes by 50%.
- The "Help", "Settings" and "Logout" items currently have a "glowing" hover state, which needs a variant (or we can drop it).
- The /applications/ icons have a white hover state (or we can drop it).
- The 1x application (14x14) icons aren't used anywhere right now, should they be? Maybe in the feed in the future, etc?
- The "apps-2x" and "apps-large" sheets are the same image, but getting them to actually use the same file is a bit tricky, so I just left them separate for now.
Test Plan:
{F26698}
{F26699}
Reviewers: chad
Reviewed By: chad
CC: aran
Maniphest Tasks: T1960
Differential Revision: https://secure.phabricator.com/D4108
2012-12-07 22:37:28 +01:00
|
|
|
}
|
|
|
|
|
2013-07-27 17:53:40 +02:00
|
|
|
.apps-chatlog-white {
|
2013-11-04 20:50:19 +01:00
|
|
|
background-position: 0px -15px;
|
Use application icons for "Eye" menu and Crumbs
Summary:
Issues here:
- Need an application-sized "eye", or a "home" icon for "Phabricator Home".
- Some of the "apps_lb_2x" sliced images are the "_dark_" versions, not the light versions.
- If you slice an application-sized "logout" (power off) icon and application-sized "help" (questionmark in circle) icon I can replace the current menu icons and nearly get rid of "autosprite".
- To replace the icons on /applications/, the non-retina size is "4x", so we'd need "8x" for retina. Alternatively I can reduce the icon sizes by 50%.
- The "Help", "Settings" and "Logout" items currently have a "glowing" hover state, which needs a variant (or we can drop it).
- The /applications/ icons have a white hover state (or we can drop it).
- The 1x application (14x14) icons aren't used anywhere right now, should they be? Maybe in the feed in the future, etc?
- The "apps-2x" and "apps-large" sheets are the same image, but getting them to actually use the same file is a bit tricky, so I just left them separate for now.
Test Plan:
{F26698}
{F26699}
Reviewers: chad
Reviewed By: chad
CC: aran
Maniphest Tasks: T1960
Differential Revision: https://secure.phabricator.com/D4108
2012-12-07 22:37:28 +01:00
|
|
|
}
|
|
|
|
|
2013-07-27 17:53:40 +02:00
|
|
|
.apps-conduit-dark {
|
2013-11-04 20:50:19 +01:00
|
|
|
background-position: -15px -15px;
|
Use application icons for "Eye" menu and Crumbs
Summary:
Issues here:
- Need an application-sized "eye", or a "home" icon for "Phabricator Home".
- Some of the "apps_lb_2x" sliced images are the "_dark_" versions, not the light versions.
- If you slice an application-sized "logout" (power off) icon and application-sized "help" (questionmark in circle) icon I can replace the current menu icons and nearly get rid of "autosprite".
- To replace the icons on /applications/, the non-retina size is "4x", so we'd need "8x" for retina. Alternatively I can reduce the icon sizes by 50%.
- The "Help", "Settings" and "Logout" items currently have a "glowing" hover state, which needs a variant (or we can drop it).
- The /applications/ icons have a white hover state (or we can drop it).
- The 1x application (14x14) icons aren't used anywhere right now, should they be? Maybe in the feed in the future, etc?
- The "apps-2x" and "apps-large" sheets are the same image, but getting them to actually use the same file is a bit tricky, so I just left them separate for now.
Test Plan:
{F26698}
{F26699}
Reviewers: chad
Reviewed By: chad
CC: aran
Maniphest Tasks: T1960
Differential Revision: https://secure.phabricator.com/D4108
2012-12-07 22:37:28 +01:00
|
|
|
}
|
|
|
|
|
2013-07-27 17:53:40 +02:00
|
|
|
.apps-conduit-white {
|
2013-11-04 20:50:19 +01:00
|
|
|
background-position: -30px -15px;
|
Use application icons for "Eye" menu and Crumbs
Summary:
Issues here:
- Need an application-sized "eye", or a "home" icon for "Phabricator Home".
- Some of the "apps_lb_2x" sliced images are the "_dark_" versions, not the light versions.
- If you slice an application-sized "logout" (power off) icon and application-sized "help" (questionmark in circle) icon I can replace the current menu icons and nearly get rid of "autosprite".
- To replace the icons on /applications/, the non-retina size is "4x", so we'd need "8x" for retina. Alternatively I can reduce the icon sizes by 50%.
- The "Help", "Settings" and "Logout" items currently have a "glowing" hover state, which needs a variant (or we can drop it).
- The /applications/ icons have a white hover state (or we can drop it).
- The 1x application (14x14) icons aren't used anywhere right now, should they be? Maybe in the feed in the future, etc?
- The "apps-2x" and "apps-large" sheets are the same image, but getting them to actually use the same file is a bit tricky, so I just left them separate for now.
Test Plan:
{F26698}
{F26699}
Reviewers: chad
Reviewed By: chad
CC: aran
Maniphest Tasks: T1960
Differential Revision: https://secure.phabricator.com/D4108
2012-12-07 22:37:28 +01:00
|
|
|
}
|
|
|
|
|
2013-07-27 17:53:40 +02:00
|
|
|
.apps-conpherence-dark {
|
2013-11-04 20:50:19 +01:00
|
|
|
background-position: -45px -15px;
|
Use application icons for "Eye" menu and Crumbs
Summary:
Issues here:
- Need an application-sized "eye", or a "home" icon for "Phabricator Home".
- Some of the "apps_lb_2x" sliced images are the "_dark_" versions, not the light versions.
- If you slice an application-sized "logout" (power off) icon and application-sized "help" (questionmark in circle) icon I can replace the current menu icons and nearly get rid of "autosprite".
- To replace the icons on /applications/, the non-retina size is "4x", so we'd need "8x" for retina. Alternatively I can reduce the icon sizes by 50%.
- The "Help", "Settings" and "Logout" items currently have a "glowing" hover state, which needs a variant (or we can drop it).
- The /applications/ icons have a white hover state (or we can drop it).
- The 1x application (14x14) icons aren't used anywhere right now, should they be? Maybe in the feed in the future, etc?
- The "apps-2x" and "apps-large" sheets are the same image, but getting them to actually use the same file is a bit tricky, so I just left them separate for now.
Test Plan:
{F26698}
{F26699}
Reviewers: chad
Reviewed By: chad
CC: aran
Maniphest Tasks: T1960
Differential Revision: https://secure.phabricator.com/D4108
2012-12-07 22:37:28 +01:00
|
|
|
}
|
|
|
|
|
2013-07-27 17:53:40 +02:00
|
|
|
.apps-conpherence-white {
|
2013-11-04 20:50:19 +01:00
|
|
|
background-position: -60px -15px;
|
Use application icons for "Eye" menu and Crumbs
Summary:
Issues here:
- Need an application-sized "eye", or a "home" icon for "Phabricator Home".
- Some of the "apps_lb_2x" sliced images are the "_dark_" versions, not the light versions.
- If you slice an application-sized "logout" (power off) icon and application-sized "help" (questionmark in circle) icon I can replace the current menu icons and nearly get rid of "autosprite".
- To replace the icons on /applications/, the non-retina size is "4x", so we'd need "8x" for retina. Alternatively I can reduce the icon sizes by 50%.
- The "Help", "Settings" and "Logout" items currently have a "glowing" hover state, which needs a variant (or we can drop it).
- The /applications/ icons have a white hover state (or we can drop it).
- The 1x application (14x14) icons aren't used anywhere right now, should they be? Maybe in the feed in the future, etc?
- The "apps-2x" and "apps-large" sheets are the same image, but getting them to actually use the same file is a bit tricky, so I just left them separate for now.
Test Plan:
{F26698}
{F26699}
Reviewers: chad
Reviewed By: chad
CC: aran
Maniphest Tasks: T1960
Differential Revision: https://secure.phabricator.com/D4108
2012-12-07 22:37:28 +01:00
|
|
|
}
|
|
|
|
|
2013-07-27 17:53:40 +02:00
|
|
|
.apps-countdown-dark {
|
2013-11-04 20:50:19 +01:00
|
|
|
background-position: -75px -15px;
|
Use application icons for "Eye" menu and Crumbs
Summary:
Issues here:
- Need an application-sized "eye", or a "home" icon for "Phabricator Home".
- Some of the "apps_lb_2x" sliced images are the "_dark_" versions, not the light versions.
- If you slice an application-sized "logout" (power off) icon and application-sized "help" (questionmark in circle) icon I can replace the current menu icons and nearly get rid of "autosprite".
- To replace the icons on /applications/, the non-retina size is "4x", so we'd need "8x" for retina. Alternatively I can reduce the icon sizes by 50%.
- The "Help", "Settings" and "Logout" items currently have a "glowing" hover state, which needs a variant (or we can drop it).
- The /applications/ icons have a white hover state (or we can drop it).
- The 1x application (14x14) icons aren't used anywhere right now, should they be? Maybe in the feed in the future, etc?
- The "apps-2x" and "apps-large" sheets are the same image, but getting them to actually use the same file is a bit tricky, so I just left them separate for now.
Test Plan:
{F26698}
{F26699}
Reviewers: chad
Reviewed By: chad
CC: aran
Maniphest Tasks: T1960
Differential Revision: https://secure.phabricator.com/D4108
2012-12-07 22:37:28 +01:00
|
|
|
}
|
|
|
|
|
2013-07-27 17:53:40 +02:00
|
|
|
.apps-countdown-white {
|
2013-11-04 20:50:19 +01:00
|
|
|
background-position: -90px -15px;
|
2013-07-27 17:53:40 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.apps-daemon-dark {
|
2013-11-04 20:50:19 +01:00
|
|
|
background-position: -105px -15px;
|
2013-07-27 17:53:40 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.apps-daemon-white {
|
2013-11-04 20:50:19 +01:00
|
|
|
background-position: -120px -15px;
|
2013-07-27 17:53:40 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.apps-differential-dark {
|
2013-11-04 20:50:19 +01:00
|
|
|
background-position: -135px -15px;
|
Use application icons for "Eye" menu and Crumbs
Summary:
Issues here:
- Need an application-sized "eye", or a "home" icon for "Phabricator Home".
- Some of the "apps_lb_2x" sliced images are the "_dark_" versions, not the light versions.
- If you slice an application-sized "logout" (power off) icon and application-sized "help" (questionmark in circle) icon I can replace the current menu icons and nearly get rid of "autosprite".
- To replace the icons on /applications/, the non-retina size is "4x", so we'd need "8x" for retina. Alternatively I can reduce the icon sizes by 50%.
- The "Help", "Settings" and "Logout" items currently have a "glowing" hover state, which needs a variant (or we can drop it).
- The /applications/ icons have a white hover state (or we can drop it).
- The 1x application (14x14) icons aren't used anywhere right now, should they be? Maybe in the feed in the future, etc?
- The "apps-2x" and "apps-large" sheets are the same image, but getting them to actually use the same file is a bit tricky, so I just left them separate for now.
Test Plan:
{F26698}
{F26699}
Reviewers: chad
Reviewed By: chad
CC: aran
Maniphest Tasks: T1960
Differential Revision: https://secure.phabricator.com/D4108
2012-12-07 22:37:28 +01:00
|
|
|
}
|
|
|
|
|
2013-07-27 17:53:40 +02:00
|
|
|
.apps-differential-white {
|
2013-11-04 20:50:19 +01:00
|
|
|
background-position: -150px -15px;
|
2013-03-21 18:02:11 +01:00
|
|
|
}
|
|
|
|
|
2013-07-27 17:53:40 +02:00
|
|
|
.apps-diffusion-dark {
|
2013-11-04 20:50:19 +01:00
|
|
|
background-position: 0px -30px;
|
Use application icons for "Eye" menu and Crumbs
Summary:
Issues here:
- Need an application-sized "eye", or a "home" icon for "Phabricator Home".
- Some of the "apps_lb_2x" sliced images are the "_dark_" versions, not the light versions.
- If you slice an application-sized "logout" (power off) icon and application-sized "help" (questionmark in circle) icon I can replace the current menu icons and nearly get rid of "autosprite".
- To replace the icons on /applications/, the non-retina size is "4x", so we'd need "8x" for retina. Alternatively I can reduce the icon sizes by 50%.
- The "Help", "Settings" and "Logout" items currently have a "glowing" hover state, which needs a variant (or we can drop it).
- The /applications/ icons have a white hover state (or we can drop it).
- The 1x application (14x14) icons aren't used anywhere right now, should they be? Maybe in the feed in the future, etc?
- The "apps-2x" and "apps-large" sheets are the same image, but getting them to actually use the same file is a bit tricky, so I just left them separate for now.
Test Plan:
{F26698}
{F26699}
Reviewers: chad
Reviewed By: chad
CC: aran
Maniphest Tasks: T1960
Differential Revision: https://secure.phabricator.com/D4108
2012-12-07 22:37:28 +01:00
|
|
|
}
|
|
|
|
|
2013-07-27 17:53:40 +02:00
|
|
|
.apps-diffusion-white {
|
2013-11-04 20:50:19 +01:00
|
|
|
background-position: -15px -30px;
|
Use application icons for "Eye" menu and Crumbs
Summary:
Issues here:
- Need an application-sized "eye", or a "home" icon for "Phabricator Home".
- Some of the "apps_lb_2x" sliced images are the "_dark_" versions, not the light versions.
- If you slice an application-sized "logout" (power off) icon and application-sized "help" (questionmark in circle) icon I can replace the current menu icons and nearly get rid of "autosprite".
- To replace the icons on /applications/, the non-retina size is "4x", so we'd need "8x" for retina. Alternatively I can reduce the icon sizes by 50%.
- The "Help", "Settings" and "Logout" items currently have a "glowing" hover state, which needs a variant (or we can drop it).
- The /applications/ icons have a white hover state (or we can drop it).
- The 1x application (14x14) icons aren't used anywhere right now, should they be? Maybe in the feed in the future, etc?
- The "apps-2x" and "apps-large" sheets are the same image, but getting them to actually use the same file is a bit tricky, so I just left them separate for now.
Test Plan:
{F26698}
{F26699}
Reviewers: chad
Reviewed By: chad
CC: aran
Maniphest Tasks: T1960
Differential Revision: https://secure.phabricator.com/D4108
2012-12-07 22:37:28 +01:00
|
|
|
}
|
|
|
|
|
2013-07-27 17:53:40 +02:00
|
|
|
.apps-diviner-dark {
|
2013-11-04 20:50:19 +01:00
|
|
|
background-position: -30px -30px;
|
Use application icons for "Eye" menu and Crumbs
Summary:
Issues here:
- Need an application-sized "eye", or a "home" icon for "Phabricator Home".
- Some of the "apps_lb_2x" sliced images are the "_dark_" versions, not the light versions.
- If you slice an application-sized "logout" (power off) icon and application-sized "help" (questionmark in circle) icon I can replace the current menu icons and nearly get rid of "autosprite".
- To replace the icons on /applications/, the non-retina size is "4x", so we'd need "8x" for retina. Alternatively I can reduce the icon sizes by 50%.
- The "Help", "Settings" and "Logout" items currently have a "glowing" hover state, which needs a variant (or we can drop it).
- The /applications/ icons have a white hover state (or we can drop it).
- The 1x application (14x14) icons aren't used anywhere right now, should they be? Maybe in the feed in the future, etc?
- The "apps-2x" and "apps-large" sheets are the same image, but getting them to actually use the same file is a bit tricky, so I just left them separate for now.
Test Plan:
{F26698}
{F26699}
Reviewers: chad
Reviewed By: chad
CC: aran
Maniphest Tasks: T1960
Differential Revision: https://secure.phabricator.com/D4108
2012-12-07 22:37:28 +01:00
|
|
|
}
|
|
|
|
|
2013-07-27 17:53:40 +02:00
|
|
|
.apps-diviner-white {
|
2013-11-04 20:50:19 +01:00
|
|
|
background-position: -45px -30px;
|
Use application icons for "Eye" menu and Crumbs
Summary:
Issues here:
- Need an application-sized "eye", or a "home" icon for "Phabricator Home".
- Some of the "apps_lb_2x" sliced images are the "_dark_" versions, not the light versions.
- If you slice an application-sized "logout" (power off) icon and application-sized "help" (questionmark in circle) icon I can replace the current menu icons and nearly get rid of "autosprite".
- To replace the icons on /applications/, the non-retina size is "4x", so we'd need "8x" for retina. Alternatively I can reduce the icon sizes by 50%.
- The "Help", "Settings" and "Logout" items currently have a "glowing" hover state, which needs a variant (or we can drop it).
- The /applications/ icons have a white hover state (or we can drop it).
- The 1x application (14x14) icons aren't used anywhere right now, should they be? Maybe in the feed in the future, etc?
- The "apps-2x" and "apps-large" sheets are the same image, but getting them to actually use the same file is a bit tricky, so I just left them separate for now.
Test Plan:
{F26698}
{F26699}
Reviewers: chad
Reviewed By: chad
CC: aran
Maniphest Tasks: T1960
Differential Revision: https://secure.phabricator.com/D4108
2012-12-07 22:37:28 +01:00
|
|
|
}
|
|
|
|
|
2013-07-27 17:53:40 +02:00
|
|
|
.apps-drydock-dark {
|
2013-11-04 20:50:19 +01:00
|
|
|
background-position: -60px -30px;
|
Use application icons for "Eye" menu and Crumbs
Summary:
Issues here:
- Need an application-sized "eye", or a "home" icon for "Phabricator Home".
- Some of the "apps_lb_2x" sliced images are the "_dark_" versions, not the light versions.
- If you slice an application-sized "logout" (power off) icon and application-sized "help" (questionmark in circle) icon I can replace the current menu icons and nearly get rid of "autosprite".
- To replace the icons on /applications/, the non-retina size is "4x", so we'd need "8x" for retina. Alternatively I can reduce the icon sizes by 50%.
- The "Help", "Settings" and "Logout" items currently have a "glowing" hover state, which needs a variant (or we can drop it).
- The /applications/ icons have a white hover state (or we can drop it).
- The 1x application (14x14) icons aren't used anywhere right now, should they be? Maybe in the feed in the future, etc?
- The "apps-2x" and "apps-large" sheets are the same image, but getting them to actually use the same file is a bit tricky, so I just left them separate for now.
Test Plan:
{F26698}
{F26699}
Reviewers: chad
Reviewed By: chad
CC: aran
Maniphest Tasks: T1960
Differential Revision: https://secure.phabricator.com/D4108
2012-12-07 22:37:28 +01:00
|
|
|
}
|
|
|
|
|
2013-07-27 17:53:40 +02:00
|
|
|
.apps-drydock-white {
|
2013-11-04 20:50:19 +01:00
|
|
|
background-position: -75px -30px;
|
2013-07-27 17:53:40 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.apps-fact-dark {
|
2013-11-04 20:50:19 +01:00
|
|
|
background-position: -90px -30px;
|
2013-07-27 17:53:40 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.apps-fact-white {
|
2013-11-04 20:50:19 +01:00
|
|
|
background-position: -105px -30px;
|
2013-07-27 17:53:40 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.apps-feed-dark {
|
2013-11-04 20:50:19 +01:00
|
|
|
background-position: -120px -30px;
|
Use application icons for "Eye" menu and Crumbs
Summary:
Issues here:
- Need an application-sized "eye", or a "home" icon for "Phabricator Home".
- Some of the "apps_lb_2x" sliced images are the "_dark_" versions, not the light versions.
- If you slice an application-sized "logout" (power off) icon and application-sized "help" (questionmark in circle) icon I can replace the current menu icons and nearly get rid of "autosprite".
- To replace the icons on /applications/, the non-retina size is "4x", so we'd need "8x" for retina. Alternatively I can reduce the icon sizes by 50%.
- The "Help", "Settings" and "Logout" items currently have a "glowing" hover state, which needs a variant (or we can drop it).
- The /applications/ icons have a white hover state (or we can drop it).
- The 1x application (14x14) icons aren't used anywhere right now, should they be? Maybe in the feed in the future, etc?
- The "apps-2x" and "apps-large" sheets are the same image, but getting them to actually use the same file is a bit tricky, so I just left them separate for now.
Test Plan:
{F26698}
{F26699}
Reviewers: chad
Reviewed By: chad
CC: aran
Maniphest Tasks: T1960
Differential Revision: https://secure.phabricator.com/D4108
2012-12-07 22:37:28 +01:00
|
|
|
}
|
|
|
|
|
2013-07-27 17:53:40 +02:00
|
|
|
.apps-feed-white {
|
2013-11-04 20:50:19 +01:00
|
|
|
background-position: -135px -30px;
|
Use application icons for "Eye" menu and Crumbs
Summary:
Issues here:
- Need an application-sized "eye", or a "home" icon for "Phabricator Home".
- Some of the "apps_lb_2x" sliced images are the "_dark_" versions, not the light versions.
- If you slice an application-sized "logout" (power off) icon and application-sized "help" (questionmark in circle) icon I can replace the current menu icons and nearly get rid of "autosprite".
- To replace the icons on /applications/, the non-retina size is "4x", so we'd need "8x" for retina. Alternatively I can reduce the icon sizes by 50%.
- The "Help", "Settings" and "Logout" items currently have a "glowing" hover state, which needs a variant (or we can drop it).
- The /applications/ icons have a white hover state (or we can drop it).
- The 1x application (14x14) icons aren't used anywhere right now, should they be? Maybe in the feed in the future, etc?
- The "apps-2x" and "apps-large" sheets are the same image, but getting them to actually use the same file is a bit tricky, so I just left them separate for now.
Test Plan:
{F26698}
{F26699}
Reviewers: chad
Reviewed By: chad
CC: aran
Maniphest Tasks: T1960
Differential Revision: https://secure.phabricator.com/D4108
2012-12-07 22:37:28 +01:00
|
|
|
}
|
|
|
|
|
2013-07-27 17:53:40 +02:00
|
|
|
.apps-files-dark {
|
2013-11-20 01:39:37 +01:00
|
|
|
background-position: -150px -30px;
|
Use application icons for "Eye" menu and Crumbs
Summary:
Issues here:
- Need an application-sized "eye", or a "home" icon for "Phabricator Home".
- Some of the "apps_lb_2x" sliced images are the "_dark_" versions, not the light versions.
- If you slice an application-sized "logout" (power off) icon and application-sized "help" (questionmark in circle) icon I can replace the current menu icons and nearly get rid of "autosprite".
- To replace the icons on /applications/, the non-retina size is "4x", so we'd need "8x" for retina. Alternatively I can reduce the icon sizes by 50%.
- The "Help", "Settings" and "Logout" items currently have a "glowing" hover state, which needs a variant (or we can drop it).
- The /applications/ icons have a white hover state (or we can drop it).
- The 1x application (14x14) icons aren't used anywhere right now, should they be? Maybe in the feed in the future, etc?
- The "apps-2x" and "apps-large" sheets are the same image, but getting them to actually use the same file is a bit tricky, so I just left them separate for now.
Test Plan:
{F26698}
{F26699}
Reviewers: chad
Reviewed By: chad
CC: aran
Maniphest Tasks: T1960
Differential Revision: https://secure.phabricator.com/D4108
2012-12-07 22:37:28 +01:00
|
|
|
}
|
|
|
|
|
2013-07-27 17:53:40 +02:00
|
|
|
.apps-files-white {
|
2013-11-20 01:39:37 +01:00
|
|
|
background-position: 0px -45px;
|
Use application icons for "Eye" menu and Crumbs
Summary:
Issues here:
- Need an application-sized "eye", or a "home" icon for "Phabricator Home".
- Some of the "apps_lb_2x" sliced images are the "_dark_" versions, not the light versions.
- If you slice an application-sized "logout" (power off) icon and application-sized "help" (questionmark in circle) icon I can replace the current menu icons and nearly get rid of "autosprite".
- To replace the icons on /applications/, the non-retina size is "4x", so we'd need "8x" for retina. Alternatively I can reduce the icon sizes by 50%.
- The "Help", "Settings" and "Logout" items currently have a "glowing" hover state, which needs a variant (or we can drop it).
- The /applications/ icons have a white hover state (or we can drop it).
- The 1x application (14x14) icons aren't used anywhere right now, should they be? Maybe in the feed in the future, etc?
- The "apps-2x" and "apps-large" sheets are the same image, but getting them to actually use the same file is a bit tricky, so I just left them separate for now.
Test Plan:
{F26698}
{F26699}
Reviewers: chad
Reviewed By: chad
CC: aran
Maniphest Tasks: T1960
Differential Revision: https://secure.phabricator.com/D4108
2012-12-07 22:37:28 +01:00
|
|
|
}
|
|
|
|
|
2013-07-27 17:53:40 +02:00
|
|
|
.apps-flags-dark {
|
2013-11-20 01:39:37 +01:00
|
|
|
background-position: -15px -45px;
|
Use application icons for "Eye" menu and Crumbs
Summary:
Issues here:
- Need an application-sized "eye", or a "home" icon for "Phabricator Home".
- Some of the "apps_lb_2x" sliced images are the "_dark_" versions, not the light versions.
- If you slice an application-sized "logout" (power off) icon and application-sized "help" (questionmark in circle) icon I can replace the current menu icons and nearly get rid of "autosprite".
- To replace the icons on /applications/, the non-retina size is "4x", so we'd need "8x" for retina. Alternatively I can reduce the icon sizes by 50%.
- The "Help", "Settings" and "Logout" items currently have a "glowing" hover state, which needs a variant (or we can drop it).
- The /applications/ icons have a white hover state (or we can drop it).
- The 1x application (14x14) icons aren't used anywhere right now, should they be? Maybe in the feed in the future, etc?
- The "apps-2x" and "apps-large" sheets are the same image, but getting them to actually use the same file is a bit tricky, so I just left them separate for now.
Test Plan:
{F26698}
{F26699}
Reviewers: chad
Reviewed By: chad
CC: aran
Maniphest Tasks: T1960
Differential Revision: https://secure.phabricator.com/D4108
2012-12-07 22:37:28 +01:00
|
|
|
}
|
|
|
|
|
2013-07-27 17:53:40 +02:00
|
|
|
.apps-flags-white {
|
2013-11-20 01:39:37 +01:00
|
|
|
background-position: -30px -45px;
|
Use application icons for "Eye" menu and Crumbs
Summary:
Issues here:
- Need an application-sized "eye", or a "home" icon for "Phabricator Home".
- Some of the "apps_lb_2x" sliced images are the "_dark_" versions, not the light versions.
- If you slice an application-sized "logout" (power off) icon and application-sized "help" (questionmark in circle) icon I can replace the current menu icons and nearly get rid of "autosprite".
- To replace the icons on /applications/, the non-retina size is "4x", so we'd need "8x" for retina. Alternatively I can reduce the icon sizes by 50%.
- The "Help", "Settings" and "Logout" items currently have a "glowing" hover state, which needs a variant (or we can drop it).
- The /applications/ icons have a white hover state (or we can drop it).
- The 1x application (14x14) icons aren't used anywhere right now, should they be? Maybe in the feed in the future, etc?
- The "apps-2x" and "apps-large" sheets are the same image, but getting them to actually use the same file is a bit tricky, so I just left them separate for now.
Test Plan:
{F26698}
{F26699}
Reviewers: chad
Reviewed By: chad
CC: aran
Maniphest Tasks: T1960
Differential Revision: https://secure.phabricator.com/D4108
2012-12-07 22:37:28 +01:00
|
|
|
}
|
|
|
|
|
2013-07-27 17:53:40 +02:00
|
|
|
.apps-harbormaster-dark {
|
2013-11-20 01:39:37 +01:00
|
|
|
background-position: -45px -45px;
|
2013-04-02 23:28:11 +02:00
|
|
|
}
|
|
|
|
|
2013-07-27 17:53:40 +02:00
|
|
|
.apps-harbormaster-white {
|
2013-11-20 01:39:37 +01:00
|
|
|
background-position: -60px -45px;
|
2013-07-27 17:53:40 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.apps-help-dark {
|
2013-11-20 01:39:37 +01:00
|
|
|
background-position: -75px -45px;
|
2013-07-27 17:53:40 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.apps-help-white {
|
2013-11-20 01:39:37 +01:00
|
|
|
background-position: -90px -45px;
|
2013-07-27 17:53:40 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.apps-herald-dark {
|
2013-11-20 01:39:37 +01:00
|
|
|
background-position: -105px -45px;
|
2013-03-21 18:02:11 +01:00
|
|
|
}
|
|
|
|
|
2013-07-27 17:53:40 +02:00
|
|
|
.apps-herald-white {
|
2013-11-20 01:39:37 +01:00
|
|
|
background-position: -120px -45px;
|
Use application icons for "Eye" menu and Crumbs
Summary:
Issues here:
- Need an application-sized "eye", or a "home" icon for "Phabricator Home".
- Some of the "apps_lb_2x" sliced images are the "_dark_" versions, not the light versions.
- If you slice an application-sized "logout" (power off) icon and application-sized "help" (questionmark in circle) icon I can replace the current menu icons and nearly get rid of "autosprite".
- To replace the icons on /applications/, the non-retina size is "4x", so we'd need "8x" for retina. Alternatively I can reduce the icon sizes by 50%.
- The "Help", "Settings" and "Logout" items currently have a "glowing" hover state, which needs a variant (or we can drop it).
- The /applications/ icons have a white hover state (or we can drop it).
- The 1x application (14x14) icons aren't used anywhere right now, should they be? Maybe in the feed in the future, etc?
- The "apps-2x" and "apps-large" sheets are the same image, but getting them to actually use the same file is a bit tricky, so I just left them separate for now.
Test Plan:
{F26698}
{F26699}
Reviewers: chad
Reviewed By: chad
CC: aran
Maniphest Tasks: T1960
Differential Revision: https://secure.phabricator.com/D4108
2012-12-07 22:37:28 +01:00
|
|
|
}
|
|
|
|
|
2013-07-27 17:53:40 +02:00
|
|
|
.apps-home-dark {
|
2013-11-20 01:39:37 +01:00
|
|
|
background-position: -135px -45px;
|
Use application icons for "Eye" menu and Crumbs
Summary:
Issues here:
- Need an application-sized "eye", or a "home" icon for "Phabricator Home".
- Some of the "apps_lb_2x" sliced images are the "_dark_" versions, not the light versions.
- If you slice an application-sized "logout" (power off) icon and application-sized "help" (questionmark in circle) icon I can replace the current menu icons and nearly get rid of "autosprite".
- To replace the icons on /applications/, the non-retina size is "4x", so we'd need "8x" for retina. Alternatively I can reduce the icon sizes by 50%.
- The "Help", "Settings" and "Logout" items currently have a "glowing" hover state, which needs a variant (or we can drop it).
- The /applications/ icons have a white hover state (or we can drop it).
- The 1x application (14x14) icons aren't used anywhere right now, should they be? Maybe in the feed in the future, etc?
- The "apps-2x" and "apps-large" sheets are the same image, but getting them to actually use the same file is a bit tricky, so I just left them separate for now.
Test Plan:
{F26698}
{F26699}
Reviewers: chad
Reviewed By: chad
CC: aran
Maniphest Tasks: T1960
Differential Revision: https://secure.phabricator.com/D4108
2012-12-07 22:37:28 +01:00
|
|
|
}
|
|
|
|
|
2013-07-27 17:53:40 +02:00
|
|
|
.apps-home-white {
|
2013-11-20 01:39:37 +01:00
|
|
|
background-position: -150px -45px;
|
Use application icons for "Eye" menu and Crumbs
Summary:
Issues here:
- Need an application-sized "eye", or a "home" icon for "Phabricator Home".
- Some of the "apps_lb_2x" sliced images are the "_dark_" versions, not the light versions.
- If you slice an application-sized "logout" (power off) icon and application-sized "help" (questionmark in circle) icon I can replace the current menu icons and nearly get rid of "autosprite".
- To replace the icons on /applications/, the non-retina size is "4x", so we'd need "8x" for retina. Alternatively I can reduce the icon sizes by 50%.
- The "Help", "Settings" and "Logout" items currently have a "glowing" hover state, which needs a variant (or we can drop it).
- The /applications/ icons have a white hover state (or we can drop it).
- The 1x application (14x14) icons aren't used anywhere right now, should they be? Maybe in the feed in the future, etc?
- The "apps-2x" and "apps-large" sheets are the same image, but getting them to actually use the same file is a bit tricky, so I just left them separate for now.
Test Plan:
{F26698}
{F26699}
Reviewers: chad
Reviewed By: chad
CC: aran
Maniphest Tasks: T1960
Differential Revision: https://secure.phabricator.com/D4108
2012-12-07 22:37:28 +01:00
|
|
|
}
|
|
|
|
|
2013-07-27 17:53:40 +02:00
|
|
|
.apps-legalpad-dark {
|
2013-11-20 01:39:37 +01:00
|
|
|
background-position: 0px -60px;
|
Use application icons for "Eye" menu and Crumbs
Summary:
Issues here:
- Need an application-sized "eye", or a "home" icon for "Phabricator Home".
- Some of the "apps_lb_2x" sliced images are the "_dark_" versions, not the light versions.
- If you slice an application-sized "logout" (power off) icon and application-sized "help" (questionmark in circle) icon I can replace the current menu icons and nearly get rid of "autosprite".
- To replace the icons on /applications/, the non-retina size is "4x", so we'd need "8x" for retina. Alternatively I can reduce the icon sizes by 50%.
- The "Help", "Settings" and "Logout" items currently have a "glowing" hover state, which needs a variant (or we can drop it).
- The /applications/ icons have a white hover state (or we can drop it).
- The 1x application (14x14) icons aren't used anywhere right now, should they be? Maybe in the feed in the future, etc?
- The "apps-2x" and "apps-large" sheets are the same image, but getting them to actually use the same file is a bit tricky, so I just left them separate for now.
Test Plan:
{F26698}
{F26699}
Reviewers: chad
Reviewed By: chad
CC: aran
Maniphest Tasks: T1960
Differential Revision: https://secure.phabricator.com/D4108
2012-12-07 22:37:28 +01:00
|
|
|
}
|
|
|
|
|
2013-07-27 17:53:40 +02:00
|
|
|
.apps-legalpad-white {
|
2013-11-20 01:39:37 +01:00
|
|
|
background-position: -15px -60px;
|
Use application icons for "Eye" menu and Crumbs
Summary:
Issues here:
- Need an application-sized "eye", or a "home" icon for "Phabricator Home".
- Some of the "apps_lb_2x" sliced images are the "_dark_" versions, not the light versions.
- If you slice an application-sized "logout" (power off) icon and application-sized "help" (questionmark in circle) icon I can replace the current menu icons and nearly get rid of "autosprite".
- To replace the icons on /applications/, the non-retina size is "4x", so we'd need "8x" for retina. Alternatively I can reduce the icon sizes by 50%.
- The "Help", "Settings" and "Logout" items currently have a "glowing" hover state, which needs a variant (or we can drop it).
- The /applications/ icons have a white hover state (or we can drop it).
- The 1x application (14x14) icons aren't used anywhere right now, should they be? Maybe in the feed in the future, etc?
- The "apps-2x" and "apps-large" sheets are the same image, but getting them to actually use the same file is a bit tricky, so I just left them separate for now.
Test Plan:
{F26698}
{F26699}
Reviewers: chad
Reviewed By: chad
CC: aran
Maniphest Tasks: T1960
Differential Revision: https://secure.phabricator.com/D4108
2012-12-07 22:37:28 +01:00
|
|
|
}
|
|
|
|
|
2013-07-27 17:53:40 +02:00
|
|
|
.apps-logo-dark {
|
2013-11-20 01:39:37 +01:00
|
|
|
background-position: -30px -60px;
|
Use application icons for "Eye" menu and Crumbs
Summary:
Issues here:
- Need an application-sized "eye", or a "home" icon for "Phabricator Home".
- Some of the "apps_lb_2x" sliced images are the "_dark_" versions, not the light versions.
- If you slice an application-sized "logout" (power off) icon and application-sized "help" (questionmark in circle) icon I can replace the current menu icons and nearly get rid of "autosprite".
- To replace the icons on /applications/, the non-retina size is "4x", so we'd need "8x" for retina. Alternatively I can reduce the icon sizes by 50%.
- The "Help", "Settings" and "Logout" items currently have a "glowing" hover state, which needs a variant (or we can drop it).
- The /applications/ icons have a white hover state (or we can drop it).
- The 1x application (14x14) icons aren't used anywhere right now, should they be? Maybe in the feed in the future, etc?
- The "apps-2x" and "apps-large" sheets are the same image, but getting them to actually use the same file is a bit tricky, so I just left them separate for now.
Test Plan:
{F26698}
{F26699}
Reviewers: chad
Reviewed By: chad
CC: aran
Maniphest Tasks: T1960
Differential Revision: https://secure.phabricator.com/D4108
2012-12-07 22:37:28 +01:00
|
|
|
}
|
|
|
|
|
2013-07-27 17:53:40 +02:00
|
|
|
.apps-logo-white {
|
2013-11-20 01:39:37 +01:00
|
|
|
background-position: -45px -60px;
|
2013-07-27 17:53:40 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.apps-macro-dark {
|
2013-11-20 01:39:37 +01:00
|
|
|
background-position: -60px -60px;
|
2013-07-27 17:53:40 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.apps-macro-white {
|
2013-11-20 01:39:37 +01:00
|
|
|
background-position: -75px -60px;
|
2013-07-27 17:53:40 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.apps-mail-dark {
|
2013-11-20 01:39:37 +01:00
|
|
|
background-position: -90px -60px;
|
2013-04-02 23:28:11 +02:00
|
|
|
}
|
|
|
|
|
2013-07-27 17:53:40 +02:00
|
|
|
.apps-mail-white {
|
2013-11-20 01:39:37 +01:00
|
|
|
background-position: -105px -60px;
|
Use application icons for "Eye" menu and Crumbs
Summary:
Issues here:
- Need an application-sized "eye", or a "home" icon for "Phabricator Home".
- Some of the "apps_lb_2x" sliced images are the "_dark_" versions, not the light versions.
- If you slice an application-sized "logout" (power off) icon and application-sized "help" (questionmark in circle) icon I can replace the current menu icons and nearly get rid of "autosprite".
- To replace the icons on /applications/, the non-retina size is "4x", so we'd need "8x" for retina. Alternatively I can reduce the icon sizes by 50%.
- The "Help", "Settings" and "Logout" items currently have a "glowing" hover state, which needs a variant (or we can drop it).
- The /applications/ icons have a white hover state (or we can drop it).
- The 1x application (14x14) icons aren't used anywhere right now, should they be? Maybe in the feed in the future, etc?
- The "apps-2x" and "apps-large" sheets are the same image, but getting them to actually use the same file is a bit tricky, so I just left them separate for now.
Test Plan:
{F26698}
{F26699}
Reviewers: chad
Reviewed By: chad
CC: aran
Maniphest Tasks: T1960
Differential Revision: https://secure.phabricator.com/D4108
2012-12-07 22:37:28 +01:00
|
|
|
}
|
|
|
|
|
2013-07-27 17:53:40 +02:00
|
|
|
.apps-maniphest-dark {
|
2013-11-20 01:39:37 +01:00
|
|
|
background-position: -120px -60px;
|
Use application icons for "Eye" menu and Crumbs
Summary:
Issues here:
- Need an application-sized "eye", or a "home" icon for "Phabricator Home".
- Some of the "apps_lb_2x" sliced images are the "_dark_" versions, not the light versions.
- If you slice an application-sized "logout" (power off) icon and application-sized "help" (questionmark in circle) icon I can replace the current menu icons and nearly get rid of "autosprite".
- To replace the icons on /applications/, the non-retina size is "4x", so we'd need "8x" for retina. Alternatively I can reduce the icon sizes by 50%.
- The "Help", "Settings" and "Logout" items currently have a "glowing" hover state, which needs a variant (or we can drop it).
- The /applications/ icons have a white hover state (or we can drop it).
- The 1x application (14x14) icons aren't used anywhere right now, should they be? Maybe in the feed in the future, etc?
- The "apps-2x" and "apps-large" sheets are the same image, but getting them to actually use the same file is a bit tricky, so I just left them separate for now.
Test Plan:
{F26698}
{F26699}
Reviewers: chad
Reviewed By: chad
CC: aran
Maniphest Tasks: T1960
Differential Revision: https://secure.phabricator.com/D4108
2012-12-07 22:37:28 +01:00
|
|
|
}
|
|
|
|
|
2013-07-27 17:53:40 +02:00
|
|
|
.apps-maniphest-white {
|
2013-11-20 01:39:37 +01:00
|
|
|
background-position: -135px -60px;
|
Use application icons for "Eye" menu and Crumbs
Summary:
Issues here:
- Need an application-sized "eye", or a "home" icon for "Phabricator Home".
- Some of the "apps_lb_2x" sliced images are the "_dark_" versions, not the light versions.
- If you slice an application-sized "logout" (power off) icon and application-sized "help" (questionmark in circle) icon I can replace the current menu icons and nearly get rid of "autosprite".
- To replace the icons on /applications/, the non-retina size is "4x", so we'd need "8x" for retina. Alternatively I can reduce the icon sizes by 50%.
- The "Help", "Settings" and "Logout" items currently have a "glowing" hover state, which needs a variant (or we can drop it).
- The /applications/ icons have a white hover state (or we can drop it).
- The 1x application (14x14) icons aren't used anywhere right now, should they be? Maybe in the feed in the future, etc?
- The "apps-2x" and "apps-large" sheets are the same image, but getting them to actually use the same file is a bit tricky, so I just left them separate for now.
Test Plan:
{F26698}
{F26699}
Reviewers: chad
Reviewed By: chad
CC: aran
Maniphest Tasks: T1960
Differential Revision: https://secure.phabricator.com/D4108
2012-12-07 22:37:28 +01:00
|
|
|
}
|
|
|
|
|
2013-07-27 17:53:40 +02:00
|
|
|
.apps-metamta-dark {
|
2013-11-20 01:39:37 +01:00
|
|
|
background-position: 0px -75px;
|
Use application icons for "Eye" menu and Crumbs
Summary:
Issues here:
- Need an application-sized "eye", or a "home" icon for "Phabricator Home".
- Some of the "apps_lb_2x" sliced images are the "_dark_" versions, not the light versions.
- If you slice an application-sized "logout" (power off) icon and application-sized "help" (questionmark in circle) icon I can replace the current menu icons and nearly get rid of "autosprite".
- To replace the icons on /applications/, the non-retina size is "4x", so we'd need "8x" for retina. Alternatively I can reduce the icon sizes by 50%.
- The "Help", "Settings" and "Logout" items currently have a "glowing" hover state, which needs a variant (or we can drop it).
- The /applications/ icons have a white hover state (or we can drop it).
- The 1x application (14x14) icons aren't used anywhere right now, should they be? Maybe in the feed in the future, etc?
- The "apps-2x" and "apps-large" sheets are the same image, but getting them to actually use the same file is a bit tricky, so I just left them separate for now.
Test Plan:
{F26698}
{F26699}
Reviewers: chad
Reviewed By: chad
CC: aran
Maniphest Tasks: T1960
Differential Revision: https://secure.phabricator.com/D4108
2012-12-07 22:37:28 +01:00
|
|
|
}
|
|
|
|
|
2013-07-27 17:53:40 +02:00
|
|
|
.apps-metamta-white {
|
2013-11-20 01:39:37 +01:00
|
|
|
background-position: -15px -75px;
|
Use application icons for "Eye" menu and Crumbs
Summary:
Issues here:
- Need an application-sized "eye", or a "home" icon for "Phabricator Home".
- Some of the "apps_lb_2x" sliced images are the "_dark_" versions, not the light versions.
- If you slice an application-sized "logout" (power off) icon and application-sized "help" (questionmark in circle) icon I can replace the current menu icons and nearly get rid of "autosprite".
- To replace the icons on /applications/, the non-retina size is "4x", so we'd need "8x" for retina. Alternatively I can reduce the icon sizes by 50%.
- The "Help", "Settings" and "Logout" items currently have a "glowing" hover state, which needs a variant (or we can drop it).
- The /applications/ icons have a white hover state (or we can drop it).
- The 1x application (14x14) icons aren't used anywhere right now, should they be? Maybe in the feed in the future, etc?
- The "apps-2x" and "apps-large" sheets are the same image, but getting them to actually use the same file is a bit tricky, so I just left them separate for now.
Test Plan:
{F26698}
{F26699}
Reviewers: chad
Reviewed By: chad
CC: aran
Maniphest Tasks: T1960
Differential Revision: https://secure.phabricator.com/D4108
2012-12-07 22:37:28 +01:00
|
|
|
}
|
2012-12-28 23:21:41 +01:00
|
|
|
|
2013-07-29 16:18:27 +02:00
|
|
|
.apps-new-dark {
|
2013-11-20 01:39:37 +01:00
|
|
|
background-position: -30px -75px;
|
2013-04-02 23:28:11 +02:00
|
|
|
}
|
|
|
|
|
2013-07-29 16:18:27 +02:00
|
|
|
.apps-new-white {
|
2013-11-20 01:39:37 +01:00
|
|
|
background-position: -45px -75px;
|
2013-07-27 17:53:40 +02:00
|
|
|
}
|
|
|
|
|
2013-11-07 02:00:09 +01:00
|
|
|
.apps-nuance-dark {
|
2013-11-20 01:39:37 +01:00
|
|
|
background-position: -60px -75px;
|
2013-07-27 17:53:40 +02:00
|
|
|
}
|
|
|
|
|
2013-11-07 02:00:09 +01:00
|
|
|
.apps-nuance-white {
|
2013-11-20 01:39:37 +01:00
|
|
|
background-position: -75px -75px;
|
2013-07-27 17:53:40 +02:00
|
|
|
}
|
|
|
|
|
2013-11-07 02:00:09 +01:00
|
|
|
.apps-owners-dark {
|
2013-11-20 01:39:37 +01:00
|
|
|
background-position: -90px -75px;
|
2012-12-28 23:21:41 +01:00
|
|
|
}
|
2013-01-10 19:00:18 +01:00
|
|
|
|
2013-11-07 02:00:09 +01:00
|
|
|
.apps-owners-white {
|
2013-11-20 01:39:37 +01:00
|
|
|
background-position: -105px -75px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.apps-passphrase-dark {
|
|
|
|
background-position: -120px -75px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.apps-passphrase-white {
|
2013-11-04 20:50:19 +01:00
|
|
|
background-position: -135px -75px;
|
|
|
|
}
|
|
|
|
|
2013-11-07 02:00:09 +01:00
|
|
|
.apps-paste-dark {
|
2013-11-04 20:50:19 +01:00
|
|
|
background-position: 0px -90px;
|
|
|
|
}
|
|
|
|
|
2013-11-07 02:00:09 +01:00
|
|
|
.apps-paste-white {
|
2013-01-10 19:00:18 +01:00
|
|
|
background-position: -15px -90px;
|
|
|
|
}
|
2013-01-25 22:37:11 +01:00
|
|
|
|
2013-07-29 16:18:27 +02:00
|
|
|
.apps-people-dark {
|
2013-01-25 22:37:11 +01:00
|
|
|
background-position: -30px -90px;
|
|
|
|
}
|
2013-03-21 18:02:11 +01:00
|
|
|
|
2013-07-29 16:18:27 +02:00
|
|
|
.apps-people-white {
|
2013-03-21 18:02:11 +01:00
|
|
|
background-position: -45px -90px;
|
|
|
|
}
|
|
|
|
|
2013-07-29 16:18:27 +02:00
|
|
|
.apps-phage-dark {
|
2013-03-21 18:02:11 +01:00
|
|
|
background-position: -60px -90px;
|
|
|
|
}
|
|
|
|
|
2013-07-29 16:18:27 +02:00
|
|
|
.apps-phage-white {
|
2013-03-21 18:02:11 +01:00
|
|
|
background-position: -75px -90px;
|
|
|
|
}
|
2013-04-02 23:28:11 +02:00
|
|
|
|
2013-07-29 16:18:27 +02:00
|
|
|
.apps-phame-dark {
|
2013-04-02 23:28:11 +02:00
|
|
|
background-position: -90px -90px;
|
|
|
|
}
|
|
|
|
|
2013-07-29 16:18:27 +02:00
|
|
|
.apps-phame-white {
|
2013-07-27 17:53:40 +02:00
|
|
|
background-position: -105px -90px;
|
|
|
|
}
|
|
|
|
|
2013-07-29 16:18:27 +02:00
|
|
|
.apps-phid-dark {
|
2013-07-27 17:53:40 +02:00
|
|
|
background-position: -120px -90px;
|
|
|
|
}
|
|
|
|
|
2013-07-29 16:18:27 +02:00
|
|
|
.apps-phid-white {
|
2013-07-27 17:53:40 +02:00
|
|
|
background-position: -135px -90px;
|
|
|
|
}
|
|
|
|
|
2013-07-29 16:18:27 +02:00
|
|
|
.apps-phlux-dark {
|
2013-04-02 23:28:11 +02:00
|
|
|
background-position: 0px -105px;
|
|
|
|
}
|
2013-06-12 16:40:04 +02:00
|
|
|
|
2013-07-29 16:18:27 +02:00
|
|
|
.apps-phlux-white {
|
2013-06-12 16:40:04 +02:00
|
|
|
background-position: -15px -105px;
|
|
|
|
}
|
2013-06-19 21:38:12 +02:00
|
|
|
|
2013-07-29 16:18:27 +02:00
|
|
|
.apps-pholio-dark {
|
2013-06-19 21:38:12 +02:00
|
|
|
background-position: -30px -105px;
|
|
|
|
}
|
2013-07-03 19:41:17 +02:00
|
|
|
|
2013-07-29 16:18:27 +02:00
|
|
|
.apps-pholio-white {
|
2013-07-03 19:41:17 +02:00
|
|
|
background-position: -45px -105px;
|
|
|
|
}
|
2013-07-27 17:53:40 +02:00
|
|
|
|
2013-07-29 16:18:27 +02:00
|
|
|
.apps-phortune-dark {
|
2013-07-27 17:53:40 +02:00
|
|
|
background-position: -60px -105px;
|
|
|
|
}
|
|
|
|
|
2013-07-29 16:18:27 +02:00
|
|
|
.apps-phortune-white {
|
2013-07-27 17:53:40 +02:00
|
|
|
background-position: -75px -105px;
|
|
|
|
}
|
|
|
|
|
2013-07-29 16:18:27 +02:00
|
|
|
.apps-phpast-dark {
|
2013-07-27 17:53:40 +02:00
|
|
|
background-position: -90px -105px;
|
|
|
|
}
|
|
|
|
|
2013-07-29 16:18:27 +02:00
|
|
|
.apps-phpast-white {
|
2013-07-27 17:53:40 +02:00
|
|
|
background-position: -105px -105px;
|
|
|
|
}
|
|
|
|
|
2013-07-29 16:18:27 +02:00
|
|
|
.apps-phrequent-dark {
|
2013-07-27 17:53:40 +02:00
|
|
|
background-position: -120px -105px;
|
|
|
|
}
|
|
|
|
|
2013-07-29 16:18:27 +02:00
|
|
|
.apps-phrequent-white {
|
2013-07-27 17:53:40 +02:00
|
|
|
background-position: -135px -105px;
|
|
|
|
}
|
|
|
|
|
2013-07-29 16:18:27 +02:00
|
|
|
.apps-phriction-dark {
|
2013-07-27 17:53:40 +02:00
|
|
|
background-position: 0px -120px;
|
|
|
|
}
|
|
|
|
|
2013-07-29 16:18:27 +02:00
|
|
|
.apps-phriction-white {
|
2013-07-27 17:53:40 +02:00
|
|
|
background-position: -15px -120px;
|
|
|
|
}
|
|
|
|
|
2013-07-29 16:18:27 +02:00
|
|
|
.apps-policy-dark {
|
2013-07-27 17:53:40 +02:00
|
|
|
background-position: -30px -120px;
|
|
|
|
}
|
|
|
|
|
2013-07-29 16:18:27 +02:00
|
|
|
.apps-policy-white {
|
2013-07-27 17:53:40 +02:00
|
|
|
background-position: -45px -120px;
|
|
|
|
}
|
|
|
|
|
2013-07-29 16:18:27 +02:00
|
|
|
.apps-ponder-dark {
|
2013-07-27 17:53:40 +02:00
|
|
|
background-position: -60px -120px;
|
|
|
|
}
|
|
|
|
|
2013-07-29 16:18:27 +02:00
|
|
|
.apps-ponder-white {
|
2013-07-27 17:53:40 +02:00
|
|
|
background-position: -75px -120px;
|
|
|
|
}
|
|
|
|
|
2013-07-29 16:18:27 +02:00
|
|
|
.apps-power-dark {
|
2013-07-27 17:53:40 +02:00
|
|
|
background-position: -90px -120px;
|
|
|
|
}
|
|
|
|
|
2013-07-29 16:18:27 +02:00
|
|
|
.apps-power-white {
|
2013-07-27 17:53:40 +02:00
|
|
|
background-position: -105px -120px;
|
|
|
|
}
|
|
|
|
|
2013-07-29 16:18:27 +02:00
|
|
|
.apps-projects-dark {
|
2013-07-27 17:53:40 +02:00
|
|
|
background-position: -120px -120px;
|
|
|
|
}
|
|
|
|
|
2013-07-29 16:18:27 +02:00
|
|
|
.apps-projects-white {
|
2013-07-27 17:53:40 +02:00
|
|
|
background-position: -135px -120px;
|
|
|
|
}
|
|
|
|
|
2013-07-29 16:18:27 +02:00
|
|
|
.apps-releeph-dark {
|
2013-07-27 17:53:40 +02:00
|
|
|
background-position: 0px -135px;
|
|
|
|
}
|
|
|
|
|
2013-07-29 16:18:27 +02:00
|
|
|
.apps-releeph-white {
|
2013-07-27 17:53:40 +02:00
|
|
|
background-position: -15px -135px;
|
|
|
|
}
|
|
|
|
|
2013-07-29 16:18:27 +02:00
|
|
|
.apps-repositories-dark {
|
2013-07-27 17:53:40 +02:00
|
|
|
background-position: -30px -135px;
|
|
|
|
}
|
|
|
|
|
2013-07-29 16:18:27 +02:00
|
|
|
.apps-repositories-white {
|
2013-07-27 17:53:40 +02:00
|
|
|
background-position: -45px -135px;
|
|
|
|
}
|
|
|
|
|
2013-10-23 20:30:52 +02:00
|
|
|
.apps-search-dark {
|
2013-07-27 17:53:40 +02:00
|
|
|
background-position: -60px -135px;
|
|
|
|
}
|
|
|
|
|
2013-10-23 20:30:52 +02:00
|
|
|
.apps-search-white {
|
2013-07-27 17:53:40 +02:00
|
|
|
background-position: -75px -135px;
|
|
|
|
}
|
|
|
|
|
2013-10-23 20:30:52 +02:00
|
|
|
.apps-settings-dark {
|
2013-07-27 17:53:40 +02:00
|
|
|
background-position: -90px -135px;
|
|
|
|
}
|
|
|
|
|
2013-10-23 20:30:52 +02:00
|
|
|
.apps-settings-white {
|
2013-07-27 17:53:40 +02:00
|
|
|
background-position: -105px -135px;
|
|
|
|
}
|
|
|
|
|
2013-10-23 20:30:52 +02:00
|
|
|
.apps-setup-dark {
|
2013-07-27 17:53:40 +02:00
|
|
|
background-position: -120px -135px;
|
|
|
|
}
|
|
|
|
|
2013-10-23 20:30:52 +02:00
|
|
|
.apps-setup-white {
|
2013-07-27 17:53:40 +02:00
|
|
|
background-position: -135px -135px;
|
|
|
|
}
|
|
|
|
|
2013-10-23 20:30:52 +02:00
|
|
|
.apps-slowvote-dark {
|
2013-07-27 17:53:40 +02:00
|
|
|
background-position: 0px -150px;
|
|
|
|
}
|
|
|
|
|
2013-10-23 20:30:52 +02:00
|
|
|
.apps-slowvote-white {
|
2013-07-27 17:53:40 +02:00
|
|
|
background-position: -15px -150px;
|
|
|
|
}
|
|
|
|
|
2013-10-23 20:30:52 +02:00
|
|
|
.apps-token-dark {
|
2013-07-27 17:53:40 +02:00
|
|
|
background-position: -30px -150px;
|
|
|
|
}
|
|
|
|
|
2013-10-23 20:30:52 +02:00
|
|
|
.apps-token-white {
|
2013-07-27 17:53:40 +02:00
|
|
|
background-position: -45px -150px;
|
|
|
|
}
|
|
|
|
|
2013-10-23 20:30:52 +02:00
|
|
|
.apps-uiexamples-dark {
|
2013-07-27 17:53:40 +02:00
|
|
|
background-position: -60px -150px;
|
|
|
|
}
|
|
|
|
|
2013-10-23 20:30:52 +02:00
|
|
|
.apps-uiexamples-white {
|
2013-07-27 17:53:40 +02:00
|
|
|
background-position: -75px -150px;
|
|
|
|
}
|
2013-07-29 16:18:27 +02:00
|
|
|
|
2013-10-23 20:30:52 +02:00
|
|
|
.apps-workphlow-dark {
|
2013-07-29 16:18:27 +02:00
|
|
|
background-position: -90px -150px;
|
|
|
|
}
|
|
|
|
|
2013-10-23 20:30:52 +02:00
|
|
|
.apps-workphlow-white {
|
2013-07-29 16:18:27 +02:00
|
|
|
background-position: -105px -150px;
|
|
|
|
}
|
2013-10-23 20:30:52 +02:00
|
|
|
|
|
|
|
.apps-xhprof-dark {
|
|
|
|
background-position: -120px -150px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.apps-xhprof-white {
|
|
|
|
background-position: -135px -150px;
|
|
|
|
}
|