From 3abe3b2cd715dd0ffa677583a3a9cc77eb5e3af3 Mon Sep 17 00:00:00 2001 From: jowall Date: Tue, 15 Mar 2011 12:48:39 -0700 Subject: [PATCH 1/2] Updated CSS for selected state of shape tracing tree. --HG-- branch : dev --- .../Styles/orchard-designertools-shapetracing.css | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/Orchard.Web/Modules/Orchard.DesignerTools/Styles/orchard-designertools-shapetracing.css b/src/Orchard.Web/Modules/Orchard.DesignerTools/Styles/orchard-designertools-shapetracing.css index 39a651c80..e021da753 100644 --- a/src/Orchard.Web/Modules/Orchard.DesignerTools/Styles/orchard-designertools-shapetracing.css +++ b/src/Orchard.Web/Modules/Orchard.DesignerTools/Styles/orchard-designertools-shapetracing.css @@ -101,8 +101,14 @@ } #shape-tracing-window-tree .shape-tracing-selected { - background-color: #4B4FF9; + /*old color background-color: #4B4FF9;*/ + background:#2c66c3; color:#fff; + + /*----In ie the first couplet sets the alpha value so 00=transparent and ff=opaque)----*/ + filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='#ff3875d7', endColorstr='#ff2c66c3'); + background: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(56, 117, 215, 1.0)), rgba((44, 102, 195, 1.0))); + background: -moz-linear-gradient(top, rgba(56, 117, 215, 1.0), rgba(44, 102, 195, 1.0)); } #shape-tracing-window-tree ul { From 1c81f60ac2408fdb59ffb4c41d797ea742b8e6e0 Mon Sep 17 00:00:00 2001 From: jowall Date: Tue, 15 Mar 2011 13:03:50 -0700 Subject: [PATCH 2/2] Some more updates to shape tracing CSS. --HG-- branch : dev --- .../Styles/orchard-designertools-shapetracing.css | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/Orchard.Web/Modules/Orchard.DesignerTools/Styles/orchard-designertools-shapetracing.css b/src/Orchard.Web/Modules/Orchard.DesignerTools/Styles/orchard-designertools-shapetracing.css index e021da753..758169340 100644 --- a/src/Orchard.Web/Modules/Orchard.DesignerTools/Styles/orchard-designertools-shapetracing.css +++ b/src/Orchard.Web/Modules/Orchard.DesignerTools/Styles/orchard-designertools-shapetracing.css @@ -93,7 +93,7 @@ #shape-tracing-window-tree li { clear:both; - line-height:16px; + line-height:20px; } .shape-tracing-selected { @@ -101,7 +101,6 @@ } #shape-tracing-window-tree .shape-tracing-selected { - /*old color background-color: #4B4FF9;*/ background:#2c66c3; color:#fff; @@ -112,8 +111,8 @@ } #shape-tracing-window-tree ul { - margin-left:10px; - padding-left:10px; + margin:0 0 0 18px; + padding:0 0 0 10px; list-style-type:none; }