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