User:Kazrok4545/Gadget-preview.css: Difference between revisions

From Test Wiki
Jump to navigation Jump to search
(checking optimization (script WMF))
 
(No difference)

Latest revision as of 15:29, 7 April 2022

.ajaxPreview-toolbar {
	clear: both;
}

.ajaxPreview-button {
	height: 22px;
}

.ajaxPreview-preview-loading {
	opacity: 0.3;
}

.ajaxPreview-body-loading {
	cursor: wait;
}

.ajaxPreview-outdated {
	opacity: 0.5;
}

.ajaxPreview-shiftTip {
	float: right;
	margin-top: 0.25em;
	border: 1px solid #a2a9b1;
	padding: 1px 4px;
	font-size: 85%;
}

.ajaxPreview-shiftTip::before {
	content: "!";
	margin-right: 5px;
	color: #c00;
	font-weight: bold;
}