From b89a7ee8b956c96a1dcee995ea840feddc5d4b27 Mon Sep 17 00:00:00 2001 From: Pierre Frisch Date: Thu, 22 Dec 2011 07:25:50 -0800 Subject: First commit of Ninja to ninja-internal Signed-off-by: Valerio Virgillito --- .../layout/document-bar.reel/document-bar.css | 43 ++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 js/components/layout/document-bar.reel/document-bar.css (limited to 'js/components/layout/document-bar.reel/document-bar.css') 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 @@ +/* + This file contains proprietary software owned by Motorola Mobility, Inc.
+ No rights, expressed or implied, whatsoever to this software are provided by Motorola Mobility, Inc. hereunder.
+ (c) Copyright 2011 Motorola Mobility, Inc. All Rights Reserved. +
*/ +.documentBar { + height: 25px; + width: 1000px; + position: relative; + overflow: hidden; + color: white; +} + +.documentBar .active { + text-decoration: underline; + cursor: pointer; + color: #666666; +} + +.documentBar .active:hover { + color: #ffffff; +} + +.documentBar .selected { + text-decoration: underline; + cursor: default; + color: #ffffff; +} + +.documentBar .selected { + color: #ffffff; +} + +.documentBar span{ + text-decoration: none; + cursor: default; + color: #3a3a3a; +} + +.documentBar .zoomHotText span { + color: white; +} + -- cgit v1.2.3