mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 08:52:39 +01:00
7b5dea94d2
Summary: - Remove unused CSS rules and non-sprite images. - Sprite the logo. Test Plan: Looked at site, looked good. Reviewers: chad Reviewed By: chad CC: aran Differential Revision: https://secure.phabricator.com/D4113
55 lines
1.1 KiB
CSS
55 lines
1.1 KiB
CSS
/**
|
|
* @provides sprite-menu-css
|
|
* @generated
|
|
*/
|
|
|
|
.sprite-menu {
|
|
background-image: url(/rsrc/image/sprite-menu.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-menu {
|
|
background-image: url(/rsrc/image/sprite-menu-X2.png);
|
|
background-size: 140px 127px;
|
|
}
|
|
}
|
|
|
|
|
|
.phabricator-main-menu-alert-bubble {
|
|
background-position: 0px -68px;
|
|
}
|
|
|
|
.phabricator-main-menu-alert-bubble.alert-unread {
|
|
background-position: 0px -41px;
|
|
}
|
|
|
|
.alert-notifications .phabricator-main-menu-alert-icon {
|
|
background-position: 0px 0px;
|
|
}
|
|
|
|
.alert-notifications:hover .phabricator-main-menu-alert-icon {
|
|
background-position: -15px 0px;
|
|
}
|
|
|
|
.alert-notifications.alert-unread .phabricator-main-menu-alert-icon {
|
|
background-position: -27px -68px;
|
|
}
|
|
|
|
.phabricator-crumb-divider {
|
|
background-position: 0px -95px;
|
|
}
|
|
|
|
.menu-icon-eye {
|
|
background-position: -47px -41px;
|
|
}
|
|
|
|
.menu-icon-app {
|
|
background-position: -42px -68px;
|
|
}
|
|
|
|
.phabricator-main-menu-logo-image {
|
|
background-position: 0px -15px;
|
|
}
|