2012-12-07 22:35:49 +01:00
|
|
|
/**
|
|
|
|
* @provides sprite-gradient-css
|
|
|
|
* @generated
|
|
|
|
*/
|
|
|
|
|
2012-12-07 22:36:35 +01:00
|
|
|
.sprite-gradient, button, a.button, a.button:visited, input.inputsubmit, .phabricator-dark-menu .phabricator-menu-item-type-label {
|
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
|
|
|
|
|
|
|
.gradient-blue-dark, button, a.button, a.button:visited, input.inputsubmit {
|
|
|
|
background-position: 0px -26px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.gradient-blue-light, button:active, a.button:active {
|
|
|
|
background-position: 0px -53px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.gradient-black-dark, button.black, a.black, a.black:visited {
|
|
|
|
background-position: 0px -80px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.gradient-black-light, button.black:active, a.black:active {
|
|
|
|
background-position: 0px -107px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.gradient-breadcrumbs {
|
|
|
|
background-position: 0px -242px;
|
|
|
|
}
|
|
|
|
|
2012-12-07 22:36:35 +01:00
|
|
|
.gradient-dark-menu-label, .phabricator-dark-menu .phabricator-menu-item-type-label {
|
2012-12-07 22:35:49 +01:00
|
|
|
background-position: 0px 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.gradient-green-dark, button.green, a.green, a.green:visited {
|
|
|
|
background-position: 0px -134px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.gradient-green-light, button.green:active, a.green:active {
|
|
|
|
background-position: 0px -161px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.gradient-grey-dark, button.grey, input.inputaux, a.grey, a.grey:visited, a.button.disabled, button[disabled], button.disabled {
|
|
|
|
background-position: 0px -188px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.gradient-grey-light, button.grey:active, a.grey:active, button.grey_active, a.dropdown-open {
|
|
|
|
background-position: 0px -215px;
|
|
|
|
}
|