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);
|
2014-05-12 22:34:00 +02:00
|
|
|
background-size: 120px 135px;
|
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;
|
|
|
|
}
|
|
|
|
|
2014-04-27 00:16:06 +02:00
|
|
|
.apps-aphlict-dark {
|
2014-05-12 22:34:00 +02:00
|
|
|
background-position: -15px 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
|
|
|
}
|
|
|
|
|
2014-04-27 00:16:06 +02:00
|
|
|
.apps-application-dark {
|
2014-05-12 22:34:00 +02:00
|
|
|
background-position: -30px 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
|
|
|
}
|
|
|
|
|
2014-04-27 00:16:06 +02:00
|
|
|
.apps-audit-dark {
|
2014-05-12 22:34:00 +02:00
|
|
|
background-position: -45px 0px;
|
2013-07-27 17:53:40 +02:00
|
|
|
}
|
|
|
|
|
2014-04-27 00:16:06 +02:00
|
|
|
.apps-authentication-dark {
|
2014-05-12 22:34:00 +02:00
|
|
|
background-position: -60px 0px;
|
2013-07-27 17:53:40 +02:00
|
|
|
}
|
|
|
|
|
2014-04-27 00:16:06 +02:00
|
|
|
.apps-calendar-dark {
|
2014-05-12 22:34:00 +02:00
|
|
|
background-position: -75px 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
|
|
|
}
|
|
|
|
|
2014-04-27 00:16:06 +02:00
|
|
|
.apps-chatlog-dark {
|
2014-05-12 22:34:00 +02:00
|
|
|
background-position: -90px 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
|
|
|
}
|
|
|
|
|
2014-04-27 00:16:06 +02:00
|
|
|
.apps-conduit-dark {
|
2014-05-12 22:34:00 +02:00
|
|
|
background-position: -105px 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
|
|
|
}
|
|
|
|
|
2014-04-27 00:16:06 +02:00
|
|
|
.apps-conpherence-dark {
|
2014-05-12 22:34:00 +02:00
|
|
|
background-position: 0px -15px;
|
2013-07-27 17:53:40 +02:00
|
|
|
}
|
|
|
|
|
2014-04-27 00:16:06 +02:00
|
|
|
.apps-countdown-dark {
|
2014-05-12 22:34:00 +02:00
|
|
|
background-position: -15px -15px;
|
2013-07-27 17:53:40 +02:00
|
|
|
}
|
|
|
|
|
2014-04-27 00:16:06 +02:00
|
|
|
.apps-daemon-dark {
|
2014-05-12 22:34:00 +02:00
|
|
|
background-position: -30px -15px;
|
2013-03-21 18:02:11 +01:00
|
|
|
}
|
|
|
|
|
2014-04-27 00:16:06 +02:00
|
|
|
.apps-differential-dark {
|
2014-05-12 22:34:00 +02: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
|
|
|
}
|
|
|
|
|
2014-04-27 00:16:06 +02:00
|
|
|
.apps-diffusion-dark {
|
2014-05-12 22:34:00 +02: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
|
|
|
}
|
|
|
|
|
2014-04-27 00:16:06 +02:00
|
|
|
.apps-diviner-dark {
|
2014-05-12 22:34:00 +02:00
|
|
|
background-position: -75px -15px;
|
2013-07-27 17:53:40 +02:00
|
|
|
}
|
|
|
|
|
2014-04-27 00:16:06 +02:00
|
|
|
.apps-drydock-dark {
|
2014-05-12 22:34:00 +02:00
|
|
|
background-position: -90px -15px;
|
2013-07-27 17:53:40 +02:00
|
|
|
}
|
|
|
|
|
2014-04-27 00:16:06 +02:00
|
|
|
.apps-fact-dark {
|
2014-05-12 22:34:00 +02:00
|
|
|
background-position: -105px -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
|
|
|
}
|
|
|
|
|
2014-04-27 00:16:06 +02:00
|
|
|
.apps-fancyhome-dark {
|
2014-05-12 22:34:00 +02: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
|
|
|
}
|
|
|
|
|
2014-04-27 00:16:06 +02:00
|
|
|
.apps-feed-dark {
|
2014-05-12 22:34:00 +02: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
|
|
|
}
|
|
|
|
|
2014-04-27 00:16:06 +02:00
|
|
|
.apps-files-dark {
|
2014-05-12 22:34:00 +02:00
|
|
|
background-position: -30px -30px;
|
2013-07-27 17:53:40 +02:00
|
|
|
}
|
|
|
|
|
2014-04-27 00:16:06 +02:00
|
|
|
.apps-flags-dark {
|
2014-05-12 22:34:00 +02:00
|
|
|
background-position: -45px -30px;
|
2013-07-27 17:53:40 +02:00
|
|
|
}
|
|
|
|
|
2014-04-27 00:16:06 +02:00
|
|
|
.apps-harbormaster-dark {
|
2014-05-12 22:34:00 +02: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
|
|
|
}
|
|
|
|
|
2014-04-27 00:16:06 +02:00
|
|
|
.apps-help-dark {
|
2014-05-12 22:34:00 +02:00
|
|
|
background-position: -75px -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
|
|
|
}
|
|
|
|
|
2014-04-27 00:16:06 +02:00
|
|
|
.apps-herald-dark {
|
2014-05-12 22:34:00 +02:00
|
|
|
background-position: -90px -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
|
|
|
}
|
|
|
|
|
2014-04-27 00:16:06 +02:00
|
|
|
.apps-home-dark {
|
2014-05-12 22:34:00 +02:00
|
|
|
background-position: -105px -30px;
|
2013-07-27 17:53:40 +02:00
|
|
|
}
|
|
|
|
|
2014-04-27 00:16:06 +02:00
|
|
|
.apps-info-sm-dark {
|
2014-05-12 22:34:00 +02:00
|
|
|
background-position: 0px -45px;
|
2013-07-27 17:53:40 +02:00
|
|
|
}
|
|
|
|
|
2014-04-27 00:16:06 +02:00
|
|
|
.apps-legalpad-dark {
|
2014-05-12 22:34:00 +02: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
|
|
|
}
|
|
|
|
|
2014-04-27 00:16:06 +02:00
|
|
|
.apps-logo-dark {
|
2014-05-12 22:34:00 +02: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
|
|
|
}
|
|
|
|
|
2014-04-27 00:16:06 +02:00
|
|
|
.apps-logout-sm-dark {
|
2014-05-12 22:34:00 +02:00
|
|
|
background-position: -45px -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
|
|
|
}
|
2012-12-28 23:21:41 +01:00
|
|
|
|
2014-04-27 00:16:06 +02:00
|
|
|
.apps-macro-dark {
|
2014-05-12 22:34:00 +02:00
|
|
|
background-position: -60px -45px;
|
2013-07-27 17:53:40 +02:00
|
|
|
}
|
|
|
|
|
2014-04-27 00:16:06 +02:00
|
|
|
.apps-mail-dark {
|
2014-05-12 22:34:00 +02:00
|
|
|
background-position: -75px -45px;
|
2013-07-27 17:53:40 +02:00
|
|
|
}
|
|
|
|
|
2014-04-27 00:16:06 +02:00
|
|
|
.apps-maniphest-dark {
|
2014-05-12 22:34:00 +02:00
|
|
|
background-position: -90px -45px;
|
2013-11-20 01:39:37 +01:00
|
|
|
}
|
|
|
|
|
2014-04-27 00:16:06 +02:00
|
|
|
.apps-metamta-dark {
|
2014-05-12 22:34:00 +02:00
|
|
|
background-position: -105px -45px;
|
2013-11-04 20:50:19 +01:00
|
|
|
}
|
|
|
|
|
2014-04-27 00:16:06 +02:00
|
|
|
.apps-new-sm-dark {
|
2014-05-12 22:34:00 +02:00
|
|
|
background-position: 0px -60px;
|
2013-01-10 19:00:18 +01:00
|
|
|
}
|
2013-01-25 22:37:11 +01:00
|
|
|
|
2014-04-27 00:16:06 +02:00
|
|
|
.apps-new-dark {
|
2014-05-12 22:34:00 +02:00
|
|
|
background-position: -15px -60px;
|
2013-03-21 18:02:11 +01:00
|
|
|
}
|
|
|
|
|
2014-04-27 00:16:06 +02:00
|
|
|
.apps-nuance-dark {
|
2014-05-12 22:34:00 +02:00
|
|
|
background-position: -30px -60px;
|
2013-03-21 18:02:11 +01:00
|
|
|
}
|
2013-04-02 23:28:11 +02:00
|
|
|
|
2014-04-27 00:16:06 +02:00
|
|
|
.apps-owners-dark {
|
2014-05-12 22:34:00 +02:00
|
|
|
background-position: -45px -60px;
|
2013-07-27 17:53:40 +02:00
|
|
|
}
|
|
|
|
|
2014-04-27 00:16:06 +02:00
|
|
|
.apps-passphrase-dark {
|
2014-05-12 22:34:00 +02:00
|
|
|
background-position: -60px -60px;
|
2013-07-27 17:53:40 +02:00
|
|
|
}
|
|
|
|
|
2014-04-27 00:16:06 +02:00
|
|
|
.apps-paste-dark {
|
2014-05-12 22:34:00 +02:00
|
|
|
background-position: -75px -60px;
|
2013-06-12 16:40:04 +02:00
|
|
|
}
|
2013-06-19 21:38:12 +02:00
|
|
|
|
2014-05-26 06:13:18 +02:00
|
|
|
.apps-pebkac-dark {
|
2014-05-12 22:34:00 +02:00
|
|
|
background-position: -90px -60px;
|
2013-06-19 21:38:12 +02:00
|
|
|
}
|
2013-07-03 19:41:17 +02:00
|
|
|
|
2014-05-26 06:13:18 +02:00
|
|
|
.apps-people-dark {
|
2014-05-12 22:34:00 +02:00
|
|
|
background-position: -105px -60px;
|
2013-07-27 17:53:40 +02:00
|
|
|
}
|
|
|
|
|
2014-05-26 06:13:18 +02:00
|
|
|
.apps-phage-dark {
|
2014-05-12 22:34:00 +02:00
|
|
|
background-position: 0px -75px;
|
2013-07-27 17:53:40 +02:00
|
|
|
}
|
|
|
|
|
2014-05-26 06:13:18 +02:00
|
|
|
.apps-phame-dark {
|
2014-05-12 22:34:00 +02:00
|
|
|
background-position: -15px -75px;
|
2013-12-28 01:21:23 +01:00
|
|
|
}
|
|
|
|
|
2014-05-26 06:13:18 +02:00
|
|
|
.apps-phid-dark {
|
2014-05-12 22:34:00 +02:00
|
|
|
background-position: -30px -75px;
|
2013-07-27 17:53:40 +02:00
|
|
|
}
|
|
|
|
|
2014-05-26 06:13:18 +02:00
|
|
|
.apps-phlux-dark {
|
2014-05-12 22:34:00 +02:00
|
|
|
background-position: -45px -75px;
|
2014-01-31 01:23:06 +01:00
|
|
|
}
|
|
|
|
|
2014-05-26 06:13:18 +02:00
|
|
|
.apps-pholio-dark {
|
2014-05-12 22:34:00 +02:00
|
|
|
background-position: -60px -75px;
|
2013-07-27 17:53:40 +02:00
|
|
|
}
|
|
|
|
|
2014-05-26 06:13:18 +02:00
|
|
|
.apps-phortune-dark {
|
2014-05-12 22:34:00 +02:00
|
|
|
background-position: -75px -75px;
|
2013-07-27 17:53:40 +02:00
|
|
|
}
|
|
|
|
|
2014-05-26 06:13:18 +02:00
|
|
|
.apps-phpast-dark {
|
2014-05-12 22:34:00 +02:00
|
|
|
background-position: -90px -75px;
|
2013-07-27 17:53:40 +02:00
|
|
|
}
|
|
|
|
|
2014-05-26 06:13:18 +02:00
|
|
|
.apps-phragment-dark {
|
2014-05-12 22:34:00 +02:00
|
|
|
background-position: -105px -75px;
|
2013-07-27 17:53:40 +02:00
|
|
|
}
|
|
|
|
|
2014-05-26 06:13:18 +02:00
|
|
|
.apps-phrequent-dark {
|
2014-05-12 22:34:00 +02:00
|
|
|
background-position: 0px -90px;
|
2013-07-27 17:53:40 +02:00
|
|
|
}
|
|
|
|
|
2014-05-26 06:13:18 +02:00
|
|
|
.apps-phriction-dark {
|
2014-05-12 22:34:00 +02:00
|
|
|
background-position: -15px -90px;
|
2013-07-27 17:53:40 +02:00
|
|
|
}
|
|
|
|
|
2014-05-26 06:13:18 +02:00
|
|
|
.apps-policy-dark {
|
2014-05-12 22:34:00 +02:00
|
|
|
background-position: -30px -90px;
|
2013-07-27 17:53:40 +02:00
|
|
|
}
|
|
|
|
|
2014-05-26 06:13:18 +02:00
|
|
|
.apps-ponder-dark {
|
2014-05-12 22:34:00 +02:00
|
|
|
background-position: -45px -90px;
|
2013-07-27 17:53:40 +02:00
|
|
|
}
|
|
|
|
|
2014-05-26 06:13:18 +02:00
|
|
|
.apps-power-dark {
|
2014-05-12 22:34:00 +02:00
|
|
|
background-position: -60px -90px;
|
2013-07-27 17:53:40 +02:00
|
|
|
}
|
|
|
|
|
2014-05-26 06:13:18 +02:00
|
|
|
.apps-projects-dark {
|
2014-05-12 22:34:00 +02:00
|
|
|
background-position: -75px -90px;
|
2013-07-27 17:53:40 +02:00
|
|
|
}
|
|
|
|
|
2014-05-26 06:13:18 +02:00
|
|
|
.apps-releeph-dark {
|
2014-05-12 22:34:00 +02:00
|
|
|
background-position: -90px -90px;
|
2014-01-31 01:23:06 +01:00
|
|
|
}
|
|
|
|
|
2014-05-26 06:13:18 +02:00
|
|
|
.apps-repositories-dark {
|
2014-05-12 22:34:00 +02:00
|
|
|
background-position: -105px -90px;
|
2013-07-27 17:53:40 +02:00
|
|
|
}
|
|
|
|
|
2014-05-26 06:13:18 +02:00
|
|
|
.apps-search-dark {
|
2014-05-12 22:34:00 +02:00
|
|
|
background-position: 0px -105px;
|
2013-07-27 17:53:40 +02:00
|
|
|
}
|
|
|
|
|
2014-05-26 06:13:18 +02:00
|
|
|
.apps-settings-sm-dark {
|
2014-05-12 22:34:00 +02:00
|
|
|
background-position: -15px -105px;
|
2013-07-27 17:53:40 +02:00
|
|
|
}
|
2013-07-29 16:18:27 +02:00
|
|
|
|
2014-05-26 06:13:18 +02:00
|
|
|
.apps-settings-dark {
|
2014-05-12 22:34:00 +02:00
|
|
|
background-position: -30px -105px;
|
2013-07-29 16:18:27 +02:00
|
|
|
}
|
2013-10-23 20:30:52 +02:00
|
|
|
|
2014-05-26 06:13:18 +02:00
|
|
|
.apps-setup-dark {
|
2014-05-12 22:34:00 +02:00
|
|
|
background-position: -45px -105px;
|
2013-10-23 20:30:52 +02:00
|
|
|
}
|
2014-01-31 01:23:06 +01:00
|
|
|
|
2014-05-26 06:13:18 +02:00
|
|
|
.apps-slowvote-dark {
|
2014-05-12 22:34:00 +02:00
|
|
|
background-position: -60px -105px;
|
2014-01-31 01:23:06 +01:00
|
|
|
}
|
|
|
|
|
2014-05-26 06:13:18 +02:00
|
|
|
.apps-spaces-dark {
|
2014-05-12 22:34:00 +02:00
|
|
|
background-position: -75px -105px;
|
2014-01-31 01:23:06 +01:00
|
|
|
}
|
|
|
|
|
2014-05-26 06:13:18 +02:00
|
|
|
.apps-token-dark {
|
2014-05-12 22:34:00 +02:00
|
|
|
background-position: -90px -105px;
|
2014-01-31 01:23:06 +01:00
|
|
|
}
|
2014-04-27 00:16:06 +02:00
|
|
|
|
2014-05-26 06:13:18 +02:00
|
|
|
.apps-uiexamples-dark {
|
2014-05-12 22:34:00 +02:00
|
|
|
background-position: -105px -105px;
|
2014-04-27 00:16:06 +02:00
|
|
|
}
|
|
|
|
|
2014-05-26 06:13:18 +02:00
|
|
|
.apps-workboard-dark {
|
2014-05-12 22:34:00 +02:00
|
|
|
background-position: 0px -120px;
|
2014-04-27 00:16:06 +02:00
|
|
|
}
|
2014-05-20 23:41:04 +02:00
|
|
|
|
2014-05-26 06:13:18 +02:00
|
|
|
.apps-workphlow-dark {
|
2014-05-20 23:41:04 +02:00
|
|
|
background-position: -15px -120px;
|
|
|
|
}
|
2014-05-26 06:13:18 +02:00
|
|
|
|
|
|
|
.apps-xhprof-dark {
|
|
|
|
background-position: -30px -120px;
|
|
|
|
}
|