2012-12-07 22:35:49 +01:00
|
|
|
/**
|
|
|
|
* @provides sprite-gradient-css
|
|
|
|
* @generated
|
|
|
|
*/
|
|
|
|
|
2013-04-09 00:00:55 +02:00
|
|
|
.sprite-gradient, .phabricator-dark-menu .phabricator-menu-item-type-label, .phabricator-side-menu .phabricator-menu-item-type-label, .device-desktop .phabricator-side-menu a.phabricator-menu-item-type-link:hover, .phabricator-side-menu .phabricator-menu-item-selected, .device-desktop .phabricator-side-menu a.phabricator-menu-item-selected:hover, .phabricator-filetree a.phabricator-filetree-item:hover, .phabricator-filetree a.phabricator-active-nav-focus {
|
2012-12-07 22:35:49 +01:00
|
|
|
background-image: url(/rsrc/image/sprite-gradient.png);
|
|
|
|
background-repeat: repeat-x;
|
|
|
|
}
|
|
|
|
|
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-07 22:35:49 +01:00
|
|
|
|
2013-04-04 19:38:50 +02:00
|
|
|
.gradient-blue-header {
|
2013-04-09 00:00:55 +02:00
|
|
|
background-position: 0px -141px;
|
2013-04-04 19:38:50 +02:00
|
|
|
}
|
|
|
|
|
2012-12-07 22:35:49 +01:00
|
|
|
.gradient-breadcrumbs {
|
2013-04-09 00:00:55 +02:00
|
|
|
background-position: 0px -109px;
|
2012-12-07 22:35:49 +01:00
|
|
|
}
|
|
|
|
|
2012-12-07 22:36:35 +01:00
|
|
|
.gradient-dark-menu-label, .phabricator-dark-menu .phabricator-menu-item-type-label {
|
2013-01-16 00:49:48 +01:00
|
|
|
background-position: 0px -25px;
|
2012-12-07 22:35:49 +01:00
|
|
|
}
|
|
|
|
|
2013-04-04 19:38:50 +02:00
|
|
|
.gradient-green-header {
|
2013-04-09 00:00:55 +02:00
|
|
|
background-position: 0px -212px;
|
2012-12-07 22:35:49 +01:00
|
|
|
}
|
|
|
|
|
2013-04-04 19:38:50 +02:00
|
|
|
.gradient-grey-header {
|
2013-04-09 00:00:55 +02:00
|
|
|
background-position: 0px -283px;
|
2013-01-16 00:49:48 +01:00
|
|
|
}
|
|
|
|
|
2013-01-22 18:09:57 +01:00
|
|
|
.gradient-menu-hover, .device-desktop .phabricator-side-menu a.phabricator-menu-item-type-link:hover, .phabricator-filetree a.phabricator-filetree-item:hover {
|
2013-04-09 00:00:55 +02:00
|
|
|
background-position: 0px -51px;
|
2013-01-16 00:49:48 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.gradient-menu-label, .phabricator-side-menu .phabricator-menu-item-type-label {
|
|
|
|
background-position: 0px 0px;
|
|
|
|
}
|
|
|
|
|
2013-01-22 18:09:57 +01:00
|
|
|
.gradient-menu-selected, .phabricator-side-menu .phabricator-menu-item-selected, .device-desktop .phabricator-side-menu a.phabricator-menu-item-selected:hover, .phabricator-nav-local a.phabricator-active-nav-focus {
|
2013-04-09 00:00:55 +02:00
|
|
|
background-position: 0px -80px;
|
2012-12-07 22:35:49 +01:00
|
|
|
}
|
2013-04-04 19:38:50 +02:00
|
|
|
|
|
|
|
.gradient-red-header {
|
2013-04-09 00:00:55 +02:00
|
|
|
background-position: 0px -354px;
|
2013-04-04 19:38:50 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.gradient-yellow-header {
|
2013-04-09 00:00:55 +02:00
|
|
|
background-position: 0px -425px;
|
2013-04-04 19:38:50 +02:00
|
|
|
}
|