wip
This commit is contained in:
@@ -155,11 +155,6 @@
|
||||
|
||||
.media-frame ::-moz-placeholder {
|
||||
color: #646970;
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
.media-frame :-ms-input-placeholder {
|
||||
color: #646970;
|
||||
}
|
||||
|
||||
/*
|
||||
@@ -251,9 +246,8 @@
|
||||
}
|
||||
|
||||
.media-modal-close .media-modal-icon:before {
|
||||
content: "\f158";
|
||||
content: "\f158" / '';
|
||||
font: normal 20px/1 dashicons;
|
||||
speak: never;
|
||||
vertical-align: middle;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
@@ -1082,14 +1076,20 @@
|
||||
width: 22px;
|
||||
padding: 0;
|
||||
background-color: #fff;
|
||||
background-position: -96px 4px;
|
||||
border-radius: 3px;
|
||||
box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3);
|
||||
transition: none;
|
||||
}
|
||||
|
||||
.wp-core-ui .attachment-close:hover,
|
||||
.wp-core-ui .attachment-close:focus {
|
||||
.wp-core-ui .attachment-close .media-modal-icon {
|
||||
display: inline-block;
|
||||
background-position: -96px 4px;
|
||||
height: 22px;
|
||||
width: 22px;
|
||||
}
|
||||
|
||||
.wp-core-ui .attachment-close:hover .media-modal-icon,
|
||||
.wp-core-ui .attachment-close:focus .media-modal-icon {
|
||||
background-position: -36px 4px;
|
||||
}
|
||||
|
||||
@@ -1245,7 +1245,7 @@
|
||||
font: normal 30px/1 dashicons !important;
|
||||
color: #50575e;
|
||||
display: inline-block;
|
||||
content: "\f335";
|
||||
content: "\f335" / '';
|
||||
font-weight: 300;
|
||||
margin-top: 1px;
|
||||
}
|
||||
@@ -1999,7 +1999,7 @@
|
||||
}
|
||||
|
||||
.media-modal .imgedit-help-toggled span.dashicons:before {
|
||||
content: "\f142";
|
||||
content: "\f142" / '';
|
||||
}
|
||||
|
||||
.media-modal .imgedit-thumbnail-preview {
|
||||
@@ -2178,17 +2178,16 @@
|
||||
|
||||
.image-details .advanced-toggle:after {
|
||||
font: normal 20px/1 dashicons;
|
||||
speak: never;
|
||||
vertical-align: top;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
content: "\f140";
|
||||
content: "\f140" / '';
|
||||
display: inline-block;
|
||||
margin-top: -2px;
|
||||
}
|
||||
|
||||
.image-details .advanced-visible .advanced-toggle:after {
|
||||
content: "\f142";
|
||||
content: "\f142" / '';
|
||||
}
|
||||
|
||||
.image-details .custom-size label, /* Back-compat for pre-5.3 */
|
||||
|
||||
Reference in New Issue
Block a user