AlkantarClanX12

Your IP : 3.145.105.149


Current Path : /home/thanudqk/www/wp-content/plugins/tablepress/admin/css/
Upload File :
Current File : /home/thanudqk/www/wp-content/plugins/tablepress/admin/css/_spinner-alert.scss

/**
 * CSS code for the spinner animation and AJAX alert boxes.
 *
 * @package TablePress
 * @subpackage Admin CSS
 * @author Tobias Bäthge
 * @since 2.0.0
 */

/* Hour glass cursor, while waiting for AJAX */
body.wait * {
	cursor: wait !important;
}

/* Spinner/loading animation that is shown during saving/preview preparation */
.spinner.spinner-save-changes,
.spinner.spinner-table-preview {
	float: none;
	margin: 0 0 0 6px;
}

#tablepress-page {
	/* Margins for dynamically created (inline) .notice messages */
	div.ajax-alert {
		transition: opacity 2s 3s;

		&:not(.tablepress-postbox-table .ajax-alert) {
			margin: 0;
		}

		&.notice-error {
			transition-delay: 8s;
		}

		p {
			font-weight: bold;
		}

		pre {
			margin: -6px 0 0.5em 2px;

			+ p {
				display: none;
			}
		}
	}
}