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/hottextunit.reel/hottextunit.css | 41 ++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 js/components/hottextunit.reel/hottextunit.css (limited to 'js/components/hottextunit.reel/hottextunit.css') diff --git a/js/components/hottextunit.reel/hottextunit.css b/js/components/hottextunit.reel/hottextunit.css new file mode 100644 index 00000000..02994085 --- /dev/null +++ b/js/components/hottextunit.reel/hottextunit.css @@ -0,0 +1,41 @@ +/* + 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. +
*/ + +.hottextunit +{ + -webkit-user-select:none; + cursor:default; + width:50px; + float:left; +} + +.hottextunit:hover +{ + cursor: pointer; +} + +.hottextunit input +{ + width:50px; + border:none; + padding:0; + margin:0; +} + +.underline +{ + border-bottom:1px dotted white; +} + +.hide +{ + display:none; +} + +.disabled +{ + color:#999999; +} \ No newline at end of file -- cgit v1.2.3