You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
605 lines
58 KiB
CSS
605 lines
58 KiB
CSS
7 months ago
|
#wpforms_reports_widget_lite .inside,
|
||
|
#wpforms_reports_widget_pro .inside {
|
||
|
margin: 0;
|
||
|
padding: 0;
|
||
|
}
|
||
|
|
||
|
#wpforms_reports_widget_lite .wpforms-dash-widget-block h3,
|
||
|
#wpforms_reports_widget_pro .wpforms-dash-widget-block h3 {
|
||
|
margin-bottom: 0;
|
||
|
font-weight: 600;
|
||
|
padding-top: 1px;
|
||
|
}
|
||
|
|
||
|
.wpforms-dash-widget button:focus {
|
||
|
outline: none;
|
||
|
}
|
||
|
|
||
|
.wpforms-dash-widget .wpforms-dash-widget-block {
|
||
|
position: relative;
|
||
|
padding: 0 12px;
|
||
|
margin-top: 12px;
|
||
|
}
|
||
|
|
||
|
#wpforms-entries-list .wpforms-dash-widget .wpforms-dash-widget-block:first-child {
|
||
|
padding: 0;
|
||
|
}
|
||
|
|
||
|
#wpforms-entries-list .wpforms-dash-widget .wpforms-dash-widget-block:first-child h3 {
|
||
|
margin-top: 0;
|
||
|
}
|
||
|
|
||
|
#wpforms-entries-list .wpforms-dash-widget .wpforms-dash-widget-block:first-child .wpforms-dash-widget-settings {
|
||
|
display: inline-block;
|
||
|
float: right;
|
||
|
}
|
||
|
|
||
|
.wpforms-dash-widget .wpforms-dash-widget-block.wpforms-dash-widget-block-title {
|
||
|
background-color: #fafafa;
|
||
|
margin-top: 0;
|
||
|
margin-bottom: -13px;
|
||
|
padding-top: 13px;
|
||
|
padding-bottom: 14px;
|
||
|
display: flex;
|
||
|
align-items: center;
|
||
|
justify-content: space-between;
|
||
|
}
|
||
|
|
||
|
.wpforms-dash-widget .wpforms-dash-widget-block h3 {
|
||
|
display: inline-block;
|
||
|
line-height: 2;
|
||
|
}
|
||
|
|
||
|
.wpforms-dash-widget .wpforms-dash-widget-block p {
|
||
|
margin-top: 0;
|
||
|
margin-bottom: 0;
|
||
|
}
|
||
|
|
||
|
.wpforms-dash-widget .wpforms-dash-widget-chart-block-container {
|
||
|
position: relative;
|
||
|
}
|
||
|
|
||
|
.wpforms-dash-widget #wpforms-dash-widget-chart-title {
|
||
|
display: inline;
|
||
|
}
|
||
|
|
||
|
#dashboard-widgets-wrap .wpforms-dash-widget #wpforms-dash-widget-chart-title {
|
||
|
display: none;
|
||
|
}
|
||
|
|
||
|
.wpforms-dash-widget .wpforms-dash-widget-settings #wpforms-dash-widget-timespan {
|
||
|
color: #3c434a;
|
||
|
}
|
||
|
|
||
|
.wpforms-dash-widget .wpforms-dash-widget-settings #wpforms-dash-widget-timespan:hover {
|
||
|
color: #2271b1;
|
||
|
}
|
||
|
|
||
|
.wpforms-dash-widget .wpforms-dash-widget-settings .wpforms-dash-widget-settings-container {
|
||
|
display: inline-block;
|
||
|
position: relative;
|
||
|
vertical-align: top;
|
||
|
margin-left: 7px;
|
||
|
}
|
||
|
|
||
|
#wpforms-entries-list .wpforms-dash-widget .wpforms-dash-widget-settings .wpforms-dash-widget-settings-container {
|
||
|
margin-left: 20px;
|
||
|
margin-top: 5px;
|
||
|
}
|
||
|
|
||
|
.wpforms-dash-widget .wpforms-dash-widget-settings .wpforms-dash-widget-settings-container .wpforms-dash-widget-settings-button {
|
||
|
background: #fafafa;
|
||
|
color: #787c82;
|
||
|
border-color: currentColor;
|
||
|
padding: 0 5px 0 6px;
|
||
|
}
|
||
|
|
||
|
#wpforms-entries-list .wpforms-dash-widget .wpforms-dash-widget-settings .wpforms-dash-widget-settings-container .wpforms-dash-widget-settings-button {
|
||
|
background-color: #fff;
|
||
|
}
|
||
|
|
||
|
.wpforms-dash-widget .wpforms-dash-widget-settings .wpforms-dash-widget-settings-container .wpforms-dash-widget-settings-button:hover, .wpforms-dash-widget .wpforms-dash-widget-settings .wpforms-dash-widget-settings-container .wpforms-dash-widget-settings-button:focus {
|
||
|
color: #2271b1;
|
||
|
}
|
||
|
|
||
|
.wpforms-dash-widget .wpforms-dash-widget-settings .wpforms-dash-widget-settings-container .wpforms-dash-widget-settings-button .dashicons {
|
||
|
margin-top: 4px;
|
||
|
}
|
||
|
|
||
|
@media (max-width: 782px) {
|
||
|
.wpforms-dash-widget .wpforms-dash-widget-settings .wpforms-dash-widget-settings-container .wpforms-dash-widget-settings-button .dashicons {
|
||
|
margin-top: 9px;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
.wpforms-dash-widget .wpforms-dash-widget-settings .wpforms-dash-widget-settings-container .wpforms-dash-widget-settings-menu {
|
||
|
top: auto;
|
||
|
bottom: 40px;
|
||
|
display: none;
|
||
|
position: absolute;
|
||
|
background-color: #fff;
|
||
|
width: 160px;
|
||
|
border-radius: 3px;
|
||
|
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15) !important;
|
||
|
padding: 10px;
|
||
|
z-index: 9999;
|
||
|
right: 0;
|
||
|
}
|
||
|
|
||
|
.wpforms-dash-widget .wpforms-dash-widget-settings .wpforms-dash-widget-settings-container .wpforms-dash-widget-settings-menu.disabled * {
|
||
|
cursor: not-allowed;
|
||
|
}
|
||
|
|
||
|
#wpforms-entries-list .wpforms-dash-widget .wpforms-dash-widget-settings .wpforms-dash-widget-settings-container .wpforms-dash-widget-settings-menu, .postbox:first-child .wpforms-dash-widget .wpforms-dash-widget-settings .wpforms-dash-widget-settings-container .wpforms-dash-widget-settings-menu {
|
||
|
top: 40px;
|
||
|
bottom: auto;
|
||
|
}
|
||
|
|
||
|
.wpforms-dash-widget .wpforms-dash-widget-settings .wpforms-dash-widget-settings-container .wpforms-dash-widget-settings-menu .wpforms-dash-widget-settings-menu-wrap {
|
||
|
border-bottom: 1px solid #eee;
|
||
|
line-height: 2.4;
|
||
|
font-size: 13px;
|
||
|
padding-bottom: 5px;
|
||
|
}
|
||
|
|
||
|
.wpforms-dash-widget .wpforms-dash-widget-settings .wpforms-dash-widget-settings-container .wpforms-dash-widget-settings-menu .wpforms-dash-widget-settings-menu-wrap h4 {
|
||
|
text-transform: uppercase !important;
|
||
|
color: #3c434a !important;
|
||
|
font-size: 11px !important;
|
||
|
font-weight: 600 !important;
|
||
|
line-height: 13px !important;
|
||
|
margin: 0;
|
||
|
}
|
||
|
|
||
|
.wpforms-dash-widget .wpforms-dash-widget-settings .wpforms-dash-widget-settings-container .wpforms-dash-widget-settings-menu .wpforms-dash-widget-settings-menu-wrap.color-scheme h4 {
|
||
|
margin-top: 10px !important;
|
||
|
margin-bottom: 5px !important;
|
||
|
}
|
||
|
|
||
|
.wpforms-dash-widget .wpforms-dash-widget-settings .wpforms-dash-widget-settings-container .wpforms-dash-widget-settings-menu .wpforms-dash-widget-settings-menu-wrap div {
|
||
|
line-height: 1.9;
|
||
|
}
|
||
|
|
||
|
.wpforms-dash-widget .wpforms-dash-widget-settings .wpforms-dash-widget-settings-container .wpforms-dash-widget-settings-menu button {
|
||
|
margin-top: 10px;
|
||
|
}
|
||
|
|
||
|
.wpforms-dash-widget .wpforms-dash-widget-chart-block {
|
||
|
border-bottom: 1px solid #eee;
|
||
|
height: 291px;
|
||
|
padding-bottom: 12px;
|
||
|
}
|
||
|
|
||
|
.wpforms-dash-widget .wpforms-dash-widget-forms-list-block table {
|
||
|
width: calc(100% + 24px);
|
||
|
margin: 0 -12px;
|
||
|
}
|
||
|
|
||
|
.wpforms-dash-widget .wpforms-dash-widget-forms-list-block table tr.wpforms-dash-widget-form-active td .wpforms-dash-widget-single-chart-btn {
|
||
|
display: none;
|
||
|
}
|
||
|
|
||
|
.wpforms-dash-widget .wpforms-dash-widget-forms-list-block table tr.wpforms-dash-widget-form-active td #wpforms-dash-widget-reset-chart {
|
||
|
display: block;
|
||
|
}
|
||
|
|
||
|
.wpforms-dash-widget .wpforms-dash-widget-forms-list-block table tr.wpforms-dash-widget-form-active td:nth-child(1) {
|
||
|
border-left: 3px solid #2271b1;
|
||
|
font-weight: 600;
|
||
|
padding-left: 9px;
|
||
|
}
|
||
|
|
||
|
.wpforms-dash-widget .wpforms-dash-widget-forms-list-block table td {
|
||
|
padding: 10px 12px;
|
||
|
background-color: #fff;
|
||
|
border-top: 1px solid #eee;
|
||
|
font-size: 14px;
|
||
|
}
|
||
|
|
||
|
.wpforms-dash-widget .wpforms-dash-widget-forms-list-block table td:not(:first-child) {
|
||
|
text-align: right;
|
||
|
}
|
||
|
|
||
|
.wpforms-dash-widget .wpforms-dash-widget-forms-list-block table td a.entry-list-link {
|
||
|
text-decoration: none;
|
||
|
}
|
||
|
|
||
|
.wpforms-dash-widget .wpforms-dash-widget-forms-list-block table td a.entry-list-link:hover {
|
||
|
color: #003d7e;
|
||
|
}
|
||
|
|
||
|
.wpforms-dash-widget .wpforms-dash-widget-forms-list-block .wpforms-dash-widget-forms-list-hidden-el {
|
||
|
display: none;
|
||
|
}
|
||
|
|
||
|
.wpforms-dash-widget .wpforms-dash-widget-forms-list-block .wpforms-dash-widget-forms-more {
|
||
|
background: #fff;
|
||
|
display: block;
|
||
|
margin: 0 -12px;
|
||
|
padding: 9px 10px;
|
||
|
line-height: 1.6;
|
||
|
border: none;
|
||
|
border-top: 1px solid #eee;
|
||
|
width: calc(100% + 24px);
|
||
|
cursor: pointer;
|
||
|
text-align: left;
|
||
|
color: #23282c;
|
||
|
font-weight: 600;
|
||
|
}
|
||
|
|
||
|
.wpforms-dash-widget .wpforms-dash-widget-forms-list-block .wpforms-dash-widget-forms-more:hover {
|
||
|
color: #0073aa;
|
||
|
}
|
||
|
|
||
|
.wpforms-dash-widget .wpforms-dash-widget-forms-list-block .wpforms-dash-widget-forms-more:hover .dashicons {
|
||
|
color: #0073aa;
|
||
|
}
|
||
|
|
||
|
.wpforms-dash-widget .wpforms-dash-widget-forms-list-block .wpforms-dash-widget-forms-more .dashicons {
|
||
|
float: right;
|
||
|
color: #72777c;
|
||
|
}
|
||
|
|
||
|
.wpforms-dash-widget .wpforms-dash-widget-recommended-plugin-block {
|
||
|
display: flex;
|
||
|
justify-content: space-between;
|
||
|
align-items: center;
|
||
|
padding: 12px;
|
||
|
border-top: 1px solid #f3f3f3;
|
||
|
color: #787c82;
|
||
|
}
|
||
|
|
||
|
.wpforms-dash-widget .wpforms-dash-widget-recommended-plugin-block strong {
|
||
|
color: #3c434a;
|
||
|
}
|
||
|
|
||
|
.wpforms-dash-widget .wpforms-dash-widget-recommended-plugin-block .sep {
|
||
|
display: inline-block;
|
||
|
margin: 0 3px;
|
||
|
}
|
||
|
|
||
|
.wpforms-dash-widget .wpforms-dash-widget-recommended-plugin-block .sep-vertical {
|
||
|
color: #dddde0;
|
||
|
}
|
||
|
|
||
|
.wpforms-dash-widget .wpforms-dash-widget-recommended-plugin-block p {
|
||
|
margin: 0;
|
||
|
}
|
||
|
|
||
|
.wpforms-dash-widget .wpforms-dash-widget-recommended-plugin-block .action-links {
|
||
|
display: inline-block;
|
||
|
}
|
||
|
|
||
|
.wpforms-dash-widget .wpforms-dash-widget-recommended-plugin-block .wpforms-dash-widget-dismiss-recommended-plugin-block {
|
||
|
border: 0;
|
||
|
color: #8c8f94;
|
||
|
opacity: 0.3;
|
||
|
cursor: pointer;
|
||
|
background: none;
|
||
|
padding: 0;
|
||
|
margin: 0;
|
||
|
}
|
||
|
|
||
|
.wpforms-dash-widget .wpforms-dash-widget-recommended-plugin-block .wpforms-dash-widget-dismiss-recommended-plugin-block:hover {
|
||
|
opacity: 1;
|
||
|
}
|
||
|
|
||
|
.wpforms-dash-widget .wpforms-dash-widget-recommended-plugin-block .wpforms-dash-widget-dismiss-recommended-plugin-block .dashicons {
|
||
|
font-size: 16px;
|
||
|
height: 1em;
|
||
|
width: 1em;
|
||
|
}
|
||
|
|
||
|
.wpforms-dash-widget .wpforms-error {
|
||
|
text-align: center;
|
||
|
}
|
||
|
|
||
|
.wpforms-dash-widget .wpforms-error-no-data-chart {
|
||
|
position: absolute;
|
||
|
left: 0;
|
||
|
top: 0;
|
||
|
height: 100%;
|
||
|
width: 100%;
|
||
|
overflow: hidden;
|
||
|
border-bottom: 1px solid #f3f3f3;
|
||
|
box-sizing: border-box;
|
||
|
background: rgba(255, 255, 255, 0);
|
||
|
background: -moz-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 0) 0%, white 100%);
|
||
|
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, white));
|
||
|
background: -webkit-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 0) 0%, white 100%);
|
||
|
background: -o-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 0) 0%, white 100%);
|
||
|
background: -ms-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 0) 0%, white 100%);
|
||
|
background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0) 0%, white 100%);
|
||
|
}
|
||
|
|
||
|
.wpforms-dash-widget .wpforms-error-no-data-chart .wpforms-dash-widget-modal {
|
||
|
position: absolute;
|
||
|
top: calc(50% - 2em);
|
||
|
left: 50%;
|
||
|
transform: translate(-50%, -50%);
|
||
|
padding: 1.5em 2em 2em 2em;
|
||
|
box-shadow: 0 0 25px 10px rgba(0, 0, 0, 0.08);
|
||
|
border-radius: 3px;
|
||
|
background-color: #fff;
|
||
|
text-align: center;
|
||
|
width: 20em;
|
||
|
}
|
||
|
|
||
|
.wpforms-dash-widget .wpforms-error-no-data-chart .wpforms-dash-widget-modal h2 {
|
||
|
padding: 0;
|
||
|
margin-bottom: 5px;
|
||
|
font-size: 18px;
|
||
|
}
|
||
|
|
||
|
.wpforms-dash-widget .wpforms-error-no-data-chart .wpforms-dash-widget-modal p {
|
||
|
line-height: 1.3;
|
||
|
}
|
||
|
|
||
|
.wpforms-dash-widget .wpforms-error-no-data-forms-list {
|
||
|
padding-top: 12px;
|
||
|
padding-bottom: 24px;
|
||
|
}
|
||
|
|
||
|
.wpforms-dash-widget .wpforms-dash-widget-block-no-forms {
|
||
|
padding: 20px 30px 30px;
|
||
|
text-align: center;
|
||
|
}
|
||
|
|
||
|
.wpforms-dash-widget .wpforms-dash-widget-block-no-forms .wpforms-dash-widget-block-sullie-logo {
|
||
|
width: 85px;
|
||
|
}
|
||
|
|
||
|
.wpforms-dash-widget .wpforms-dash-widget-block-no-forms h2 {
|
||
|
font-size: 16px;
|
||
|
font-weight: 600;
|
||
|
padding: 10px 0 0;
|
||
|
line-height: 1.3;
|
||
|
}
|
||
|
|
||
|
.wpforms-dash-widget .wpforms-dash-widget-block-no-forms p {
|
||
|
margin-top: 8px;
|
||
|
margin-bottom: 20px;
|
||
|
}
|
||
|
|
||
|
.wpforms-dash-widget .wpforms-dash-widget-block-no-forms a.button:first-of-type:not(:only-of-type) {
|
||
|
margin-right: 9px;
|
||
|
}
|
||
|
|
||
|
.wpforms-dash-widget .wpforms-dash-widget-modal {
|
||
|
position: absolute;
|
||
|
top: calc(50% - 2em);
|
||
|
left: 50%;
|
||
|
transform: translate(-50%, -50%);
|
||
|
padding: 1.5em 2em 2em 2em;
|
||
|
box-shadow: 0 0 25px 10px rgba(0, 0, 0, 0.08);
|
||
|
border-radius: 3px;
|
||
|
background-color: #fff;
|
||
|
text-align: center;
|
||
|
width: 20em;
|
||
|
}
|
||
|
|
||
|
.wpforms-dash-widget.wpforms-lite .wpforms-dash-widget-block-upgrade {
|
||
|
position: absolute;
|
||
|
left: 0;
|
||
|
top: 0;
|
||
|
height: 100%;
|
||
|
width: 100%;
|
||
|
overflow: hidden;
|
||
|
border-bottom: 1px solid #f3f3f3;
|
||
|
box-sizing: border-box;
|
||
|
background: rgba(255, 255, 255, 0);
|
||
|
background: -moz-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 0) 0%, white 100%);
|
||
|
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, white));
|
||
|
background: -webkit-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 0) 0%, white 100%);
|
||
|
background: -o-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 0) 0%, white 100%);
|
||
|
background: -ms-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 0) 0%, white 100%);
|
||
|
background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0) 0%, white 100%);
|
||
|
}
|
||
|
|
||
|
.wpforms-dash-widget.wpforms-lite .wpforms-dash-widget-block-upgrade .wpforms-dash-widget-modal .wpforms-dash-widget-dismiss-chart-upgrade {
|
||
|
position: absolute;
|
||
|
width: 16px;
|
||
|
height: 17px;
|
||
|
right: 5px;
|
||
|
top: 5px;
|
||
|
color: #a0a5aa;
|
||
|
text-decoration: none;
|
||
|
}
|
||
|
|
||
|
.wpforms-dash-widget.wpforms-lite .wpforms-dash-widget-block-upgrade .wpforms-dash-widget-modal .wpforms-dash-widget-dismiss-chart-upgrade .dashicons {
|
||
|
width: 16px;
|
||
|
height: 17px;
|
||
|
font-style: normal;
|
||
|
font-weight: normal;
|
||
|
font-size: 16px;
|
||
|
line-height: 17px;
|
||
|
}
|
||
|
|
||
|
.wpforms-dash-widget.wpforms-lite .wpforms-dash-widget-block-upgrade .wpforms-dash-widget-modal h2 {
|
||
|
margin-bottom: 10px;
|
||
|
font-size: 20px;
|
||
|
font-weight: 600;
|
||
|
color: #3c434a;
|
||
|
}
|
||
|
|
||
|
.wpforms-dash-widget.wpforms-lite .wpforms-dash-widget-block-upgrade .wpforms-dash-widget-modal p {
|
||
|
margin: 0 0 15px 0;
|
||
|
color: #787c82;
|
||
|
font-size: 14px;
|
||
|
line-height: 18px;
|
||
|
}
|
||
|
|
||
|
.wpforms-dash-widget.wpforms-lite .wpforms-dash-widget-block-upgrade .wpforms-dash-widget-modal p:last-child {
|
||
|
margin-bottom: 0;
|
||
|
}
|
||
|
|
||
|
.wpforms-dash-widget.wpforms-lite .wpforms-dash-widget-block-upgrade .wpforms-dash-widget-upgrade-btn {
|
||
|
background: #e27730;
|
||
|
border-radius: 3px;
|
||
|
color: #fff;
|
||
|
display: inline-block;
|
||
|
padding: 11px 15px;
|
||
|
text-decoration: none;
|
||
|
font-weight: 600;
|
||
|
}
|
||
|
|
||
|
.wpforms-dash-widget.wpforms-lite .wpforms-dash-widget-block-upgrade .wpforms-dash-widget-upgrade-btn:hover, .wpforms-dash-widget.wpforms-lite .wpforms-dash-widget-block-upgrade .wpforms-dash-widget-upgrade-btn:focus {
|
||
|
background-color: #b85a1b;
|
||
|
color: #fff;
|
||
|
}
|
||
|
|
||
|
.wpforms-dash-widget.wpforms-lite .wpforms-dash-widget-block-upgrade .wpforms-dash-widget-upgrade-btn:focus {
|
||
|
box-shadow: 0 0 0 1px #fff, 0 0 0 3px #b85a1b;
|
||
|
outline: 0;
|
||
|
}
|
||
|
|
||
|
.wpforms-dash-widget.wpforms-lite .wpforms-dash-widget-block-upgrade .wpforms-dash-widget-site-link {
|
||
|
color: #e27730;
|
||
|
display: inline-block;
|
||
|
margin-bottom: 10px;
|
||
|
}
|
||
|
|
||
|
.wpforms-dash-widget.wpforms-lite .wpforms-dash-widget-block-upgrade .wpforms-dash-widget-site-link:hover {
|
||
|
color: #b85a1b;
|
||
|
}
|
||
|
|
||
|
.wpforms-dash-widget.wpforms-lite .wpforms-dash-widget-forms-list-block table td {
|
||
|
padding-top: 10px;
|
||
|
padding-bottom: 10px;
|
||
|
}
|
||
|
|
||
|
.wpforms-dash-widget.wpforms-pro .wpforms-dash-widget-reset-chart {
|
||
|
border: 0;
|
||
|
color: #a0a5aa;
|
||
|
vertical-align: baseline;
|
||
|
cursor: pointer;
|
||
|
background: none;
|
||
|
padding: 0 2px;
|
||
|
}
|
||
|
|
||
|
.wpforms-dash-widget.wpforms-pro .wpforms-dash-widget-reset-chart:hover {
|
||
|
color: #d63638;
|
||
|
}
|
||
|
|
||
|
.wpforms-dash-widget.wpforms-pro .wpforms-dash-widget-reset-chart .dashicons {
|
||
|
font-size: 16px;
|
||
|
height: 1em;
|
||
|
width: 1em;
|
||
|
margin-top: 1px;
|
||
|
}
|
||
|
|
||
|
.wpforms-dash-widget.wpforms-pro .wpforms-dash-widget-forms-list-block table td.graph {
|
||
|
padding: 10px 0;
|
||
|
width: 40px;
|
||
|
}
|
||
|
|
||
|
.wpforms-dash-widget.wpforms-pro .wpforms-dash-widget-forms-list-block table button {
|
||
|
cursor: pointer;
|
||
|
height: 24px;
|
||
|
width: 33px;
|
||
|
padding: 0;
|
||
|
vertical-align: middle;
|
||
|
margin: 0 12px;
|
||
|
}
|
||
|
|
||
|
.wpforms-dash-widget.wpforms-pro .wpforms-dash-widget-forms-list-block table button.chart {
|
||
|
background-color: white;
|
||
|
color: #a7acb1;
|
||
|
border: 1px solid #a0a5aa;
|
||
|
border-radius: 3px;
|
||
|
transition: border .1s ease-in;
|
||
|
}
|
||
|
|
||
|
.wpforms-dash-widget.wpforms-pro .wpforms-dash-widget-forms-list-block table button.chart:hover {
|
||
|
border: 1px solid currentColor;
|
||
|
color: #2271b1;
|
||
|
}
|
||
|
|
||
|
.wpforms-dash-widget.wpforms-pro .wpforms-dash-widget-forms-list-block table button:hover {
|
||
|
border-color: #666;
|
||
|
}
|
||
|
|
||
|
.wpforms-dash-widget.wpforms-pro .wpforms-dash-widget-overlay {
|
||
|
width: 100%;
|
||
|
position: absolute;
|
||
|
top: 0;
|
||
|
right: 0;
|
||
|
bottom: 0;
|
||
|
left: 0;
|
||
|
background: #fff url(/wp-includes/images/spinner.gif) no-repeat center calc(50% - 12px);
|
||
|
z-index: 10;
|
||
|
}
|
||
|
|
||
|
.wpforms-dash-widget.wpforms-pro #wpforms-dash-widget-lite-connect {
|
||
|
width: 100%;
|
||
|
position: absolute;
|
||
|
top: 0;
|
||
|
right: 0;
|
||
|
left: 0;
|
||
|
z-index: 10;
|
||
|
height: 300px;
|
||
|
background: rgba(255, 255, 255, 0);
|
||
|
background: -moz-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 0) 0%, white 100%);
|
||
|
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, white));
|
||
|
background: -webkit-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 0) 0%, white 100%);
|
||
|
background: -o-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 0) 0%, white 100%);
|
||
|
background: -ms-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 0) 0%, white 100%);
|
||
|
background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0) 0%, white 100%);
|
||
|
}
|
||
|
|
||
|
.wpforms-dash-widget.wpforms-pro #wpforms-dash-widget-lite-connect .wpforms-dash-widget-modal {
|
||
|
border-radius: 6px;
|
||
|
padding: 30px;
|
||
|
min-width: calc( 100% - 200px);
|
||
|
top: 50%;
|
||
|
}
|
||
|
|
||
|
.wpforms-dash-widget.wpforms-pro #wpforms-dash-widget-lite-connect img {
|
||
|
width: 40px;
|
||
|
height: 40px;
|
||
|
margin: 0 0 15px 0;
|
||
|
}
|
||
|
|
||
|
.wpforms-dash-widget.wpforms-pro #wpforms-dash-widget-lite-connect h4 {
|
||
|
font-weight: 600;
|
||
|
font-size: 20px;
|
||
|
line-height: 26px;
|
||
|
margin-bottom: 15px;
|
||
|
}
|
||
|
|
||
|
.wpforms-dash-widget.wpforms-pro #wpforms-dash-widget-lite-connect p {
|
||
|
font-weight: 400;
|
||
|
font-size: 14px;
|
||
|
line-height: 18px;
|
||
|
color: #787c82;
|
||
|
margin: 0;
|
||
|
}
|
||
|
|
||
|
.wpforms-dash-widget.wpforms-pro #wpforms-dash-widget-lite-connect .wpforms-btn {
|
||
|
background: #e27730;
|
||
|
border-radius: 3px;
|
||
|
color: #ffffff;
|
||
|
display: inline-block;
|
||
|
font-weight: 600;
|
||
|
font-size: 14px;
|
||
|
line-height: 20px;
|
||
|
text-decoration: none;
|
||
|
padding: 10px 15px;
|
||
|
margin-top: 15px;
|
||
|
}
|
||
|
|
||
|
.wpforms-dash-widget.wpforms-pro #wpforms-dash-widget-lite-connect .wpforms-btn:hover {
|
||
|
background: #cd6622;
|
||
|
}
|
||
|
|
||
|
.wpforms-hidden {
|
||
|
display: none !important;
|
||
|
}
|
||
|
|
||
|
.wpforms-dash-widget-no-graph.wpforms-dash-widget .wpforms-dash-widget-settings .wpforms-dash-widget-settings-container .wpforms-dash-widget-settings-menu {
|
||
|
top: 40px;
|
||
|
bottom: auto;
|
||
|
}
|
||
|
|
||
|
/*# sourceMappingURL=data:application/json;charset=utf8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYXNzZXRzL2Nzcy9kYXNoYm9hcmQtd2lkZ2V0LmNzcyIsInNvdXJjZXMiOlsiYXNzZXRzL3Njc3MvZGFzaGJvYXJkLXdpZGdldC5zY3NzIiwiYXNzZXRzL3Njc3MvX3ZhcmlhYmxlcy5zY3NzIl0sInNvdXJjZXNDb250ZW50IjpbIkBpbXBvcnQgJ3ZhcmlhYmxlcyc7XG5cbiN3cGZvcm1zX3JlcG9ydHNfd2lkZ2V0X2xpdGUsXG4jd3Bmb3Jtc19yZXBvcnRzX3dpZGdldF9wcm8ge1xuXG5cdC5pbnNpZGUge1xuXHRcdG1hcmdpbjogMDtcblx0XHRwYWRkaW5nOiAwO1xuXHR9XG5cblx0LndwZm9ybXMtZGFzaC13aWRnZXQtYmxvY2sge1xuXG5cdFx0aDMge1xuXHRcdFx0bWFyZ2luLWJvdHRvbTogMDtcblx0XHRcdGZvbnQtd2VpZ2h0OiA2MDA7XG5cdFx0XHRwYWRkaW5nLXRvcDogMXB4O1xuXHRcdH1cblx0fVxufVxuXG4ud3Bmb3Jtcy1kYXNoLXdpZGdldCB7XG5cblx0YnV0dG9uOmZvY3VzIHtcblx0XHRvdXRsaW5lOiBub25lO1xuXHR9XG5cblx0LndwZm9ybXMtZGFzaC13aWRnZXQtYmxvY2sge1xuXHRcdHBvc2l0aW9uOiByZWxhdGl2ZTtcblx0XHRwYWRkaW5nOiAwIDEycHg7XG5cdFx0bWFyZ2luLXRvcDogMTJweDtcblxuXHRcdCN3cGZvcm1zLWVudHJpZXMtbGlzdCAmOmZpcnN0LWNoaWxkIHtcblx0XHRcdHBhZGRpbmc6IDA7XG5cblxuXHRcdFx0aDMge1xuXHRcdFx0XHRtYXJnaW4tdG9wOiAwO1xuXHRcdFx0fVxuXG5cdFx0XHQud3Bmb3Jtcy1kYXNoLXdpZGdldC1zZXR0aW5ncyB7XG5cdFx0XHRcdGRpc3BsYXk6IGlubGluZS1ibG9jaztcblx0XHRcdFx0ZmxvYXQ6IHJpZ2h0O1xuXHRcdFx0fVxuXHRcdH1cblxuXHRcdCYud3Bmb3Jtcy1kYXNoLXdpZGdldC1ibG9jay10aXRsZSB7XG5cdFx0XHRiYWNrZ3JvdW5kLWNvbG9yOiAjZmFmYWZhO1xuXHRcdFx0bWFyZ2luLXRvcDogMDtcblx0XHRcdG1hcmdpbi1ib3R0b206IC0xM3B4O1xuXHRcdFx0cGFkZGluZy10b3A6IDEzcHg7XG5cdFx0XHRwYWRkaW5nLWJvdHRvbTogMTRweDtcblx0XHRcdGRpc3BsYXk6IGZsZXg7XG5cdFx0XHRhbGlnbi1pdGVtczogY2VudGVyO1xuXHRcdFx0anVzdGlmeS1jb250ZW50OiBzcGFjZS1iZXR3ZWVuO1xuXHRcdH1cblxuXHRcdGgzIHtcblx0XHRcdGRpc3BsYXk6IGlubGluZS1ibG9jaztcblx0XHRcdGxpbmUtaGVpZ2h0OiAyO1xuXHRcdH1cblxuXHRcdHAge1xuXHRcdFx0bWFyZ2luLXRvcDogMDtcblx0XHRcdG1hcmdpbi1ib3R0b206IDA7XG5cdFx0fVxuXHR9XG5cblx0LndwZm9ybXMtZGFzaC13aWRnZXQtY2hhcnQtYmxvY2stY29udGFpbmVyIHtcblx0XHRwb3NpdGlvbjogcmVsYXRpdmU7XG5cdH1cblxuXHQjd3Bmb3Jtcy1kYXNoLXdpZGdldC1jaGFydC10aXRsZSB7XG5cdFx0ZGlzcGxheTogaW5saW5lO1xuXG5cdFx0I2Rhc2hib2FyZC13aWRnZXRzLXdyYXAgJiB7XG5cdFx0XHRkaXNwbGF5OiBub25lO1xuXHRcdH1cblx0fVxuXG5cdC53cGZvcm1zLWRhc2gtd2lkZ2V0LXNldHRpbmdzIHtcblxuXHRcdCN3cGZvcm1zLWRhc2gtd2lkZ2V0LXRpbWVzcGFuIHtcblx0XHRcdGNvbG9yOiAjM2M0MzRhO1xuXG5cdFx0XHQmOmhvdmVyIHtcblx0XHRcdFx0Y29sb3I6ICMyMjcxYjE7XG5cdFx0XHR9XG5cdFx0fVxuXG5cdFx0LndwZm9ybXMtZGFzaC13aWRnZXQtc2V0dGluZ3MtY29udGFpbmVyIHtcblx0XHRcdGRpc3BsYXk6IGlubGluZS1ibG9jaztcblx0XHRcdHBvc2l0aW9uOiByZWxhdGl2ZTtcblx0XHRcdHZlcnRpY2FsLWFsaWduOiB0b3A7XG5cdFx0XHRtYXJnaW4tbGVmdDogN3B4O1xuXG5cdFx0XHQjd3Bmb3Jtcy1lbnRyaWVzLWxpc3QgJiB7XG5cdFx0XHRcdG1hcmdpbi1sZWZ0OiAyMHB4O1xuXHRcdFx0XHRtYXJnaW4tdG9wOiA1cHg7XG5cdFx0XHR9XG5cblx0XHRcdC53cGZvcm1zLWRhc2gtd2lkZ2V0LXNldHRpbmdzLWJ1dHRvbiB7XG5cdFx0XHRcdGJhY2tncm91bmQ6ICNmYWZhZmE7XG5cdFx0XHRcdGNvbG9yOiAjNzg3YzgyO1xuXHRcdFx0XHRib3JkZXItY29sb3I6IGN1cnJlbnRDb2xvcjtcblx0XHRcdFx0cGFkZGluZzogMCA1cHggMCA2cHg7XG5cblx0XHRcdFx0I3dwZm9ybXMtZW50cmllcy1saXN0ICYge1xuXHRcdFx0XHRcdGJhY2tncm91bmQtY29sb3I6ICNmZmY7XG5cdFx0XHRcdH1cblxuXHRcdFx0XHQmOmhvdmVyLCAmOmZvY3VzIHtcblx0XHRcdFx0XHRjb2xvcjogIzIyNzFiMTtcblx0XHRcdFx0fVxuXG5cdFx0XHRcdC5kYXNoaWNvbnMge1xuXHRcdFx0XHRcdG1hcmdpbi10b3A6IDRweDtcblxuXHRcdFx0XHRcdEBtZWRpYSAobWF4LXdpZHRoOiA3ODJweCkge1xuXHRcdFx0XHRcdFx0bWFyZ2luLXRvcDogOXB4O1xuXHRcdFx0XHRcdH1cblx0XHRcdFx0fVxuXHRcdFx0fVxuXG5cdFx0XHQud3Bmb3Jtcy1kYXNoLXdpZGdldC1zZXR0aW5ncy1tZW51IHtcblx0XHRcdFx0dG9wOiBhdXRvO1xuXHRcdFx0XHRib3R0b206IDQwcHg7XG5cdFx0XHRcdGRpc3BsYXk6IG5vbmU7XG5cdFx0XHRcdHBvc2l0aW9uOiBhYnNvbHV0ZTtcblx0XHRcdFx0YmFja2dyb3VuZC1jb2xvcjogI2ZmZjtcblx0XHRcdFx0d2lkdGg6IDE2MHB4O1xuXHRcdFx0XHRib3JkZXItcmFkaXVzOiAzcHg7XG5cdFx0XHRcdGJveC1zaGFkb3c6IDAgNXB4IDE1cHggcmdiYSgwLCAwLCAwLCAwLjE1KSAhaW1wb3J0YW50O1xuXHRcdFx0XHRwYWRkaW5nOiAxMHB4O1xuXHRcdFx0XHR6LWluZGV4OiA5OTk5O1xuXHRcdFx0XHRyaWdodDogMDtcblxuXHRcdFx0XHQmLmRpc2FibGVkIHtcblx0XHRcdFx0XHQqIHtcblx0XHRcdFx0XHRcdGN1cnNvcjogbm90LWFsbG93ZWQ7XG5cdFx0XHRcdFx0fVxuXHRcdFx0XHR9XG5cblx0XHRcdFx0I3dwZm9ybXMtZW50cmllcy1saXN0ICYsIC5wb3N0Ym94OmZpcnN0LWNoaWxkICYge1xuXHRcdFx0XHRcdHRvcDogNDBweDtcblx0XHRcdFx0XHRib3R0b206IGF1dG87XG5cdFx0XHRcdH1cblxuXHRcdFx0XHQud3Bmb3Jtcy1kYXNoLXdpZGdldC1zZXR0aW5ncy1tZW51LXdyYXAge1xuXHRcdFx0XHRcdGJvcmRlci1ib3R0b206IDFweCBzb2xpZCAjZWVlO1xuXHRc
|