PluginProbe ʕ •ᴥ•ʔ
Media Cleaner: Clean your WordPress! / 5.2.4
Media Cleaner: Clean your WordPress! v5.2.4
7.1.1 7.1.0 7.0.9 7.0.8 trunk 3.6.8 3.6.9 3.7.0 3.8.0 3.9.0 4.0.0 4.0.2 4.0.4 4.0.6 4.0.7 4.1.0 4.2.0 4.2.2 4.2.3 4.2.4 4.2.5 4.4.0 4.4.2 4.4.4 4.4.6 4.4.7 4.4.8 4.5.0 4.5.4 4.5.6 4.5.7 4.5.8 4.6.2 4.6.3 4.8.0 4.8.4 5.0.0 5.0.1 5.1.0 5.1.1 5.1.3 5.2.0 5.2.1 5.2.4 5.4.0 5.4.1 5.4.2 5.4.3 5.4.4 5.4.5 5.4.6 5.4.9 5.5.0 5.5.1 5.5.2 5.5.3 5.5.4 5.5.7 5.5.8 5.6.1 5.6.2 5.6.3 5.6.4 6.0.1 6.0.2 6.0.3 6.0.4 6.0.5 6.0.6 6.0.7 6.0.8 6.0.9 6.1.2 6.1.3 6.1.4 6.1.5 6.1.6 6.1.7 6.1.8 6.1.9 6.2.0 6.2.1 6.2.3 6.2.4 6.2.5 6.2.6 6.2.7 6.2.8 6.3.0 6.3.1 6.3.2 6.3.4 6.3.5 6.3.7 6.3.8 6.3.9 6.4.0 6.4.1 6.4.2 6.4.3 6.4.4 6.4.5 6.4.6 6.4.7 6.4.8 6.4.9 6.5.0 6.5.1 6.5.2 6.5.3 6.5.4 6.5.5 6.5.6 6.5.7 6.5.8 6.5.9 6.6.1 6.6.2 6.6.3 6.6.4 6.6.5 6.6.6 6.6.7 6.6.8 6.6.9 6.7.0 6.7.1 6.7.2 6.7.3 6.7.4 6.7.5 6.7.6 6.7.7 6.7.8 6.7.9 6.8.0 6.8.1 6.8.2 6.8.3 6.8.4 6.8.5 6.8.6 6.8.7 6.8.8 6.8.9 6.9.0 6.9.1 6.9.2 6.9.3 6.9.4 6.9.5 6.9.6 6.9.7 6.9.8 6.9.9 7.0.0 7.0.1 7.0.2 7.0.3 7.0.4 7.0.5 7.0.6 7.0.7
media-cleaner / scripts / style.css
media-cleaner / scripts Last commit date
dashboard.js 7 years ago settings.js 7 years ago style.css 7 years ago
style.css
93 lines
1 .wp-core-ui .button-red {
2 background-color: #9B2124;
3 background-image: -webkit-gradient(linear, left top, left bottom, from(#C5292E), to(#9B2124));
4 background-image: -webkit-linear-gradient(top, #C5292E, #9B2124);
5 background-image: -moz-linear-gradient(top, #C5292E, #9B2124);
6 background-image: -ms-linear-gradient(top, #C5292E, #9B2124);
7 background-image: -o-linear-gradient(top, #C5292E, #9B2124);
8 background-image: linear-gradient(to bottom, #C5292E, #9B2124);
9 border-color: #9B2124;
10 border-bottom-color: #8D1F21;
11 -webkit-box-shadow: inset 0 1px 0 rgba(120,200,230,0.5);
12 box-shadow: inset 0 1px 0 rgba(120,200,230,0.5);
13 color: #fff;
14 text-decoration: none;
15 text-shadow: 0 1px 0 rgba(0,0,0,0.1);
16 float: right;
17 }
18
19 .wp-core-ui .button-red.hover,
20 .wp-core-ui .button-red:hover,
21 .wp-core-ui .button-red.focus,
22 .wp-core-ui .button-red:focus {
23 background-color: #B72629;
24 background-image: -webkit-gradient(linear, left top, left bottom, from(#D22E30), to(#9B2124));
25 background-image: -webkit-linear-gradient(top, #D22E30, #9B2124);
26 background-image: -moz-linear-gradient(top, #D22E30, #9B2124);
27 background-image: -ms-linear-gradient(top, #D22E30, #9B2124);
28 background-image: -o-linear-gradient(top, #D22E30, #9B2124);
29 background-image: linear-gradient(to bottom, #D22E30, #9B2124);
30 border-color: #7F1C1F;
31 -webkit-box-shadow: inset 0 1px 0 rgba(120,200,230,0.6);
32 box-shadow: inset 0 1px 0 rgba(120,200,230,0.6);
33 color: #fff;
34 text-shadow: 0 -1px 0 rgba(0,0,0,0.3);
35 }
36
37 .wp-core-ui .button-red.focus,
38 .wp-core-ui .button-red:focus {
39 border-color: #500F0E;
40 -webkit-box-shadow: inset 0 1px 0 rgba(120,200,230,0.6), 1px 1px 2px rgba(0,0,0,0.4);
41 box-shadow: inset 0 1px 0 rgba(120,200,230,0.6), 1px 1px 2px rgba(0,0,0,0.4);
42 }
43
44 .wp-core-ui .button-red.active,
45 .wp-core-ui .button-red.active:hover,
46 .wp-core-ui .button-red.active:focus,
47 .wp-core-ui .button-red:active {
48 background: #7F1C1F;
49 background-image: -webkit-gradient(linear, left top, left bottom, from(#9B2124), to(#B72629));
50 background-image: -webkit-linear-gradient(top, #9B2124, #B72629);
51 background-image: -moz-linear-gradient(top, #9B2124, #B72629);
52 background-image: -ms-linear-gradient(top, #9B2124, #B72629);
53 background-image: -o-linear-gradient(top, #9B2124, #B72629);
54 background-image: linear-gradient(to bottom, #9B2124, #B72629);
55 border-color: #601312 #AE2426 #AE2426 #AE2426;
56 color: rgba(255,255,255,0.95);
57 -webkit-box-shadow: inset 0 1px 0 rgba(0,0,0,0.1);
58 box-shadow: inset 0 1px 0 rgba(0,0,0,0.1);
59 text-shadow: 0 1px 0 rgba(0,0,0,0.1);
60 }
61
62 .wp-core-ui .button-red[disabled],
63 .wp-core-ui .button-red:disabled,
64 .wp-core-ui .button-red-disabled {
65 color: #E79496 !important;
66 background: #BA292B !important;
67 border-color: #7F1C1F !important;
68 -webkit-box-shadow: none !important;
69 box-shadow: none !important;
70 text-shadow: 0 -1px 0 rgba(0,0,0,0.1) !important;
71 cursor: default;
72 }
73
74 /**
75 * Dialog
76 */
77 #wpmc-dialog {
78 text-align: center;
79 }
80 #wpmc-dialog .prompt {
81 margin-top: 16px;
82 }
83 #wpmc-dialog .prompt .button + .button {
84 margin-left: 16px;
85 }
86
87 /**
88 * Settings
89 */
90 .meow-box form input:invalid {
91 color: red;
92 }
93