cf7-admin-table.css 1.32 KB
/**
 * All of the CSS for your admin-specific functionality should be
 * included in this file.
 */
 .display-none {
    display: none;
}
#wpbody-content .inline-edit-row-page fieldset.hide-element,
#wpbody-content .inline-edit-row-page fieldset.hide-element *{
    height: 0;
    width: 0;
    overflow: hidden;
    margin:0;
}
.cf7-2-post-key-error {
    color: red;
    display: none;
}
.cf7-help-tip{
  position: relative;
}
.cf7-help-tip span {
    display: none;
}
.cf7-help-tip:hover > span {
  display: block;
  position: absolute;
  width: 210px;
  bottom: -18px;
  line-height: 1.2em;
  font-size: 90%;
  left: 90px;
  background: #e7e7e7;
  padding: 5px;
  border: 1px solid grey;
  border-radius: 3px;
}
.cf7-help-tip a {
    font-size: 95%;
    font-style: italic;
}
#shortcode {
    line-height: 1.2em;
}
.display-none{display: none;}
span.cf7sg-popup {
	background: rgba(227, 224, 224, 0.81);
	border-radius: 5px;
	top: -2.2em;
	left: 10px;
	position: absolute;
	transition: 500ms ease;
	padding: .4em;
	white-space: nowrap;
	line-height: normal;
	border: solid 1px;
}
.row-title.cf7-errors:hover+span.cf7sg-popup {display: block;}

.row-title.cf7-errors::after {
	content: '\2731';
	color: #d10000;
	position: absolute;
	top: -5px;
}
fieldset label.c2p-delete-mapping span.title {
	width: 100%;
}
.c2p-delete-warning {
	max-width: 26em;
}