# convertkit/2.0.1/resources/backend/css/tinymce.css

Kit (formerly ConvertKit) – Email Newsletter, Email Marketing, Membership, Subscribers and Landing Pages, version 2.0.1. 66 lines.

- Page: https://pluginprobe.com/plugins/convertkit/2.0.1/code/resources/backend/css/tinymce.css
- Raw: https://pluginprobe.com/plugins/convertkit/2.0.1/raw/resources/backend/css/tinymce.css
- Modified: 2022-10-03T14:21:22+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/convertkit/2.0.1/code/resources/backend/css/tinymce.css#L10-L20`.

```css
/**
 * TinyMCE and QuickTag Modals
 */
.convertkit-option {
	display: grid;
	grid-template-areas: "left right";
	grid-template-columns: 120px auto;
	grid-column-gap: 5px;
	grid-row-gap: 5px;
	justify-items: start;
	text-align: left;
	padding: 10px 15px;
	border-width: 1px 0;
	border-style: solid;
	border-top: none;
	border-bottom-color: #dfdfdf;
	background-color: #f5f5f5;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.convertkit-option:nth-child(odd) {
	background-color: #fcfcfc;
}
.convertkit-option div.left {
	width: 100%;
	grid-area: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.convertkit-option div.left *:not(input) {
	line-height: 27px;
}
.convertkit-option div.right {
	width: 100%;
	line-height: 27px;
	grid-area: right;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.convertkit-option input,
.convertkit-option select {
	border: 1px solid #8c8f94;
}
.convertkit-option p {
	white-space: normal;
}

/**
 * Ensures consistent styling applied to 'Select color' button
 * provided by WordPress' color picker across TinyMCE and QuickTag modals
 */
.convertkit-option .wp-color-result-text {
	background: #f6f7f7;
	border-radius: 0 2px 2px 0;
	border-left: 1px solid #c3c4c7;
	color: #50575e;
	display: block;
	line-height: 2.54545455;
	padding: 0 6px;
	font-size: 11px;
	text-align: center;
}

```
