aboutsummaryrefslogtreecommitdiff
path: root/js/components/menu/menu-entry.reel/menu-entry.css
diff options
context:
space:
mode:
Diffstat (limited to 'js/components/menu/menu-entry.reel/menu-entry.css')
-rw-r--r--js/components/menu/menu-entry.reel/menu-entry.css64
1 files changed, 64 insertions, 0 deletions
diff --git a/js/components/menu/menu-entry.reel/menu-entry.css b/js/components/menu/menu-entry.reel/menu-entry.css
new file mode 100644
index 00000000..ea0fa6d1
--- /dev/null
+++ b/js/components/menu/menu-entry.reel/menu-entry.css
@@ -0,0 +1,64 @@
1/* <copyright>
2 This file contains proprietary software owned by Motorola Mobility, Inc.<br/>
3 No rights, expressed or implied, whatsoever to this software are provided by Motorola Mobility, Inc. hereunder.<br/>
4 (c) Copyright 2011 Motorola Mobility, Inc. All Rights Reserved.
5 </copyright> */
6
7.topMenuItem {
8 float: left;
9 display: inline;
10}
11
12.topMenuItem .menubg{
13 color: #f7f7f7;
14}
15
16.topMenuItem .menuName {
17 font-family: 'Droid Sans', sans-serif;
18 font-size: 10pt;
19 padding: 3px 12px 3px 8px;
20 text-shadow : 1px 1px 1px #000000;
21}
22
23.menubg{
24 display: inline;
25}
26
27.menubg.checked .check {
28 opacity: 1;
29}
30
31.selected {
32 background-color: #7F7F7F;
33}
34
35.menu-label {
36 font-family: 'Droid Sans', sans-serif;
37 font-size: 10pt;
38 padding: 3px 12px 3px 8px;
39 text-shadow: 1px 1px 1px black;
40}
41
42.subEntries{
43 position: absolute;
44 z-index: 100000;
45 float:left;
46 font-family: 'Droid Sans', sans-serif !important;
47 color: #ffffff;
48 background: #494949;
49 border: 1px solid #292929;
50 border-radius: 8px;
51 padding: 8px 0px 8px 0px;
52 box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.8);
53 white-space:nowrap;
54}
55
56.menuItem {
57 font-size: 9pt;
58 padding: 4px 8px;
59 display: block;
60 float: none;
61 position: relative;
62 background: #474747;
63 color: white;
64}