PluginProbe
Jetpack – WP Security, Backup, Speed, & Growth / 16.3-a.1
Jetpack – WP Security, Backup, Speed, & Growth v16.3-a.1
16.3-a.3 16.3-a.1 16.2 16.2-beta 12.0.3 12.1.3 12.2.3 12.3.2 12.4.2 12.5.2 12.6.4 12.7.3 12.8.3 12.9.5 13.0.2 13.1.5 13.2.4 13.3.3 13.4.5 13.5.2 13.6.2 13.7.2 13.8.3 13.9.2 14.0.1 All 504 releases
← All changes | modules/videopress/videopress-admin.css +5 -7 12.0.3 → 16.3-a.1 View file →
@@ -13,9 +13,9 @@
13 13 }
14 14
15 15 .videopress-modal {
16 16 padding: 10px 20px;
17 - background: white;
17 + background: #fff;
18 18 position: absolute;
19 19 top: 0;
20 20 width: 440px;
21 21 overflow: hidden;
@@ -21,11 +21,9 @@
21 21 overflow: hidden;
22 22 left: 50%;
23 23 margin-left: -220px;
24 24 z-index: 101;
25 - box-shadow: 2px 2px 5px 2px rgba( 0, 0, 0, 0.5 );
26 - -webkit-border-bottom-right-radius: 2px;
27 - -webkit-border-bottom-left-radius: 2px;
25 + box-shadow: 2px 2px 5px 2px rgba(0, 0, 0, 0.5);
28 26 border-bottom-right-radius: 2px;
29 27 border-bottom-left-radius: 2px;
30 28 }
31 29
@@ -38,9 +36,9 @@
38 36 display: block;
39 37 float: right;
40 38 width: 65%;
41 39 margin-top: 18px;
42 - background: black;
40 + background: #000;
43 41 min-height: 97px;
44 42 text-decoration: none;
45 43 }
46 44
@@ -58,9 +56,9 @@
58 56
59 57 .videopress-preview span {
60 58 display: block;
61 59 padding-top: 40px;
62 - color: white !important;
60 + color: #fff !important;
63 61 text-align: center;
64 62 }
65 63
66 64 .vp-setting .help {
@@ -77,9 +75,9 @@
77 75 margin: 8px 8px 0 5px;
78 76 max-width: 135px;
79 77 }
80 78
81 -.vp-setting input[type='radio'] {
79 +.vp-setting input[type="radio"] {
82 80 float: left;
83 81 margin-top: 9px;
84 82 width: auto;
85 83 }