summaryrefslogtreecommitdiff
path: root/www/wiki/extensions/UniversalLanguageSelector/resources/css/ext.uls-vector.less
blob: f9e129d5780c8d7a70d83ebdff67773cf53e1b4e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
@import 'mediawiki.mixins';

// We need higher specificity due to loading order of LESS files and jQuery.ULS
.skin-vector {
	.uls-menu {
		border-color: #c8ccd1;
		.box-shadow( 0 2px 2px 0 rgba( 0, 0, 0, 0.25 ) ); // Overwrite lib/jquery.uls
		font-size: 0.875em; // not inherited from `.mw-body-content`, as we insert at `body`
	}

	.uls-search {
		border-bottom-color: #c8ccd1;
	}

	.uls-filtersuggestion {
		color: #72777d;
	}

	.uls-lcd-region-title {
		color: #54595d;
	}
}