aboutsummaryrefslogtreecommitdiff
path: root/js/components/layout/document-bar.reel/document-bar.css
diff options
context:
space:
mode:
Diffstat (limited to 'js/components/layout/document-bar.reel/document-bar.css')
-rw-r--r--js/components/layout/document-bar.reel/document-bar.css43
1 files changed, 43 insertions, 0 deletions
diff --git a/js/components/layout/document-bar.reel/document-bar.css b/js/components/layout/document-bar.reel/document-bar.css
new file mode 100644
index 00000000..588b8952
--- /dev/null
+++ b/js/components/layout/document-bar.reel/document-bar.css
@@ -0,0 +1,43 @@
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.documentBar {
7 height: 25px;
8 width: 1000px;
9 position: relative;
10 overflow: hidden;
11 color: white;
12}
13
14.documentBar .active {
15 text-decoration: underline;
16 cursor: pointer;
17 color: #666666;
18}
19
20.documentBar .active:hover {
21 color: #ffffff;
22}
23
24.documentBar .selected {
25 text-decoration: underline;
26 cursor: default;
27 color: #ffffff;
28}
29
30.documentBar .selected {
31 color: #ffffff;
32}
33
34.documentBar span{
35 text-decoration: none;
36 cursor: default;
37 color: #3a3a3a;
38}
39
40.documentBar .zoomHotText span {
41 color: white;
42}
43