summaryrefslogtreecommitdiff
path: root/www/wiki/extensions/Translate/resources/css/ext.translate.dropdownmenu.css
blob: 46d17ed887bedfcba0f8c87d33d0e86c0a441465 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
.tux-dropdown-menu {
	border: 1px solid #c9c9c9;
	/* @noflip */
	box-shadow: 0 3px 3px -3px rgba( 0, 0, 0, 0.5 );
	font-size: 14px;
	margin: 0;
	list-style: none;
	padding: 4px;
	z-index: 300;
	background: #fff;
	display: block;
	position: absolute;
}