Path: blob/master/webroot/rsrc/css/application/base/notification-menu.css
12242 views
/**1* @provides phabricator-notification-menu-css2*/34.phabricator-notification-menu {5background: {$page.content};6font-size: {$smallerfontsize};7line-height: 18px;8word-wrap: break-word;9overflow-y: auto;10box-shadow: {$dropshadow};11border: 1px solid {$lightgreyborder};12border-radius: 3px;13}1415.phabricator-notification {16padding: 8px 12px;17color: {$darkgreytext};18}1920.phabricator-notification-menu-loading {21text-align: center;22padding: 10px 0;23color: {$lightgreytext};24}2526.device-desktop .phabricator-notification-menu,27.device-tablet .phabricator-notification-menu {28position: absolute;29width: 360px;30top: 42px;31}3233.device-phone .phabricator-notification-menu {34border-bottom: 1px solid {$thinblueborder};35width: 94%;36max-width: 390px;37top: 42px !important;38left: 3% !important;39position: absolute;40}4142.phabricator-notification-list.pm {43padding: 0;44}4546.phabricator-notification-list .phabricator-notification {47padding: 8px;48}4950.phabricator-notification-menu .phabricator-notification {51cursor: pointer;52}5354.device-desktop .phabricator-notification-menu .phabricator-notification:hover {55background: {$lightgreybackground};56}5758.device-desktop .phabricator-notification-menu59.phabricator-notification-unread.phabricator-notification:hover {60background: {$hoverselectedblue};61}6263.phabricator-notification + .phabricator-notification {64border-top: 1px solid {$thinblueborder};65}6667.no-notifications {68color: {$lightgreytext};69}7071.phabricator-notification-warning {72background: {$sh-yellowbackground};73}7475.phabricator-notification-list .phabricator-notification-unread,76.phabricator-notification-menu .phabricator-notification-unread {77background: {$hoverblue};78}7980.phabricator-notification-read {81color: {$lightgreytext};82}8384.phabricator-notification-foot {85color: {$lightgreytext};86font-size: {$smallestfontsize};87line-height: 18px;88position: relative;89}9091.phabricator-notification-unread .phabricator-notification-foot {92padding-left: 10px;93}9495.phabricator-notification-foot .phabricator-notification-status {96display: none;97}9899.phabricator-notification-unread .phabricator-notification-foot100.phabricator-notification-status {101font-size: 7px;102color: {$lightbluetext};103position: absolute;104display: inline-block;105top: 6px;106left: 0;107}108109.phabricator-notification-header {110font-weight: bold;111padding: 10px 12px;112font-size: {$smallerfontsize};113border-bottom: 1px solid {$thinblueborder};114}115116.phabricator-notification-header a {117color: {$anchor};118}119120.phabricator-notification-header a:hover {121text-decoration: underline;122}123124.phabricator-notification-header .phabricator-notification-clear-all {125color: {$anchor};126float: right;127font-weight: normal;128}129130.phabricator-notification-footer {131background: {$greybackground};132border-top: 1px solid {$thinblueborder};133border-bottom-left-radius: 3px;134border-bottom-right-radius: 3px;135padding: 8px;136font-size: {$smallerfontsize};137color: {$darkgreytext};138}139140.phabricator-notification-footer a {141color: {$darkgreytext};142}143144.phabricator-notification-footer a:hover {145text-decoration: underline;146}147148.phabricator-notification-menu .aphlict-connection-status {149color: {$lightgreytext};150}151152.aphlict-connection-status {153position: relative;154}155156.aphlict-connection-status .phui-icon-view {157font-size: 9px;158position: absolute;159top: 4px;160}161162.aphlict-connection-status .connection-status-text {163margin-left: 12px;164}165166.phabricator-notification .phui-timeline-value {167font-style: italic;168color: #000;169}170171172