mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2026-02-09 09:16:41 +08:00
Fix Chrome CSS bug.
--HG-- branch : dev
This commit is contained in:
@@ -73,7 +73,6 @@
|
||||
width:100%;
|
||||
display:block;
|
||||
height:5px;
|
||||
heitht:20px;
|
||||
background-color:transparent;
|
||||
cursor:n-resize;
|
||||
border:1px solid #ff0000;
|
||||
@@ -116,7 +115,7 @@
|
||||
|
||||
/*----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: -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));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user