diff options
author | Pierre Frisch | 2011-12-22 07:25:50 -0800 |
---|---|---|
committer | Valerio Virgillito | 2012-01-27 11:18:17 -0800 |
commit | b89a7ee8b956c96a1dcee995ea840feddc5d4b27 (patch) | |
tree | 0f3136ab0ecdbbbed6a83576581af0a53124d6f1 /js/components/layout/document-bar.reel/document-bar.css | |
parent | 2401f05d1f4b94d45e4568b81fc73e67b969d980 (diff) | |
download | ninja-b89a7ee8b956c96a1dcee995ea840feddc5d4b27.tar.gz |
First commit of Ninja to ninja-internal
Signed-off-by: Valerio Virgillito <rmwh84@motorola.com>
Diffstat (limited to 'js/components/layout/document-bar.reel/document-bar.css')
-rw-r--r-- | js/components/layout/document-bar.reel/document-bar.css | 43 |
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 | |||