kollapsminoriteten/wp-content/plugins/jetpack/modules/videopress/css/editor-rtl.css

60 lines
1.2 KiB
CSS
Raw Normal View History

2019-11-15 23:26:29 +01:00
/* VideoPress Settings Modal style overrides */
.mce-videopress-field-guid,
.mce-videopress-field-freedom,
.mce-videopress-field-flashonly {
2022-06-16 14:01:47 +02:00
display: none;
2019-11-15 23:26:29 +01:00
}
.mce-videopress-checkbox .mce-checkbox {
2022-06-16 14:01:47 +02:00
right: 120px !important;
2023-09-26 10:24:36 +02:00
width: 100% !important; /* assigning a full width so the label area is clickable */
2019-11-15 23:26:29 +01:00
}
.mce-videopress-checkbox .mce-label {
2022-06-16 14:01:47 +02:00
right: 150px !important;
2019-11-15 23:26:29 +01:00
}
.mce-videopress-checkbox .mce-label-unit {
2022-06-16 14:01:47 +02:00
position: absolute;
right: 210px;
top: 5px;
2019-11-15 23:26:29 +01:00
}
.mce-videopress-checkbox i.mce-i-checkbox {
2022-06-16 14:01:47 +02:00
background-color: #fff;
color: #4f94d4;
2019-11-15 23:26:29 +01:00
}
.mce-videopress-checkbox .mce-i-checkbox:before {
2022-06-16 14:01:47 +02:00
display: inline-block;
vertical-align: middle;
width: 16px;
font: 400 21px/1 dashicons;
speak: none;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
margin: -3px -3px 0 0;
content: "\f147";
2019-11-15 23:26:29 +01:00
}
.mce-videopress-checkbox .mce-i-checkbox.mce-checked:before {
2022-06-16 14:01:47 +02:00
content: "\f147";
2019-11-15 23:26:29 +01:00
}
div[class*=mce-videopress-field] input[type=number] {
2022-06-16 14:01:47 +02:00
width: 70px !important;
right: 120px !important;
2019-11-15 23:26:29 +01:00
}
.mce-videopress-field-w .mce-label,
.mce-videopress-field-at .mce-label {
2022-06-16 14:01:47 +02:00
width: 115px !important;
text-align: left;
2019-11-15 23:26:29 +01:00
}
.mce-videopress-field-unit {
2022-06-16 14:01:47 +02:00
position: absolute;
right: 210px;
top: 5px;
2019-11-15 23:26:29 +01:00
}