From 8966fc4903f0eec61816d9b9bdbcac9b7d99c320 Mon Sep 17 00:00:00 2001 From: Armen Kesablyan Date: Mon, 2 Jul 2012 13:19:00 -0700 Subject: Bug: Font Name & Size not updating text tool Signed-off-by: Armen Kesablyan --- .../text-properties.reel/text-properties.css | 4 + .../text-properties.reel/text-properties.html | 120 +++++----- .../text-properties.reel/text-properties.js | 261 +++++---------------- 3 files changed, 112 insertions(+), 273 deletions(-) (limited to 'js/components/tools-properties/text-properties.reel') diff --git a/js/components/tools-properties/text-properties.reel/text-properties.css b/js/components/tools-properties/text-properties.reel/text-properties.css index 586cdcd5..7ab3ae9a 100755 --- a/js/components/tools-properties/text-properties.reel/text-properties.css +++ b/js/components/tools-properties/text-properties.reel/text-properties.css @@ -39,6 +39,10 @@ width: 160px; } +.optionsTextTool .montage-button:hover { + color:#FFF; +} + .fontColorChipContainer { margin-left: 10px !important; margin-right: 0px; diff --git a/js/components/tools-properties/text-properties.reel/text-properties.html b/js/components/tools-properties/text-properties.reel/text-properties.html index 8899ff3c..6a94cf0a 100755 --- a/js/components/tools-properties/text-properties.reel/text-properties.html +++ b/js/components/tools-properties/text-properties.reel/text-properties.html @@ -11,79 +11,87 @@