aboutsummaryrefslogtreecommitdiffstats
path: root/sdnr/wt/devicemanager/provider/src/main/resources/elasticsearch/plugins/head/src/app/ui/selectMenuPanel/selectMenuPanel.css
blob: 7315527df015d94a3307036ded1e1370c22ef7f3 (plain)
1
2
3
4
5
6
7
8
9
10
11
.uiSelectMenuPanel .uiMenuPanel-label {
	margin-left: 1em;
	padding-left: 4px;
}

.uiSelectMenuPanel .uiMenuPanel-item.selected .uiMenuPanel-label:before {
	content: "\2713";
	width: 12px;
	margin-left: -12px;
	display: inline-block;
}