File: //var/www/wp-content/mu-plugins/gd-system-plugin/assets/css/admin.css
@charset 'UTF-8';
@import url(admin-bar.css);
/* Inline Notices */
.wpaas-inline-notice {
display: inline-block;
background: #fff;
border-left: 4px solid #dc3232;
padding: 8px 12px;
margin: 10px 0;
-webkit-box-shadow: 0 1px 1px 0 rgba( 0, 0, 0, 0.1 );
-moz-box-shadow: 0 1px 1px 0 rgba( 0, 0, 0, 0.1 );
box-shadow: 0 1px 1px 0 rgba( 0, 0, 0, 0.1 );
}
/* MWP Dialog Fixes */
.mwp-dialog {
padding: 0 !important;
}
.mwp-dialog .ui-corner-all {
border: none;
border-bottom-left-radius: 0px;
border-bottom-right-radius: 0px;
border-top-left-radius: 0px;
border-top-right-radius: 0px;
}
.mwp-dialog .ui-widget-header {
background: none;
}
.mwp-dialog button.ui-button {
background: none;
border: none;
}
.mwp-dialog .ui-state-default .ui-icon {
background: none;
}
.mwp-dialog > .ui-dialog-titlebar > .ui-dialog-titlebar-close {
width: 20px;
height: 20px;
margin: -10px 0 0 0;
}
.mwp-dialog > .ui-dialog-titlebar {
font-weight: 600;
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
}
@media screen and (max-width: 782px) {
.wpaas-inline-notice {
margin: 5px 0 15px !important;
}
}
/* Tips */
div.tooltip.wpaas-tip-display {
font-size: 13px;
line-height: 1.5;
}
.plugins .row-actions .wpaas-blacklisted-plugin {
color: #000;
}