Sha256: d200c0061758730875fcb70aab1f6a1c6c193bfe2be6336924b1ced003f4c3c7

Contents?: true

Size: 1.12 KB

Versions: 4

Compression:

Stored size: 1.12 KB

Contents

.mblSpinWheel {
	background-image: url(../common/compat/spinwheel-bg.png);
}
.mblSpinWheelBar {
	background-image: url(../common/compat/spinwheel-bar.png);
}
.mblSpinWheelSlotTouch, .mblSpinWheelSlotPanel {
	left: 0;
}

.dj_gecko {
	.mblSpinWheel {
		background-image: -moz-linear-gradient(top, #313137 0%, #73747d 5%, #92939b 7%, #ababb5 9%, #c5c6ce 12%, #dfe0e4 16%, #f4f5f6 22%, #fbfcfc 35%, #fbfcfc 50%, #fbfcfc 61%, #b4c1c7 61%, #fbfcfc 65%, #f4f5f6 78%, #dfe0e4 84%, #c5c6ce 88%, #ababb5 91%, #92939b 93%, #73747d 95%, #313137 100%);
	}
	.mblSpinWheelBar {
		background-image: -moz-linear-gradient(top, #edeef2 0%, #c8cadd 25%, #bbbfd4 49%, #9fa8c6 51%, #a2a9c7 81%, #a6abc9 82%, #a7adca 1%);
	}
}
.dj_ff3 {
	.mblSpinWheel {
		-moz-border-radius: 3px;
	}
}

.dj_ie {
	.mblSpinWheelBar {
		filter: ~"progid:DXImageTransform.Microsoft.alpha(opacity=60)";
	}
}
.dj_ie6, .dj_ie7 {
	.mblSpinWheelBar {
		z-index: -1;
	}
}
.dj_ie7 {
	.mblSpinWheelSlotTouch {
		background: white;
		filter: ~"alpha(opacity=0)";
		height: 200px;
	}
}
.dj_ie6 {
	.mblSpinWheelSlotTouch {
		background: white;
		filter: ~"alpha(opacity=0)";
		height: 200px;
	}
}

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
dojox-rails-0.14.0 vendor/assets/stylesheets/mobile/themes/common/SpinWheel-compat.less
dojox-rails-0.13.0 vendor/assets/javascripts/dojox/mobile/themes/common/SpinWheel-compat.less
dojox-rails-0.12.0 vendor/assets/javascripts/dojox/mobile/themes/common/SpinWheel-compat.less
dojox-rails-0.11.0 vendor/assets/javascripts/mobile/themes/common/SpinWheel-compat.less