2015-12-21 21:47:09 +00:00
|
|
|
@import '../../echo.variables';
|
|
|
|
|
2015-08-13 00:54:16 +00:00
|
|
|
.mw-echo-ui-notificationsWidget {
|
|
|
|
&-loadingOption {
|
|
|
|
padding: 2em;
|
2015-12-21 21:47:09 +00:00
|
|
|
background-color: @notification-background-read;
|
|
|
|
|
|
|
|
&-notLinked,
|
|
|
|
&-notLinked a {
|
|
|
|
cursor: default;
|
|
|
|
}
|
2015-10-16 23:18:25 +00:00
|
|
|
|
|
|
|
.mw-echo-ui-notificationsWidget-bundle & {
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
2015-12-21 21:47:09 +00:00
|
|
|
&:hover > a {
|
|
|
|
text-decoration: none;
|
|
|
|
color: #666666;
|
|
|
|
}
|
|
|
|
|
|
|
|
&:not(:hover) a,
|
|
|
|
#p-personal &:not(:hover) a.new {
|
|
|
|
color: #666666;
|
|
|
|
}
|
|
|
|
|
2015-09-16 20:42:17 +00:00
|
|
|
&.oo-ui-optionWidget.oo-ui-labelElement .oo-ui-labelElement-label {
|
|
|
|
white-space: normal;
|
|
|
|
}
|
2015-08-13 00:54:16 +00:00
|
|
|
}
|
|
|
|
}
|