1@charset 'UTF-8';
2
3@import url(admin-bar.css);
4
5/* Inline Notices */
6
7.wpaas-inline-notice {
8 display: inline-block;
9 background: #fff;
10 border-left: 4px solid #dc3232;
11 padding: 8px 12px;
12 margin: 10px 0;
13
14 -webkit-box-shadow: 0 1px 1px 0 rgba( 0, 0, 0, 0.1 );
15 -moz-box-shadow: 0 1px 1px 0 rgba( 0, 0, 0, 0.1 );
16 box-shadow: 0 1px 1px 0 rgba( 0, 0, 0, 0.1 );
17}
18
19/* MWP Dialog Fixes */
20
21.mwp-dialog {
22 padding: 0 !important;
23}
24
25.mwp-dialog .ui-corner-all {
26 border: none;
27 border-bottom-left-radius: 0px;
28 border-bottom-right-radius: 0px;
29 border-top-left-radius: 0px;
30 border-top-right-radius: 0px;
31}
32
33.mwp-dialog .ui-widget-header {
34 background: none;
35}
36
37.mwp-dialog button.ui-button {
38 background: none;
39 border: none;
40}
41
42.mwp-dialog .ui-state-default .ui-icon {
43 background: none;
44}
45
46.mwp-dialog > .ui-dialog-titlebar > .ui-dialog-titlebar-close {
47 width: 20px;
48 height: 20px;
49 margin: -10px 0 0 0;
50}
51
52.mwp-dialog > .ui-dialog-titlebar {
53 font-weight: 600;
54 font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
55}
56
57@media screen and (max-width: 782px) {
58
59 .wpaas-inline-notice {
60 margin: 5px 0 15px !important;
61 }
62
63}
64
65/* Tips */
66
67div.tooltip.wpaas-tip-display {
68 font-size: 13px;
69 line-height: 1.5;
70}
71
72.plugins .row-actions .wpaas-blacklisted-plugin {
73 color: #000;
74}
75