mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 08:52:39 +01:00
20035fe9a8
Summary: Updates header to use font-icons instead of images. Test Plan: Test desktop and mobile layouts, Chrome, FF, Safari, IE. Reviewers: btrahan, epriestley Reviewed By: epriestley Subscribers: Korvin, epriestley Differential Revision: https://secure.phabricator.com/D10930
55 lines
1.2 KiB
CSS
55 lines
1.2 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: 97px 138px;
|
|
}
|
|
}
|
|
|
|
|
|
.alert-notifications .phabricator-main-menu-alert-icon {
|
|
background-position: 0px 0px;
|
|
}
|
|
|
|
.alert-notifications:hover .phabricator-main-menu-alert-icon {
|
|
background-position: -19px 0px;
|
|
}
|
|
|
|
.alert-notifications.alert-unread .phabricator-main-menu-alert-icon {
|
|
background-position: -38px 0px;
|
|
}
|
|
|
|
.phabricator-crumb-divider {
|
|
background-position: 0px -65px;
|
|
}
|
|
|
|
.phabricator-main-menu-logo {
|
|
background-position: 0px -38px;
|
|
}
|
|
|
|
.phabricator-main-menu-eye {
|
|
background-position: 0px -97px;
|
|
}
|
|
|
|
.alert-notifications .phabricator-main-menu-message-icon {
|
|
background-position: 0px -19px;
|
|
}
|
|
|
|
.alert-notifications:hover .phabricator-main-menu-message-icon {
|
|
background-position: -19px -19px;
|
|
}
|
|
|
|
.alert-notifications.message-unread .phabricator-main-menu-message-icon {
|
|
background-position: -38px -19px;
|
|
}
|