/** * TinyMCE and QuickTag Modals */ #convertkit-modal-body #convertkit-modal-body-body { /* Scroll inner contents so that modal height doesn't need to exceed screen resolution. */ overflow-y: auto; } #convertkit-modal-body-body .notice-error { background: #f5eeee; border: 1px solid #c3c4c7; border-left-width: 4px; box-shadow: 0 1px 1px rgba(0,0,0,.04); margin: 20px 20px 0 20px; padding: 1px 12px; border-left-color: #d63638; } .convertkit-option { display: grid; grid-template-areas: "left right"; grid-template-columns: 150px 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; }