Changeset View
Changeset View
Standalone View
Standalone View
webroot/rsrc/css/application/base/notification-menu.css
| Show First 20 Lines • Show All 94 Lines • ▼ Show 20 Lines | |||||
| .phabricator-notification-header a:hover { | .phabricator-notification-header a:hover { | ||||
| text-decoration: underline; | text-decoration: underline; | ||||
| } | } | ||||
| .phabricator-notification-header .phabricator-notification-clear-all { | .phabricator-notification-header .phabricator-notification-clear-all { | ||||
| color: {$anchor}; | color: {$anchor}; | ||||
| float: right; | float: right; | ||||
| font-weight: normal; | font-weight: normal; | ||||
| cursor: pointer; | |||||
| } | |||||
| .phabricator-notification-header .phabricator-notification-clear-all.disabled { | |||||
| color: {$greytext}; | |||||
| } | |||||
| .phabricator-notification-header .phabricator-notification-clear-all:hover { | |||||
| text-decoration: underline; | |||||
| } | } | ||||
| .phabricator-notification-footer { | .phabricator-notification-footer { | ||||
| 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; | ||||
| Show All 29 Lines | |||||