summaryrefslogtreecommitdiffstats
path: root/theme-compiler/tests/resources/automatic/scss/microsoft-extensions.scss
blob: e08f3f07a3f8b8217be5f3cc655565e2c009a746 (plain)
1
2
3
4
5
6
7
.v-ie6 .v-shadow-window {
	background: #000000;
	filter: progid:DXImageTransform.Microsoft.Blur(pixelRadius=5 ) alpha(opacity = 20);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	margin-top: 2px;
	margin-left: 2px;
}