Sha256: d9096aa60a6cba7011d69526688fe94a46816b4bf82637d477e3121f52efec86

Contents?: true

Size: 845 Bytes

Versions: 4

Compression:

Stored size: 845 Bytes

Contents

.mblDomButtonCheckboxOff {
	position: relative;
	width: 30px;
	height: 30px;
	border-width: 1px;
	border-style: outset;
	border-color: #a5a2a5;
	color: white;
	border-radius: 3px;
	background-color: #d6d3d6;
	background: -webkit-gradient(linear, left top, left bottom, from(#eff3ef), to(#bdbebd));
}
.mblDomButtonCheckboxOff > div {
	position: absolute;
	top: 15px;
	left: 3px;
	width: 14px;
	height: 4px;
	margin: 0px;
	font-size: 1px;
	background-color: #bdbabd;
	border-bottom: 1px solid #8c8e8c;
	border-radius: 2px;
	-webkit-transform: rotate(50deg);
}
.mblDomButtonCheckboxOff > div > div {
	position: absolute;
	top: -10px;
	left: 0px;
	width: 20px;
	height: 4px;
	margin: 0px;
	font-size: 1px;
	background-color: #bdbabd;
	border-bottom: none;
	border-top: 1px solid #8c8e8c;
	border-radius: 2px;
	-webkit-transform: rotate(-100deg);
}

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
dojox-rails-0.14.0 vendor/assets/stylesheets/mobile/themes/common/domButtons/DomButtonCheckboxOff.css
dojox-rails-0.13.0 vendor/assets/javascripts/dojox/mobile/themes/common/domButtons/DomButtonCheckboxOff.css
dojox-rails-0.12.0 vendor/assets/javascripts/dojox/mobile/themes/common/domButtons/DomButtonCheckboxOff.css
dojox-rails-0.11.0 vendor/assets/javascripts/mobile/themes/common/domButtons/DomButtonCheckboxOff.css