Fix lowercasing and bolding of text in popups in Modern skin

There was CSS trying to counteract this, but it wasn't strong
enough to override Modern's styles.

Bug: T114080
Change-Id: I96d9b32353fbabc8f720ecb869904639009c894f
This commit is contained in:
Roan Kattouw 2015-10-01 12:04:14 -07:00
parent 55e9d8e819
commit 545b9c170b

View file

@ -2,7 +2,7 @@ body #p-personal {
overflow: visible;
}
.mw-echo-ui-notificationBadgeButtonPopupWidget {
#p-personal li.mw-echo-ui-notificationBadgeButtonPopupWidget {
font-variant: normal;
text-transform: none;
font-weight: normal;