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 --- .../rect-properties.reel/rect-properties.css | 40 ++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 js/components/tools-properties/rect-properties.reel/rect-properties.css (limited to 'js/components/tools-properties/rect-properties.reel/rect-properties.css') diff --git a/js/components/tools-properties/rect-properties.reel/rect-properties.css b/js/components/tools-properties/rect-properties.reel/rect-properties.css new file mode 100644 index 00000000..f50a9873 --- /dev/null +++ b/js/components/tools-properties/rect-properties.reel/rect-properties.css @@ -0,0 +1,40 @@ +/* + 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. +
*/ + +.button { + border:none; + cursor:default; + text-align:center; + -webkit-user-select:none; + opacity:0.8; + display:table-cell; + vertical-align:middle; + width:100%; + height:100%; + background-color:#333333; + color:white; +} + +.button:hover +{ + opacity:1; +} + +.button:active +{ + outline:solid 1px black; +} + +.button.on +{ + background-color: #333333; +} + +.button.off +{ + background-color: #cccccc; + color:black; +} \ No newline at end of file -- cgit v1.2.3