mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 08:52:39 +01:00
94d0704fdb
Summary: This adds the 'PHUIObjectBox' to nearly every place that should get it. I need to comb through Diffusion a little more. I've left Differential mostly alone, but may decide to do it anyways this weekend. I'm sure I missed something else, but these are easy enough to update. Test Plan: tested each new layout. Reviewers: epriestley, btrahan Reviewed By: epriestley CC: Korvin, aran Differential Revision: https://secure.phabricator.com/D7162
52 lines
1,002 B
CSS
52 lines
1,002 B
CSS
/**
|
|
* @provides sprite-gradient-css
|
|
* @generated
|
|
*/
|
|
|
|
.sprite-gradient, .phabricator-dark-menu .phui-list-item-type-label, .phabricator-side-menu .phui-list-item-type-label {
|
|
background-image: url(/rsrc/image/sprite-gradient.png);
|
|
background-repeat: repeat-x;
|
|
}
|
|
|
|
|
|
|
|
|
|
.gradient-blue-header {
|
|
background-position: 0px -83px;
|
|
}
|
|
|
|
.gradient-breadcrumbs {
|
|
background-position: 0px -51px;
|
|
}
|
|
|
|
.gradient-dark-grey-header {
|
|
background-position: 0px -154px;
|
|
}
|
|
|
|
.gradient-dark-menu-label, .phabricator-dark-menu .phui-list-item-type-label {
|
|
background-position: 0px -25px;
|
|
}
|
|
|
|
.gradient-green-header {
|
|
background-position: 0px -225px;
|
|
}
|
|
|
|
.gradient-grey-header {
|
|
background-position: 0px -296px;
|
|
}
|
|
|
|
.gradient-lightblue-header {
|
|
background-position: 0px -509px;
|
|
}
|
|
|
|
.gradient-menu-label, .phabricator-side-menu .phui-list-item-type-label {
|
|
background-position: 0px 0px;
|
|
}
|
|
|
|
.gradient-red-header {
|
|
background-position: 0px -367px;
|
|
}
|
|
|
|
.gradient-yellow-header {
|
|
background-position: 0px -438px;
|
|
}
|