mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-29 08:34:54 +00:00
Merge "ve.init.mw.ProgressBarWidget: Remove 'filter' property for IE 8 & 9"
This commit is contained in:
commit
28d4815fa8
|
@ -15,7 +15,6 @@
|
|||
.ve-init-mw-progressBarWidget-bar {
|
||||
border-right: 1px solid #ccc;
|
||||
background: #cde7f4;
|
||||
filter: progid:DXImageTransform.Microsoft.gradient( GradientType=0, startColorstr='#eaf4fa', endColorstr='#b0d9ee' );
|
||||
background-image: -webkit-gradient( linear, right top, right bottom, color-stop( 0%, #eaf4fa ), color-stop( 100%, #b0d9ee ) );
|
||||
background-image: -webkit-linear-gradient( top, #eaf4fa 0%, #b0d9ee 100% );
|
||||
background-image: -moz-linear-gradient( top, #eaf4fa 0%, #b0d9ee 100% );
|
||||
|
|
Loading…
Reference in a new issue