aboutsummaryrefslogtreecommitdiffstats
path: root/sdnr/wt/devicemanager/provider/src/test/resources/elasticsearch/plugins/head/src/app/ui/menuPanel/menuPanel.css
blob: 8236a856f7e48ae32ded7f5ba25870ba0656154e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
.uiMenuPanel {
	border: 1px solid #668dc6;
	position: absolute;
	background: #96c6eb;
	color: white;
}

.uiMenuPanel LI {
	list-style: none;
	border-bottom: 1px solid #668dc6;
}

.uiMenuPanel LI:hover {
	background: #2575b7;
}

.uiMenuPanel LI:last-child {
	border-bottom: 0;
} 

.uiMenuPanel-label {
	white-space: nowrap;
	padding: 2px 10px 2px 10px;
	cursor: pointer;
}

.disabled .uiMenuPanel-label {
	cursor: auto;
	color: #888;
}