mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 00:42:41 +01:00
Added a red notification thunderbolt for when we're on an admin page.
Summary: The blue thunderbolt looked out of place on the red admin pages; now it matches the colors from the admin Phabricator logo. Test Plan: Go to an admin page, see a red thunderbolt. Go to a not-admin page, see a blue thunderbolt. Reviewers: epriestley CC: aran, Korvin Maniphest Tasks: T1427 Differential Revision: https://secure.phabricator.com/D2895
This commit is contained in:
parent
f666c3d559
commit
5c2f419881
2 changed files with 4 additions and 0 deletions
|
@ -251,6 +251,10 @@ a.handle-disabled {
|
|||
width: 60px;
|
||||
}
|
||||
|
||||
.phabricator-admin-page-view .icon-menu-notifications {
|
||||
background: url(/rsrc/image/notification_menu_admin.png);
|
||||
}
|
||||
|
||||
.icon-menu-notifications {
|
||||
background: url(/rsrc/image/notification_menu.png);
|
||||
}
|
||||
|
|
BIN
webroot/rsrc/image/notification_menu_admin.png
Normal file
BIN
webroot/rsrc/image/notification_menu_admin.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.2 KiB |
Loading…
Reference in a new issue