Changeset View
Changeset View
Standalone View
Standalone View
webroot/rsrc/css/application/base/notification-menu.css
| Show First 20 Lines • Show All 62 Lines • ▼ Show 20 Lines | |||||
| .phabricator-notification + .phabricator-notification { | .phabricator-notification + .phabricator-notification { | ||||
| border-top: 1px solid {$thinblueborder}; | border-top: 1px solid {$thinblueborder}; | ||||
| } | } | ||||
| .no-notifications { | .no-notifications { | ||||
| color: {$lightgreytext}; | color: {$lightgreytext}; | ||||
| } | } | ||||
| .phabricator-notification-warning { | |||||
| background: {$sh-yellowbackground}; | |||||
| } | |||||
| .phabricator-notification-list .phabricator-notification-unread, | .phabricator-notification-list .phabricator-notification-unread, | ||||
| .phabricator-notification-menu .phabricator-notification-unread { | .phabricator-notification-menu .phabricator-notification-unread { | ||||
| background: {$hoverblue}; | background: {$hoverblue}; | ||||
| } | } | ||||
| .phabricator-notification-read { | .phabricator-notification-read { | ||||
| color: {$lightgreytext}; | color: {$lightgreytext}; | ||||
| } | } | ||||
| Show All 11 Lines | |||||
| .phabricator-notification-foot .phabricator-notification-status { | .phabricator-notification-foot .phabricator-notification-status { | ||||
| display: none; | display: none; | ||||
| } | } | ||||
| .phabricator-notification-unread .phabricator-notification-foot | .phabricator-notification-unread .phabricator-notification-foot | ||||
| .phabricator-notification-status { | .phabricator-notification-status { | ||||
| font-size: 7px; | font-size: 7px; | ||||
| color: {$lightgreytext}; | color: {$lightbluetext}; | ||||
| position: absolute; | position: absolute; | ||||
| display: inline-block; | display: inline-block; | ||||
| top: 6px; | top: 6px; | ||||
| left: 0; | left: 0; | ||||
| } | } | ||||
| .phabricator-notification-header { | .phabricator-notification-header { | ||||
| font-weight: bold; | font-weight: bold; | ||||
| ▲ Show 20 Lines • Show All 54 Lines • Show Last 20 Lines | |||||