2016-04-10 13:31:02 +00:00
|
|
|
@import '../echo.variables';
|
|
|
|
@import '../echo.variables.monobook';
|
2015-09-15 22:43:51 +00:00
|
|
|
|
2015-11-04 14:47:48 +00:00
|
|
|
#p-personal li.mw-echo-ui-notificationBadgeButtonPopupWidget {
|
2015-08-13 00:54:16 +00:00
|
|
|
text-transform: none;
|
|
|
|
font-weight: normal;
|
2015-11-04 14:47:48 +00:00
|
|
|
&, a {
|
|
|
|
color: #333;
|
|
|
|
}
|
2015-08-13 00:54:16 +00:00
|
|
|
// Badge
|
2015-09-15 22:43:51 +00:00
|
|
|
> .oo-ui-buttonElement-button {
|
|
|
|
&:hover {
|
|
|
|
.oo-ui-labelElement-label {
|
|
|
|
color: black !important;
|
|
|
|
}
|
2015-08-13 00:54:16 +00:00
|
|
|
}
|
|
|
|
}
|
2015-09-09 20:18:52 +00:00
|
|
|
|
|
|
|
// Footer
|
|
|
|
.oo-ui-popupWidget-footer {
|
|
|
|
// Override text-align that monobook uses for #p-personal li
|
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
|
2015-08-13 00:54:16 +00:00
|
|
|
}
|