mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-15 03:12:41 +01:00
dca2048bab
Summary: Adds notification icons for Conpherence and re-writes the CSS a bit for the new icons and states. I removed the background bubble here and went straight CSS. I also seem to have a JS error and the notification menu doesn't display, but I'm tired and wanted to look at this in Differential. Will update after JS fix. Test Plan: Turned on notification numbers and conpherence numbers, turned them off. Made them big. Checked FF and IE. Reviewers: epriestley, btrahan Reviewed By: btrahan CC: aran, Korvin Maniphest Tasks: T2415 Differential Revision: https://secure.phabricator.com/D4666
61 lines
2.2 KiB
JSON
61 lines
2.2 KiB
JSON
{
|
|
"version" : 1,
|
|
"sprites" : {
|
|
"app" : {
|
|
"name" : "app",
|
|
"rule" : ".menu-icon-app",
|
|
"hash" : "fc525b5b3e3ecaeda3baccc18ace5a0a"
|
|
},
|
|
"arrow-right" : {
|
|
"name" : "arrow-right",
|
|
"rule" : ".phabricator-crumb-divider",
|
|
"hash" : "50180da0aed206c9db2bc1547c1a158c"
|
|
},
|
|
"conf-hover" : {
|
|
"name" : "conf-hover",
|
|
"rule" : ".alert-notifications:hover .phabricator-main-menu-message-icon",
|
|
"hash" : "febc4135b2821ae2d3f0b06aa295ca0d"
|
|
},
|
|
"conf-off" : {
|
|
"name" : "conf-off",
|
|
"rule" : ".alert-notifications .phabricator-main-menu-message-icon",
|
|
"hash" : "dc1b05cb611eaef76a09e8cff698c99d"
|
|
},
|
|
"conf-unseen" : {
|
|
"name" : "conf-unseen",
|
|
"rule" : ".alert-notifications.message-unread .phabricator-main-menu-message-icon",
|
|
"hash" : "1f7d54b2b9781099f867b100ebdd6c6a"
|
|
},
|
|
"eye" : {
|
|
"name" : "eye",
|
|
"rule" : ".menu-icon-eye",
|
|
"hash" : "553eb617c19b74b428558e606ff9b066"
|
|
},
|
|
"logo" : {
|
|
"name" : "logo",
|
|
"rule" : ".phabricator-main-menu-logo-image",
|
|
"hash" : "6eadea2c3dd2ada989eba22b6769b3eb"
|
|
},
|
|
"seen_have_unread" : {
|
|
"name" : "seen_have_unread",
|
|
"rule" : ".alert-notifications:hover .phabricator-main-menu-alert-icon",
|
|
"hash" : "03a02951857811c722732dcfff9d458e"
|
|
},
|
|
"seen_read_all" : {
|
|
"name" : "seen_read_all",
|
|
"rule" : ".alert-notifications .phabricator-main-menu-alert-icon",
|
|
"hash" : "f166fc60ed7a7a8ec2f41ab1af2cb3ec"
|
|
},
|
|
"unseen_any" : {
|
|
"name" : "unseen_any",
|
|
"rule" : ".alert-notifications.alert-unread .phabricator-main-menu-alert-icon",
|
|
"hash" : "a8643b150166a076e81a42e5893a899f"
|
|
}
|
|
},
|
|
"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"
|
|
}
|