1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-30 10:42:41 +01:00
phorge-phorge/resources/sprite/manifest/menu.json

72 lines
2.5 KiB
JSON
Raw Normal View History

{
"version" : 1,
"sprites" : {
"app" : {
"name" : "app",
"rule" : ".menu-icon-app",
"hash" : "82d277c1d6da6786cd03db3adcb843cd"
},
"app_blue" : {
"name" : "app_blue",
"rule" : ".menu-icon-app-blue",
"hash" : "ee9922d71c4cf12635254872c861379d"
},
"arrow-right" : {
"name" : "arrow-right",
"rule" : ".phabricator-crumb-divider",
"hash" : "a994209450dc73a80841cdd66bb59925"
},
"conf-hover" : {
"name" : "conf-hover",
"rule" : ".alert-notifications:hover .phabricator-main-menu-message-icon",
"hash" : "110e09706f34bb967f925c1bc831a723"
},
"conf-off" : {
"name" : "conf-off",
"rule" : ".alert-notifications .phabricator-main-menu-message-icon",
"hash" : "2af87b0a5d0d3b3991e5358c36a611d9"
},
"conf-unseen" : {
"name" : "conf-unseen",
"rule" : ".alert-notifications.message-unread .phabricator-main-menu-message-icon",
"hash" : "9eda01b1f1789934f307c72b9c14f413"
},
"logo" : {
"name" : "logo",
"rule" : ".phabricator-main-menu-logo-image",
"hash" : "c6c7ab165dce13a51ef329928c7c4aba"
},
"search" : {
"name" : "search",
"rule" : ".menu-icon-search",
"hash" : "71b7bf0fb6a8ea0a50fe39b4499bf456"
},
"search_blue" : {
"name" : "search_blue",
"rule" : ".menu-icon-search-blue",
"hash" : "248d24bc446c7d51dfd07d0f4a421409"
},
"seen_have_unread" : {
"name" : "seen_have_unread",
"rule" : ".alert-notifications:hover .phabricator-main-menu-alert-icon",
"hash" : "4d95837845ddbef86405610effce7213"
},
"seen_read_all" : {
"name" : "seen_read_all",
"rule" : ".alert-notifications .phabricator-main-menu-alert-icon",
"hash" : "ff3bfbbb0a3fa0d7a5bcfa897ae19e90"
},
"unseen_any" : {
"name" : "unseen_any",
"rule" : ".alert-notifications.alert-unread .phabricator-main-menu-alert-icon",
"hash" : "d708d816883fdfc849df8eecf92650c0"
}
},
"scales" : [
1,
2
],
"header" : "\/**\n * @provides sprite-menu-css\n * @generated\n *\/\n\n.sprite-menu {\n background-image: url(\/rsrc\/image\/sprite-menu.png);\n background-repeat: no-repeat;\n}\n\n@media\nonly screen and (min-device-pixel-ratio: 1.5),\nonly screen and (-webkit-min-device-pixel-ratio: 1.5) {\n .sprite-menu {\n background-image: url(\/rsrc\/image\/sprite-menu-X2.png);\n background-size: {X}px {Y}px;\n }\n}\n",
"type" : "standard"
}