Updated CSS for selected state of shape tracing tree.

--HG--
branch : dev
This commit is contained in:
jowall
2011-03-15 12:48:39 -07:00
parent 67988399df
commit 3abe3b2cd7

View File

@@ -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 {