mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 08:52:39 +01:00
f8e7d8f65c
Summary: Moves PhabricatorActionHeaderView to PHUIActionHeaderView, adds Red, Green, and Violet colors and extend ObjectBox to take colors and action headers. Test Plan: Tested new Welcome layout as well as UIExamples, Workboards, and Hovercards {F169669} Reviewers: epriestley Reviewed By: epriestley Subscribers: epriestley, Korvin Differential Revision: https://secure.phabricator.com/D9707
36 lines
564 B
CSS
36 lines
564 B
CSS
/**
|
|
* @provides sprite-gradient-css
|
|
* @generated
|
|
*/
|
|
|
|
.sprite-gradient {
|
|
background-image: url(/rsrc/image/sprite-gradient.png);
|
|
background-repeat: repeat-x;
|
|
}
|
|
|
|
|
|
|
|
|
|
.gradient-dark-grey-header {
|
|
background-position: 0px 0px;
|
|
}
|
|
|
|
.gradient-grey-header {
|
|
background-position: 0px -71px;
|
|
}
|
|
|
|
.gradient-lightblue-header {
|
|
background-position: 0px -142px;
|
|
}
|
|
|
|
.gradient-lightgreen-header {
|
|
background-position: 0px -383px;
|
|
}
|
|
|
|
.gradient-lightred-header {
|
|
background-position: 0px -624px;
|
|
}
|
|
|
|
.gradient-lightviolet-header {
|
|
background-position: 0px -865px;
|
|
}
|