summaryrefslogtreecommitdiff
blob: 6dc59143ae5be7cbad2602c148f879793d36406c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
body #p-personal {
	overflow: visible;
}

#p-personal li.mw-echo-ui-notificationBadgeButtonPopupWidget {
	font-variant: normal;
	text-transform: none;
	font-weight: normal;
	// Badge
	> .oo-ui-buttonElement-button {
		border-radius: 0;
	}
	// Popup buttons
	.oo-ui-buttonElement-button:hover {
		// In modern, the hover color is white, which is unhelpful.
		color: #666;
	}
}