From ad81ae4c61eb5857cd444ef0caf5b0b33e8072ba Mon Sep 17 00:00:00 2001 From: Valerio Virgillito Date: Sun, 29 Jan 2012 00:26:20 -0800 Subject: Moved the ninja components out of the Montage folder Signed-off-by: Valerio Virgillito --- .../ninja-components/hottext.reel/hottext.css | 27 ++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 node_modules/ninja-components/hottext.reel/hottext.css (limited to 'node_modules/ninja-components/hottext.reel/hottext.css') diff --git a/node_modules/ninja-components/hottext.reel/hottext.css b/node_modules/ninja-components/hottext.reel/hottext.css new file mode 100644 index 00000000..34b353f4 --- /dev/null +++ b/node_modules/ninja-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:50px; + text-align:center; + -webkit-user-select:none; + outline:none; +} + +.hottext:hover +{ + cursor: pointer; +} + +.hottextInput +{ + cursor: default; + width:50px; + text-align:center; +} \ No newline at end of file -- cgit v1.2.3