mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2026-02-09 09:16:41 +08:00
Updated CSS for selected state of shape tracing tree.
--HG-- branch : dev
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user