Changeset View
Changeset View
Standalone View
Standalone View
webroot/rsrc/css/application/base/notification-menu.css
| Show First 20 Lines • Show All 91 Lines • ▼ Show 20 Lines | .phabricator-notification-view-all { | ||||
| font-weight: bold; | font-weight: bold; | ||||
| background: {$greybackground}; | background: {$greybackground}; | ||||
| border-top: 1px solid {$thinblueborder}; | border-top: 1px solid {$thinblueborder}; | ||||
| border-bottom-left-radius: 3px; | border-bottom-left-radius: 3px; | ||||
| border-bottom-right-radius: 3px; | border-bottom-right-radius: 3px; | ||||
| padding: 8px; | padding: 8px; | ||||
| font-size: 12px; | font-size: 12px; | ||||
| } | } | ||||
| .phabricator-notification-menu .aphlict-connection-status { | |||||
| float: right; | |||||
| font-weight: normal; | |||||
| color: {$lightgreytext}; | |||||
| } | |||||
| .aphlict-connection-status .aphlict-connection-status-connected { | |||||
| color: {$green}; | |||||
| } | |||||
| .aphlict-connection-status .aphlict-connection-status-error { | |||||
| color: {$red}; | |||||
| } | |||||