8236a856f7e48ae32ded7f5ba25870ba0656154e
[ccsdk/features.git] /
1 .uiMenuPanel {
2         border: 1px solid #668dc6;
3         position: absolute;
4         background: #96c6eb;
5         color: white;
6 }
7
8 .uiMenuPanel LI {
9         list-style: none;
10         border-bottom: 1px solid #668dc6;
11 }
12
13 .uiMenuPanel LI:hover {
14         background: #2575b7;
15 }
16
17 .uiMenuPanel LI:last-child {
18         border-bottom: 0;
19
20
21 .uiMenuPanel-label {
22         white-space: nowrap;
23         padding: 2px 10px 2px 10px;
24         cursor: pointer;
25 }
26
27 .disabled .uiMenuPanel-label {
28         cursor: auto;
29         color: #888;
30 }