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 --- js/components/hottext.reel/hottext.css | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 js/components/hottext.reel/hottext.css (limited to 'js/components/hottext.reel/hottext.css') diff --git a/js/components/hottext.reel/hottext.css b/js/components/hottext.reel/hottext.css new file mode 100644 index 00000000..5909c6c1 --- /dev/null +++ b/js/components/hottext.reel/hottext.css @@ -0,0 +1,27 @@ +/* + 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. +
*/ + +.hottext { + cursor: default; + border:none; + border-bottom:1px dotted white; + width:20px; + text-align:center; + -webkit-user-select:none; + outline:none; +} + +.hottext:hover +{ + cursor: pointer; +} + +.hottextInput +{ + cursor: default; + width:20px; + text-align:center; +} \ No newline at end of file -- cgit v1.2.3