Sha256: 108e0b15c990bd2c189c3332cb62c14187ca6f5b162e27cc7d53ec202913b913

Contents?: true

Size: 905 Bytes

Versions: 8

Compression:

Stored size: 905 Bytes

Contents

// Reset

.@{prefix}-container, .@{prefix}-container *, .@{prefix}-widget, .@{prefix}-widget *, .@{prefix}-reset {
	margin: 0; padding: 0; border: 0; outline: 0;
	vertical-align: top; background: transparent;
	text-decoration: none; color: @text;
	font-family: @font-family;
	font-size: @font-size; text-shadow: none; float: none;
	position: static; width: auto; height: auto;
	white-space: nowrap; cursor: inherit;
	-webkit-tap-highlight-color: transparent;
	line-height: normal; font-weight: normal;
	text-align: left;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	direction: ltr;
	max-width: none;
}

.@{prefix}-widget button {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.@{prefix}-container *[unselectable] {
	-moz-user-select: none;
	-webkit-user-select: none;
	-o-user-select: none;
	user-select: none;
}

Version data entries

8 entries across 5 versions & 2 rubygems

Version Path
tinymce-rails-4.5.1 vendor/assets/javascripts/tinymce/skins/lightgray/Reset.less
tinymce-rails-4.5.0 vendor/assets/javascripts/tinymce/skins/lightgray/Reset.less
spiderfw-1.0.1 apps/core/components/public/css/tinymce/skins/lightgray/Reset.less
spiderfw-1.0.1 apps/core/components/public/js/tinymce/skins/lightgray/Reset.less
spiderfw-1.0.0 apps/core/components/public/css/tinymce/skins/lightgray/Reset.less
spiderfw-1.0.0 apps/core/components/public/js/tinymce/skins/lightgray/Reset.less
spiderfw-0.6.39 apps/core/components/public/css/tinymce/skins/lightgray/Reset.less
spiderfw-0.6.39 apps/core/components/public/js/tinymce/skins/lightgray/Reset.less