Sha256: bb24f7d7e4228e2a45bfe5c244e4ade9f01a35f0aeb1cce2aa5a25d9e49dbae4

Contents?: true

Size: 1.21 KB

Versions: 2

Compression:

Stored size: 1.21 KB

Contents

.yui-editor-container A {color: black !important;}
.editor-mask-container.active .editor-mask {
	background-color: black;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=30); /* IE 5.5+*/
	-moz-opacity: 0.3; /* Mozilla 1.6 */
	-webkit-opacity: 0.3; /* Mozilla 1.6 */
	-khtml-opacity: 0.3; /* Konqueror 3.1, Safari 1.1 */
	opacity: 0.3;
	width: 100%;
	height: 100%;
	width: 100%;
	z-index: 100;
	position: fixed;
	top: 0;
	left: 0;
}
.editor-mask-container .editor-mask-label {display: none;}
.editor-mask-container.active .editor-mask-label {
	background-color: black;
	color: white;
	font-weight: bold;
	height: 25px;
	left: 50%;
	margin-left: -130px;
	padding: 30px 50px;
	position: fixed;
	top: 250px;
	width: 200px;
	z-index: 101;
	display: block !important;
}
.yui-toolbar-imageUpload .first-child {
	background: url("/images/upload_image.png") no-repeat scroll 50% 50% transparent !important;
}
.yui-toolbar-fileUpload .first-child {
	background: url("/images/upload_file.png") no-repeat scroll 50% 50% transparent !important;
}

.yui-skin-sam .yui-toolbar-container .yui-toolbar-heading {
    width: 120px;
}

.yui-toolbar-group-undoredo h3, .yui-toolbar-group-insertitem h3, .yui-toolbar-group-indentlist h3 {
    width: auto;
}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
spree_editor-0.50.0 public/stylesheets/editor.css
spree_editor-0.40.0 public/stylesheets/editor.css