mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-11-28 17:32:44 +08:00
A few more CSS tweaks for shape tracing.
--HG-- branch : dev
This commit is contained in:
@@ -49,7 +49,7 @@
|
||||
overflow:auto;
|
||||
}
|
||||
#shape-tracing-toolbar {
|
||||
color:black;
|
||||
color:#000;
|
||||
background:rgba(236, 241, 242, 1.0);
|
||||
border:1px solid rgba(182, 188, 189, 1.0);
|
||||
height:21px;
|
||||
@@ -60,8 +60,7 @@
|
||||
|
||||
/*CSS3 properties*/
|
||||
/*----In ie the first couplet sets the alpha value so 00=transparent and ff=opaque)----*/
|
||||
filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='#fffcf1f2', endColorstr='#ffeffcfc');
|
||||
|
||||
filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='#fffcf1f2', endColorstr='#ffeffcfc');
|
||||
background: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(251, 252, 252, 1.0)), to(rgba(236, 241, 242, 1.0)));
|
||||
background: -moz-linear-gradient(top, rgba(251, 252, 252, 1.0), rgba(236, 241, 242, 1.0));
|
||||
}
|
||||
@@ -115,7 +114,7 @@
|
||||
float:left;
|
||||
overflow:auto;
|
||||
width:33%;
|
||||
border-right:2px solid #dfdfdf;
|
||||
border-right:2px solid rgba(182, 188, 189, 0.8);
|
||||
background:#fff;
|
||||
}
|
||||
|
||||
@@ -133,7 +132,7 @@
|
||||
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');
|
||||
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)), to(rgba(44, 102, 195, 1.0)));
|
||||
background: -moz-linear-gradient(top, rgba(56, 117, 215, 1.0), rgba(44, 102, 195, 1.0));
|
||||
}
|
||||
@@ -220,13 +219,16 @@
|
||||
display: inline;
|
||||
font-size:14px;
|
||||
padding: 4px 18px;
|
||||
/*line-height:32px;*/
|
||||
}
|
||||
|
||||
#shape-tracing-window-content ul.shape-tracing-tabs {
|
||||
/*background:#dfdfdf;
|
||||
border:1px solid #ff0000;*/
|
||||
padding:8px 0;
|
||||
background:rgba(236, 241, 242, 1.0);
|
||||
|
||||
/*CSS3 properties*/
|
||||
filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='#fffcf1f2', endColorstr='#ffeffcfc');
|
||||
background: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(251, 252, 252, 1.0)), to(rgba(236, 241, 242, 1.0)));
|
||||
background: -moz-linear-gradient(top, rgba(251, 252, 252, 1.0), rgba(236, 241, 242, 1.0));
|
||||
}
|
||||
|
||||
/*#shape-tracing-window-content .shape-tracing-tabs li {
|
||||
|
||||
Reference in New Issue
Block a user