| @@ -24,9 +24,9 @@ | ||
| 24 | 24 | background-color: #fff; |
| 25 | 25 | color: #4f94d4; |
| 26 | 26 | } |
| 27 | 27 | |
| 28 | -.mce-videopress-checkbox .mce-i-checkbox:before { | |
| 28 | +.mce-videopress-checkbox .mce-i-checkbox::before { | |
| 29 | 29 | display: inline-block; |
| 30 | 30 | vertical-align: middle; |
| 31 | 31 | width: 16px; |
| 32 | 32 | font: 400 21px/1 dashicons; |
| @@ -36,13 +36,13 @@ | ||
| 36 | 36 | margin: -3px 0 0 -3px; |
| 37 | 37 | content: "\f147"; |
| 38 | 38 | } |
| 39 | 39 | |
| 40 | -.mce-videopress-checkbox .mce-i-checkbox.mce-checked:before { | |
| 40 | +.mce-videopress-checkbox .mce-i-checkbox.mce-checked::before { | |
| 41 | 41 | content: "\f147"; |
| 42 | 42 | } |
| 43 | 43 | |
| 44 | -div[class*=mce-videopress-field] input[type=number] { | |
| 44 | +div[class*="mce-videopress-field"] input[type="number"] { | |
| 45 | 45 | width: 70px !important; |
| 46 | 46 | left: 120px !important; |
| 47 | 47 | } |
| 48 | 48 | |