Buttons: Improve the `.button-link` CSS class for link-like buttons.
Updates `.button-link` adding color and underline to make link-like buttons look like links by default. Introduces `.button-link-delete` as a modifier, stackable CSS class for red button-links. Props Cheffheid, afercia. See #34242. Fixes #35126. Built from https://develop.svn.wordpress.org/trunk@40052 git-svn-id: http://core.svn.wordpress.org/trunk@39989 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
9bf3844ef9
commit
d33301821b
|
@ -244,6 +244,7 @@ td {
|
||||||
line-height: inherit;
|
line-height: inherit;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Any change to the default link style must be applied to button-link too. */
|
||||||
a {
|
a {
|
||||||
color: #0073aa;
|
color: #0073aa;
|
||||||
-webkit-transition-property: border, background, color;
|
-webkit-transition-property: border, background, color;
|
||||||
|
@ -464,7 +465,8 @@ code {
|
||||||
word-wrap: break-word;
|
word-wrap: break-word;
|
||||||
}
|
}
|
||||||
|
|
||||||
.widefat a {
|
.widefat a,
|
||||||
|
.widefat button.button-link {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1242,20 +1244,10 @@ th.action-links {
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-filter .button-link.edit-filters {
|
.wp-filter .button-link.edit-filters {
|
||||||
color: #0073aa;
|
|
||||||
text-decoration: underline;
|
|
||||||
padding: 0 5px;
|
padding: 0 5px;
|
||||||
line-height: 28px;
|
line-height: 28px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-filter .button-link.edit-filters:hover {
|
|
||||||
color: #00a0d2;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-filter .button-link.edit-filters:focus {
|
|
||||||
color: #124964;
|
|
||||||
}
|
|
||||||
|
|
||||||
.filtered-by {
|
.filtered-by {
|
||||||
display: none;
|
display: none;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
@ -1607,8 +1599,7 @@ form.upgrade .hint {
|
||||||
color: #66c6e4;
|
color: #66c6e4;
|
||||||
}
|
}
|
||||||
|
|
||||||
.button.updated-message,
|
.button.updated-message {
|
||||||
.notice .button-link {
|
|
||||||
-webkit-transition-property: border, background, color;
|
-webkit-transition-property: border, background, color;
|
||||||
transition-property: border, background, color;
|
transition-property: border, background, color;
|
||||||
-webkit-transition-duration: .05s;
|
-webkit-transition-duration: .05s;
|
||||||
|
@ -1617,15 +1608,6 @@ form.upgrade .hint {
|
||||||
transition-timing-function: ease-in-out;
|
transition-timing-function: ease-in-out;
|
||||||
}
|
}
|
||||||
|
|
||||||
.notice .button-link {
|
|
||||||
color: #0073aa;
|
|
||||||
}
|
|
||||||
|
|
||||||
.notice .button-link:hover,
|
|
||||||
.notice .button-link:active {
|
|
||||||
color: #00a0d2;
|
|
||||||
}
|
|
||||||
|
|
||||||
@media aural {
|
@media aural {
|
||||||
.wrap .notice p:before,
|
.wrap .notice p:before,
|
||||||
.button.installing:before,
|
.button.installing:before,
|
||||||
|
@ -3278,6 +3260,7 @@ img {
|
||||||
}
|
}
|
||||||
|
|
||||||
.handlediv,
|
.handlediv,
|
||||||
|
.postbox .handlediv.button-link,
|
||||||
.item-edit,
|
.item-edit,
|
||||||
.sidebar-name-arrow,
|
.sidebar-name-arrow,
|
||||||
.accordion-section-title:after {
|
.accordion-section-title:after {
|
||||||
|
@ -3292,6 +3275,8 @@ img {
|
||||||
.widget-action:focus,
|
.widget-action:focus,
|
||||||
.handlediv:hover,
|
.handlediv:hover,
|
||||||
.handlediv:focus,
|
.handlediv:focus,
|
||||||
|
.postbox .handlediv.button-link:hover,
|
||||||
|
.postbox .handlediv.button-link:focus,
|
||||||
.item-edit:hover,
|
.item-edit:hover,
|
||||||
.item-edit:focus,
|
.item-edit:focus,
|
||||||
.sidebar-name:hover .sidebar-name-arrow,
|
.sidebar-name:hover .sidebar-name-arrow,
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -244,6 +244,7 @@ td {
|
||||||
line-height: inherit;
|
line-height: inherit;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Any change to the default link style must be applied to button-link too. */
|
||||||
a {
|
a {
|
||||||
color: #0073aa;
|
color: #0073aa;
|
||||||
-webkit-transition-property: border, background, color;
|
-webkit-transition-property: border, background, color;
|
||||||
|
@ -464,7 +465,8 @@ code {
|
||||||
word-wrap: break-word;
|
word-wrap: break-word;
|
||||||
}
|
}
|
||||||
|
|
||||||
.widefat a {
|
.widefat a,
|
||||||
|
.widefat button.button-link {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1242,20 +1244,10 @@ th.action-links {
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-filter .button-link.edit-filters {
|
.wp-filter .button-link.edit-filters {
|
||||||
color: #0073aa;
|
|
||||||
text-decoration: underline;
|
|
||||||
padding: 0 5px;
|
padding: 0 5px;
|
||||||
line-height: 28px;
|
line-height: 28px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-filter .button-link.edit-filters:hover {
|
|
||||||
color: #00a0d2;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wp-filter .button-link.edit-filters:focus {
|
|
||||||
color: #124964;
|
|
||||||
}
|
|
||||||
|
|
||||||
.filtered-by {
|
.filtered-by {
|
||||||
display: none;
|
display: none;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
@ -1607,8 +1599,7 @@ form.upgrade .hint {
|
||||||
color: #66c6e4;
|
color: #66c6e4;
|
||||||
}
|
}
|
||||||
|
|
||||||
.button.updated-message,
|
.button.updated-message {
|
||||||
.notice .button-link {
|
|
||||||
-webkit-transition-property: border, background, color;
|
-webkit-transition-property: border, background, color;
|
||||||
transition-property: border, background, color;
|
transition-property: border, background, color;
|
||||||
-webkit-transition-duration: .05s;
|
-webkit-transition-duration: .05s;
|
||||||
|
@ -1617,15 +1608,6 @@ form.upgrade .hint {
|
||||||
transition-timing-function: ease-in-out;
|
transition-timing-function: ease-in-out;
|
||||||
}
|
}
|
||||||
|
|
||||||
.notice .button-link {
|
|
||||||
color: #0073aa;
|
|
||||||
}
|
|
||||||
|
|
||||||
.notice .button-link:hover,
|
|
||||||
.notice .button-link:active {
|
|
||||||
color: #00a0d2;
|
|
||||||
}
|
|
||||||
|
|
||||||
@media aural {
|
@media aural {
|
||||||
.wrap .notice p:before,
|
.wrap .notice p:before,
|
||||||
.button.installing:before,
|
.button.installing:before,
|
||||||
|
@ -3278,6 +3260,7 @@ img {
|
||||||
}
|
}
|
||||||
|
|
||||||
.handlediv,
|
.handlediv,
|
||||||
|
.postbox .handlediv.button-link,
|
||||||
.item-edit,
|
.item-edit,
|
||||||
.sidebar-name-arrow,
|
.sidebar-name-arrow,
|
||||||
.accordion-section-title:after {
|
.accordion-section-title:after {
|
||||||
|
@ -3292,6 +3275,8 @@ img {
|
||||||
.widget-action:focus,
|
.widget-action:focus,
|
||||||
.handlediv:hover,
|
.handlediv:hover,
|
||||||
.handlediv:focus,
|
.handlediv:focus,
|
||||||
|
.postbox .handlediv.button-link:hover,
|
||||||
|
.postbox .handlediv.button-link:focus,
|
||||||
.item-edit:hover,
|
.item-edit:hover,
|
||||||
.item-edit:focus,
|
.item-edit:focus,
|
||||||
.sidebar-name:hover .sidebar-name-arrow,
|
.sidebar-name:hover .sidebar-name-arrow,
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -762,19 +762,8 @@ p.customize-section-description {
|
||||||
|
|
||||||
.customize-control-dropdown-pages .add-new-toggle {
|
.customize-control-dropdown-pages .add-new-toggle {
|
||||||
margin-right: 1px;
|
margin-right: 1px;
|
||||||
color: #0073aa;
|
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
line-height: 28px;
|
line-height: 28px;
|
||||||
text-decoration: underline;
|
|
||||||
}
|
|
||||||
|
|
||||||
.customize-control-dropdown-pages .add-new-toggle:hover,
|
|
||||||
.customize-control-dropdown-pages .add-new-toggle:active {
|
|
||||||
color: #00a0d2;
|
|
||||||
}
|
|
||||||
|
|
||||||
.customize-control-dropdown-pages .add-new-toggle:focus {
|
|
||||||
color: #124964;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#customize-preview iframe {
|
#customize-preview iframe {
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -762,19 +762,8 @@ p.customize-section-description {
|
||||||
|
|
||||||
.customize-control-dropdown-pages .add-new-toggle {
|
.customize-control-dropdown-pages .add-new-toggle {
|
||||||
margin-left: 1px;
|
margin-left: 1px;
|
||||||
color: #0073aa;
|
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
line-height: 28px;
|
line-height: 28px;
|
||||||
text-decoration: underline;
|
|
||||||
}
|
|
||||||
|
|
||||||
.customize-control-dropdown-pages .add-new-toggle:hover,
|
|
||||||
.customize-control-dropdown-pages .add-new-toggle:active {
|
|
||||||
color: #00a0d2;
|
|
||||||
}
|
|
||||||
|
|
||||||
.customize-control-dropdown-pages .add-new-toggle:focus {
|
|
||||||
color: #124964;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#customize-preview iframe {
|
#customize-preview iframe {
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -25,17 +25,6 @@
|
||||||
margin-right: 6px;
|
margin-right: 6px;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
line-height: 28px;
|
line-height: 28px;
|
||||||
color: #0073aa;
|
|
||||||
text-decoration: underline;
|
|
||||||
}
|
|
||||||
|
|
||||||
.customize-control-nav_menu_location .edit-menu:hover,
|
|
||||||
.customize-control-nav_menu_location .edit-menu:active {
|
|
||||||
color: #00a0d2;
|
|
||||||
}
|
|
||||||
|
|
||||||
.customize-control-nav_menu_location .edit-menu:focus {
|
|
||||||
color: #124964;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-customizer .menu-item-bar .menu-item-handle,
|
.wp-customizer .menu-item-bar .menu-item-handle,
|
||||||
|
@ -806,17 +795,6 @@ li.assigned-to-menu-location .add-new-menu-item {
|
||||||
margin-bottom: 1em;
|
margin-bottom: 1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.menu-delete {
|
|
||||||
color: #a00;
|
|
||||||
cursor: pointer;
|
|
||||||
text-decoration: underline;
|
|
||||||
}
|
|
||||||
|
|
||||||
.menu-delete:hover,
|
|
||||||
.menu-delete:focus {
|
|
||||||
color: #f00;
|
|
||||||
}
|
|
||||||
|
|
||||||
.menu-item-handle {
|
.menu-item-handle {
|
||||||
margin-top: -1px;
|
margin-top: -1px;
|
||||||
}
|
}
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -25,17 +25,6 @@
|
||||||
margin-left: 6px;
|
margin-left: 6px;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
line-height: 28px;
|
line-height: 28px;
|
||||||
color: #0073aa;
|
|
||||||
text-decoration: underline;
|
|
||||||
}
|
|
||||||
|
|
||||||
.customize-control-nav_menu_location .edit-menu:hover,
|
|
||||||
.customize-control-nav_menu_location .edit-menu:active {
|
|
||||||
color: #00a0d2;
|
|
||||||
}
|
|
||||||
|
|
||||||
.customize-control-nav_menu_location .edit-menu:focus {
|
|
||||||
color: #124964;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-customizer .menu-item-bar .menu-item-handle,
|
.wp-customizer .menu-item-bar .menu-item-handle,
|
||||||
|
@ -806,17 +795,6 @@ li.assigned-to-menu-location .add-new-menu-item {
|
||||||
margin-bottom: 1em;
|
margin-bottom: 1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.menu-delete {
|
|
||||||
color: #a00;
|
|
||||||
cursor: pointer;
|
|
||||||
text-decoration: underline;
|
|
||||||
}
|
|
||||||
|
|
||||||
.menu-delete:hover,
|
|
||||||
.menu-delete:focus {
|
|
||||||
color: #f00;
|
|
||||||
}
|
|
||||||
|
|
||||||
.menu-item-handle {
|
.menu-item-handle {
|
||||||
margin-top: -1px;
|
margin-top: -1px;
|
||||||
}
|
}
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -771,7 +771,8 @@ form.initial-form.quickpress-open input#title {
|
||||||
min-width: 0;
|
min-width: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
#dashboard-widgets a {
|
#dashboard-widgets a,
|
||||||
|
#dashboard-widgets .button-link {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -771,7 +771,8 @@ form.initial-form.quickpress-open input#title {
|
||||||
min-width: 0;
|
min-width: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
#dashboard-widgets a {
|
#dashboard-widgets a,
|
||||||
|
#dashboard-widgets .button-link {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -100,8 +100,6 @@ input#link_url {
|
||||||
margin-left: 10px;
|
margin-left: 10px;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
font-size: 11px;
|
font-size: 11px;
|
||||||
text-decoration: underline;
|
|
||||||
color: #0073aa;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#comment-link-box {
|
#comment-link-box {
|
||||||
|
@ -1035,25 +1033,6 @@ span.description,
|
||||||
width: 260px;
|
width: 260px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tagcloud-link.button-link {
|
|
||||||
color: #0073aa;
|
|
||||||
text-decoration: underline;
|
|
||||||
}
|
|
||||||
|
|
||||||
.tagcloud-link.button-link:hover {
|
|
||||||
color: #00a0d2;
|
|
||||||
}
|
|
||||||
|
|
||||||
.tagcloud-link.button-link:focus {
|
|
||||||
color: #124964;
|
|
||||||
-webkit-box-shadow:
|
|
||||||
0 0 0 1px #5b9dd9,
|
|
||||||
0 0 2px 1px rgba(30, 140, 190, .8);
|
|
||||||
box-shadow:
|
|
||||||
0 0 0 1px #5b9dd9,
|
|
||||||
0 0 2px 1px rgba(30, 140, 190, .8);
|
|
||||||
}
|
|
||||||
|
|
||||||
#post-body-content .tagsdiv .the-tags {
|
#post-body-content .tagsdiv .the-tags {
|
||||||
margin: 0 5px;
|
margin: 0 5px;
|
||||||
}
|
}
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -100,8 +100,6 @@ input#link_url {
|
||||||
margin-right: 10px;
|
margin-right: 10px;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
font-size: 11px;
|
font-size: 11px;
|
||||||
text-decoration: underline;
|
|
||||||
color: #0073aa;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#comment-link-box {
|
#comment-link-box {
|
||||||
|
@ -1035,25 +1033,6 @@ span.description,
|
||||||
width: 260px;
|
width: 260px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tagcloud-link.button-link {
|
|
||||||
color: #0073aa;
|
|
||||||
text-decoration: underline;
|
|
||||||
}
|
|
||||||
|
|
||||||
.tagcloud-link.button-link:hover {
|
|
||||||
color: #00a0d2;
|
|
||||||
}
|
|
||||||
|
|
||||||
.tagcloud-link.button-link:focus {
|
|
||||||
color: #124964;
|
|
||||||
-webkit-box-shadow:
|
|
||||||
0 0 0 1px #5b9dd9,
|
|
||||||
0 0 2px 1px rgba(30, 140, 190, .8);
|
|
||||||
box-shadow:
|
|
||||||
0 0 0 1px #5b9dd9,
|
|
||||||
0 0 2px 1px rgba(30, 140, 190, .8);
|
|
||||||
}
|
|
||||||
|
|
||||||
#post-body-content .tagsdiv .the-tags {
|
#post-body-content .tagsdiv .the-tags {
|
||||||
margin: 0 5px;
|
margin: 0 5px;
|
||||||
}
|
}
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -1066,9 +1066,9 @@ border color while dragging a file over the uploader drop area */
|
||||||
line-height: 1.4;
|
line-height: 1.4;
|
||||||
}
|
}
|
||||||
|
|
||||||
.imgedit-group-top h3 a, /* Back-compat for pre-4.4 */
|
#poststuff .imgedit-group-top .button-link {
|
||||||
.imgedit-group-top h2 a {
|
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
color: #23282d;
|
||||||
}
|
}
|
||||||
|
|
||||||
.imgedit-applyto .imgedit-label {
|
.imgedit-applyto .imgedit-label {
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -1066,9 +1066,9 @@ border color while dragging a file over the uploader drop area */
|
||||||
line-height: 1.4;
|
line-height: 1.4;
|
||||||
}
|
}
|
||||||
|
|
||||||
.imgedit-group-top h3 a, /* Back-compat for pre-4.4 */
|
#poststuff .imgedit-group-top .button-link {
|
||||||
.imgedit-group-top h2 a {
|
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
color: #23282d;
|
||||||
}
|
}
|
||||||
|
|
||||||
.imgedit-applyto .imgedit-label {
|
.imgedit-applyto .imgedit-label {
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -664,24 +664,7 @@ body.menu-max-depth-11 { min-width: 1280px !important; }
|
||||||
.menu-item-settings .field-move .button-link {
|
.menu-item-settings .field-move .button-link {
|
||||||
display: none;
|
display: none;
|
||||||
margin: 0 2px;
|
margin: 0 2px;
|
||||||
color: #0073aa;
|
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
text-decoration: underline;
|
|
||||||
}
|
|
||||||
|
|
||||||
.menu-item-settings .field-move .button-link:hover,
|
|
||||||
.menu-item-settings .field-move .button-link:active {
|
|
||||||
color: #00a0d2;
|
|
||||||
}
|
|
||||||
|
|
||||||
.menu-item-settings .field-move .button-link:focus {
|
|
||||||
color: #124964;
|
|
||||||
-webkit-box-shadow:
|
|
||||||
0 0 0 1px #5b9dd9,
|
|
||||||
0 0 2px 1px rgba(30, 140, 190, .8);
|
|
||||||
box-shadow:
|
|
||||||
0 0 0 1px #5b9dd9,
|
|
||||||
0 0 2px 1px rgba(30, 140, 190, .8);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.menu-item-edit-active .menu-item-settings {
|
.menu-item-edit-active .menu-item-settings {
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -664,24 +664,7 @@ body.menu-max-depth-11 { min-width: 1280px !important; }
|
||||||
.menu-item-settings .field-move .button-link {
|
.menu-item-settings .field-move .button-link {
|
||||||
display: none;
|
display: none;
|
||||||
margin: 0 2px;
|
margin: 0 2px;
|
||||||
color: #0073aa;
|
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
text-decoration: underline;
|
|
||||||
}
|
|
||||||
|
|
||||||
.menu-item-settings .field-move .button-link:hover,
|
|
||||||
.menu-item-settings .field-move .button-link:active {
|
|
||||||
color: #00a0d2;
|
|
||||||
}
|
|
||||||
|
|
||||||
.menu-item-settings .field-move .button-link:focus {
|
|
||||||
color: #124964;
|
|
||||||
-webkit-box-shadow:
|
|
||||||
0 0 0 1px #5b9dd9,
|
|
||||||
0 0 2px 1px rgba(30, 140, 190, .8);
|
|
||||||
box-shadow:
|
|
||||||
0 0 0 1px #5b9dd9,
|
|
||||||
0 0 2px 1px rgba(30, 140, 190, .8);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.menu-item-edit-active .menu-item-settings {
|
.menu-item-edit-active .menu-item-settings {
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -393,8 +393,20 @@ strong {
|
||||||
padding: 5px 15px;
|
padding: 5px 15px;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
border: 0;
|
||||||
text-align: right;
|
text-align: right;
|
||||||
line-height: 2;
|
line-height: 2;
|
||||||
|
background: none;
|
||||||
|
color: inherit;
|
||||||
|
text-decoration: none;
|
||||||
|
outline: none;
|
||||||
|
-webkit-transition: none;
|
||||||
|
transition: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.split-button-body .split-button-option:hover,
|
||||||
|
.split-button-body .split-button-option:active {
|
||||||
|
color: inherit;
|
||||||
}
|
}
|
||||||
|
|
||||||
.is-open .split-button-body {
|
.is-open .split-button-body {
|
||||||
|
@ -860,6 +872,12 @@ dd {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
outline: 0;
|
outline: 0;
|
||||||
|
color: inherit;
|
||||||
|
}
|
||||||
|
|
||||||
|
.press-this .tagcloud-link:hover,
|
||||||
|
.press-this .tagcloud-link:active {
|
||||||
|
color: inherit;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tagcloud-link:focus {
|
.tagcloud-link:focus {
|
||||||
|
@ -930,10 +948,12 @@ input[type="search"].categories-search,
|
||||||
line-height: 20px;
|
line-height: 20px;
|
||||||
padding: 12px 10px 8px;
|
padding: 12px 10px 8px;
|
||||||
color: #0073aa;
|
color: #0073aa;
|
||||||
|
text-decoration: none;
|
||||||
|
-webkit-transition: none;
|
||||||
|
transition: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.press-this .add-cat-toggle:focus {
|
.press-this .add-cat-toggle:focus {
|
||||||
text-decoration: none;
|
|
||||||
color: #00a0d2;
|
color: #00a0d2;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1202,6 +1222,9 @@ html {
|
||||||
margin-top: -13px;
|
margin-top: -13px;
|
||||||
padding: 0 10px 1px;
|
padding: 0 10px 1px;
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
|
text-decoration: none;
|
||||||
|
-webkit-transition: none;
|
||||||
|
transition: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 320px) {
|
@media (max-width: 320px) {
|
||||||
|
@ -1764,7 +1787,6 @@ html {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
border: 0;
|
border: 0;
|
||||||
border-left: 1px solid #e5e5e5;
|
|
||||||
-webkit-border-radius: 0;
|
-webkit-border-radius: 0;
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
background: none;
|
background: none;
|
||||||
|
@ -1776,9 +1798,6 @@ html {
|
||||||
.insert-media:hover,
|
.insert-media:hover,
|
||||||
.insert-media:focus,
|
.insert-media:focus,
|
||||||
.insert-media:active {
|
.insert-media:active {
|
||||||
margin: 0;
|
|
||||||
background: none;
|
|
||||||
border-color: #e5e5e5;
|
|
||||||
color: #23282d;
|
color: #23282d;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1786,7 +1805,12 @@ html {
|
||||||
.insert-media:active {
|
.insert-media:active {
|
||||||
outline: 0;
|
outline: 0;
|
||||||
color: #00a0d2;
|
color: #00a0d2;
|
||||||
text-decoration: none;
|
-webkit-box-shadow:
|
||||||
|
0 0 0 1px #5b9dd9,
|
||||||
|
0 0 2px 1px rgba(30, 140, 190, .8);
|
||||||
|
box-shadow:
|
||||||
|
0 0 0 1px #5b9dd9,
|
||||||
|
0 0 2px 1px rgba(30, 140, 190, .8);
|
||||||
}
|
}
|
||||||
|
|
||||||
.insert-media .dashicons {
|
.insert-media .dashicons {
|
||||||
|
@ -2012,10 +2036,13 @@ html {
|
||||||
.post-options .post-option {
|
.post-options .post-option {
|
||||||
display: block;
|
display: block;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
margin: 0;
|
||||||
padding: 13px 14px 13px 37px;
|
padding: 13px 14px 13px 37px;
|
||||||
|
border: 0;
|
||||||
border-bottom: 1px solid #e5e5e5;
|
border-bottom: 1px solid #e5e5e5;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
text-align: right;
|
text-align: right;
|
||||||
|
background: none;
|
||||||
color: #9ea7af;
|
color: #9ea7af;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
|
@ -2091,7 +2118,9 @@ html {
|
||||||
display: block;
|
display: block;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
padding: 13px 14px;
|
padding: 13px 14px;
|
||||||
|
border: 0;
|
||||||
border-bottom: 1px solid #e5e5e5;
|
border-bottom: 1px solid #e5e5e5;
|
||||||
|
background: none;
|
||||||
color: #00a0d2;
|
color: #00a0d2;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
text-align: right;
|
text-align: right;
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -393,8 +393,20 @@ strong {
|
||||||
padding: 5px 15px;
|
padding: 5px 15px;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
border: 0;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
line-height: 2;
|
line-height: 2;
|
||||||
|
background: none;
|
||||||
|
color: inherit;
|
||||||
|
text-decoration: none;
|
||||||
|
outline: none;
|
||||||
|
-webkit-transition: none;
|
||||||
|
transition: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.split-button-body .split-button-option:hover,
|
||||||
|
.split-button-body .split-button-option:active {
|
||||||
|
color: inherit;
|
||||||
}
|
}
|
||||||
|
|
||||||
.is-open .split-button-body {
|
.is-open .split-button-body {
|
||||||
|
@ -860,6 +872,12 @@ dd {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
outline: 0;
|
outline: 0;
|
||||||
|
color: inherit;
|
||||||
|
}
|
||||||
|
|
||||||
|
.press-this .tagcloud-link:hover,
|
||||||
|
.press-this .tagcloud-link:active {
|
||||||
|
color: inherit;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tagcloud-link:focus {
|
.tagcloud-link:focus {
|
||||||
|
@ -930,10 +948,12 @@ input[type="search"].categories-search,
|
||||||
line-height: 20px;
|
line-height: 20px;
|
||||||
padding: 12px 10px 8px;
|
padding: 12px 10px 8px;
|
||||||
color: #0073aa;
|
color: #0073aa;
|
||||||
|
text-decoration: none;
|
||||||
|
-webkit-transition: none;
|
||||||
|
transition: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.press-this .add-cat-toggle:focus {
|
.press-this .add-cat-toggle:focus {
|
||||||
text-decoration: none;
|
|
||||||
color: #00a0d2;
|
color: #00a0d2;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1202,6 +1222,9 @@ html {
|
||||||
margin-top: -13px;
|
margin-top: -13px;
|
||||||
padding: 0 10px 1px;
|
padding: 0 10px 1px;
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
|
text-decoration: none;
|
||||||
|
-webkit-transition: none;
|
||||||
|
transition: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 320px) {
|
@media (max-width: 320px) {
|
||||||
|
@ -1764,7 +1787,6 @@ html {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
border: 0;
|
border: 0;
|
||||||
border-right: 1px solid #e5e5e5;
|
|
||||||
-webkit-border-radius: 0;
|
-webkit-border-radius: 0;
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
background: none;
|
background: none;
|
||||||
|
@ -1776,9 +1798,6 @@ html {
|
||||||
.insert-media:hover,
|
.insert-media:hover,
|
||||||
.insert-media:focus,
|
.insert-media:focus,
|
||||||
.insert-media:active {
|
.insert-media:active {
|
||||||
margin: 0;
|
|
||||||
background: none;
|
|
||||||
border-color: #e5e5e5;
|
|
||||||
color: #23282d;
|
color: #23282d;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1786,7 +1805,12 @@ html {
|
||||||
.insert-media:active {
|
.insert-media:active {
|
||||||
outline: 0;
|
outline: 0;
|
||||||
color: #00a0d2;
|
color: #00a0d2;
|
||||||
text-decoration: none;
|
-webkit-box-shadow:
|
||||||
|
0 0 0 1px #5b9dd9,
|
||||||
|
0 0 2px 1px rgba(30, 140, 190, .8);
|
||||||
|
box-shadow:
|
||||||
|
0 0 0 1px #5b9dd9,
|
||||||
|
0 0 2px 1px rgba(30, 140, 190, .8);
|
||||||
}
|
}
|
||||||
|
|
||||||
.insert-media .dashicons {
|
.insert-media .dashicons {
|
||||||
|
@ -2012,10 +2036,13 @@ html {
|
||||||
.post-options .post-option {
|
.post-options .post-option {
|
||||||
display: block;
|
display: block;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
margin: 0;
|
||||||
padding: 13px 37px 13px 14px;
|
padding: 13px 37px 13px 14px;
|
||||||
|
border: 0;
|
||||||
border-bottom: 1px solid #e5e5e5;
|
border-bottom: 1px solid #e5e5e5;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
|
background: none;
|
||||||
color: #9ea7af;
|
color: #9ea7af;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
|
@ -2091,7 +2118,9 @@ html {
|
||||||
display: block;
|
display: block;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
padding: 13px 14px;
|
padding: 13px 14px;
|
||||||
|
border: 0;
|
||||||
border-bottom: 1px solid #e5e5e5;
|
border-bottom: 1px solid #e5e5e5;
|
||||||
|
background: none;
|
||||||
color: #00a0d2;
|
color: #00a0d2;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -1445,7 +1445,7 @@ class WP_Press_This {
|
||||||
<div class="post-options">
|
<div class="post-options">
|
||||||
|
|
||||||
<?php if ( $supports_formats ) : ?>
|
<?php if ( $supports_formats ) : ?>
|
||||||
<button type="button" class="button-link post-option">
|
<button type="button" class="post-option">
|
||||||
<span class="dashicons dashicons-admin-post"></span>
|
<span class="dashicons dashicons-admin-post"></span>
|
||||||
<span class="post-option-title"><?php _ex( 'Format', 'post format' ); ?></span>
|
<span class="post-option-title"><?php _ex( 'Format', 'post format' ); ?></span>
|
||||||
<span class="post-option-contents" id="post-option-post-format"><?php echo esc_html( get_post_format_string( $post_format ) ); ?></span>
|
<span class="post-option-contents" id="post-option-post-format"><?php echo esc_html( get_post_format_string( $post_format ) ); ?></span>
|
||||||
|
@ -1454,7 +1454,7 @@ class WP_Press_This {
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
|
|
||||||
<?php if ( $show_categories ) : ?>
|
<?php if ( $show_categories ) : ?>
|
||||||
<button type="button" class="button-link post-option">
|
<button type="button" class="post-option">
|
||||||
<span class="dashicons dashicons-category"></span>
|
<span class="dashicons dashicons-category"></span>
|
||||||
<span class="post-option-title"><?php _e( 'Categories' ); ?></span>
|
<span class="post-option-title"><?php _e( 'Categories' ); ?></span>
|
||||||
<span class="dashicons post-option-forward"></span>
|
<span class="dashicons post-option-forward"></span>
|
||||||
|
@ -1462,7 +1462,7 @@ class WP_Press_This {
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
|
|
||||||
<?php if ( $show_tags ) : ?>
|
<?php if ( $show_tags ) : ?>
|
||||||
<button type="button" class="button-link post-option">
|
<button type="button" class="post-option">
|
||||||
<span class="dashicons dashicons-tag"></span>
|
<span class="dashicons dashicons-tag"></span>
|
||||||
<span class="post-option-title"><?php _e( 'Tags' ); ?></span>
|
<span class="post-option-title"><?php _e( 'Tags' ); ?></span>
|
||||||
<span class="dashicons post-option-forward"></span>
|
<span class="dashicons post-option-forward"></span>
|
||||||
|
@ -1472,7 +1472,7 @@ class WP_Press_This {
|
||||||
|
|
||||||
<?php if ( $supports_formats ) : ?>
|
<?php if ( $supports_formats ) : ?>
|
||||||
<div class="setting-modal is-off-screen is-hidden">
|
<div class="setting-modal is-off-screen is-hidden">
|
||||||
<button type="button" class="button-link modal-close">
|
<button type="button" class="modal-close">
|
||||||
<span class="dashicons post-option-back"></span>
|
<span class="dashicons post-option-back"></span>
|
||||||
<span class="setting-title" aria-hidden="true"><?php _ex( 'Format', 'post format' ); ?></span>
|
<span class="setting-title" aria-hidden="true"><?php _ex( 'Format', 'post format' ); ?></span>
|
||||||
<span class="screen-reader-text"><?php _e( 'Back to post options' ) ?></span>
|
<span class="screen-reader-text"><?php _e( 'Back to post options' ) ?></span>
|
||||||
|
@ -1483,7 +1483,7 @@ class WP_Press_This {
|
||||||
|
|
||||||
<?php if ( $show_categories ) : ?>
|
<?php if ( $show_categories ) : ?>
|
||||||
<div class="setting-modal is-off-screen is-hidden">
|
<div class="setting-modal is-off-screen is-hidden">
|
||||||
<button type="button" class="button-link modal-close">
|
<button type="button" class="modal-close">
|
||||||
<span class="dashicons post-option-back"></span>
|
<span class="dashicons post-option-back"></span>
|
||||||
<span class="setting-title" aria-hidden="true"><?php _e( 'Categories' ); ?></span>
|
<span class="setting-title" aria-hidden="true"><?php _e( 'Categories' ); ?></span>
|
||||||
<span class="screen-reader-text"><?php _e( 'Back to post options' ) ?></span>
|
<span class="screen-reader-text"><?php _e( 'Back to post options' ) ?></span>
|
||||||
|
@ -1494,7 +1494,7 @@ class WP_Press_This {
|
||||||
|
|
||||||
<?php if ( $show_tags ) : ?>
|
<?php if ( $show_tags ) : ?>
|
||||||
<div class="setting-modal tags is-off-screen is-hidden">
|
<div class="setting-modal tags is-off-screen is-hidden">
|
||||||
<button type="button" class="button-link modal-close">
|
<button type="button" class="modal-close">
|
||||||
<span class="dashicons post-option-back"></span>
|
<span class="dashicons post-option-back"></span>
|
||||||
<span class="setting-title" aria-hidden="true"><?php _e( 'Tags' ); ?></span>
|
<span class="setting-title" aria-hidden="true"><?php _e( 'Tags' ); ?></span>
|
||||||
<span class="screen-reader-text"><?php _e( 'Back to post options' ) ?></span>
|
<span class="screen-reader-text"><?php _e( 'Back to post options' ) ?></span>
|
||||||
|
@ -1507,7 +1507,7 @@ class WP_Press_This {
|
||||||
|
|
||||||
<div class="press-this-actions">
|
<div class="press-this-actions">
|
||||||
<div class="pressthis-media-buttons">
|
<div class="pressthis-media-buttons">
|
||||||
<button type="button" class="insert-media button-link" data-editor="pressthis">
|
<button type="button" class="insert-media" data-editor="pressthis">
|
||||||
<span class="dashicons dashicons-admin-media"></span>
|
<span class="dashicons dashicons-admin-media"></span>
|
||||||
<span class="screen-reader-text"><?php _e( 'Add Media' ); ?></span>
|
<span class="screen-reader-text"><?php _e( 'Add Media' ); ?></span>
|
||||||
</button>
|
</button>
|
||||||
|
|
|
@ -149,8 +149,7 @@ TABLE OF CONTENTS:
|
||||||
|
|
||||||
.wp-core-ui .button.focus,
|
.wp-core-ui .button.focus,
|
||||||
.wp-core-ui .button:focus,
|
.wp-core-ui .button:focus,
|
||||||
.wp-core-ui .button-secondary:focus,
|
.wp-core-ui .button-secondary:focus {
|
||||||
.wp-core-ui .button-link:focus {
|
|
||||||
border-color: #5b9dd9;
|
border-color: #5b9dd9;
|
||||||
-webkit-box-shadow: 0 0 3px rgba( 0, 115, 170, .8 );
|
-webkit-box-shadow: 0 0 3px rgba( 0, 115, 170, .8 );
|
||||||
box-shadow: 0 0 3px rgba( 0, 115, 170, .8 );
|
box-shadow: 0 0 3px rgba( 0, 115, 170, .8 );
|
||||||
|
@ -210,9 +209,42 @@ TABLE OF CONTENTS:
|
||||||
background: none;
|
background: none;
|
||||||
outline: none;
|
outline: none;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
/* Mimics the default link style in common.css */
|
||||||
|
color: #0073aa;
|
||||||
|
text-decoration: underline;
|
||||||
|
-webkit-transition-property: border, background, color;
|
||||||
|
transition-property: border, background, color;
|
||||||
|
-webkit-transition-duration: .05s;
|
||||||
|
transition-duration: .05s;
|
||||||
|
-webkit-transition-timing-function: ease-in-out;
|
||||||
|
transition-timing-function: ease-in-out;
|
||||||
|
}
|
||||||
|
|
||||||
|
.wp-core-ui .button-link:hover,
|
||||||
|
.wp-core-ui .button-link:active {
|
||||||
|
color: #00a0d2;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-core-ui .button-link:focus {
|
.wp-core-ui .button-link:focus {
|
||||||
|
color: #124964;
|
||||||
|
-webkit-box-shadow:
|
||||||
|
0 0 0 1px #5b9dd9,
|
||||||
|
0 0 2px 1px rgba(30, 140, 190, .8);
|
||||||
|
box-shadow:
|
||||||
|
0 0 0 1px #5b9dd9,
|
||||||
|
0 0 2px 1px rgba(30, 140, 190, .8);
|
||||||
|
}
|
||||||
|
|
||||||
|
.wp-core-ui .button-link-delete {
|
||||||
|
color: #a00;
|
||||||
|
}
|
||||||
|
|
||||||
|
.wp-core-ui .button-link-delete:hover,
|
||||||
|
.wp-core-ui .button-link-delete:focus {
|
||||||
|
color: #f00;
|
||||||
|
}
|
||||||
|
|
||||||
|
.ie8 .wp-core-ui .button-link:focus {
|
||||||
outline: #5b9dd9 solid 1px;
|
outline: #5b9dd9 solid 1px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -149,8 +149,7 @@ TABLE OF CONTENTS:
|
||||||
|
|
||||||
.wp-core-ui .button.focus,
|
.wp-core-ui .button.focus,
|
||||||
.wp-core-ui .button:focus,
|
.wp-core-ui .button:focus,
|
||||||
.wp-core-ui .button-secondary:focus,
|
.wp-core-ui .button-secondary:focus {
|
||||||
.wp-core-ui .button-link:focus {
|
|
||||||
border-color: #5b9dd9;
|
border-color: #5b9dd9;
|
||||||
-webkit-box-shadow: 0 0 3px rgba( 0, 115, 170, .8 );
|
-webkit-box-shadow: 0 0 3px rgba( 0, 115, 170, .8 );
|
||||||
box-shadow: 0 0 3px rgba( 0, 115, 170, .8 );
|
box-shadow: 0 0 3px rgba( 0, 115, 170, .8 );
|
||||||
|
@ -210,9 +209,42 @@ TABLE OF CONTENTS:
|
||||||
background: none;
|
background: none;
|
||||||
outline: none;
|
outline: none;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
/* Mimics the default link style in common.css */
|
||||||
|
color: #0073aa;
|
||||||
|
text-decoration: underline;
|
||||||
|
-webkit-transition-property: border, background, color;
|
||||||
|
transition-property: border, background, color;
|
||||||
|
-webkit-transition-duration: .05s;
|
||||||
|
transition-duration: .05s;
|
||||||
|
-webkit-transition-timing-function: ease-in-out;
|
||||||
|
transition-timing-function: ease-in-out;
|
||||||
|
}
|
||||||
|
|
||||||
|
.wp-core-ui .button-link:hover,
|
||||||
|
.wp-core-ui .button-link:active {
|
||||||
|
color: #00a0d2;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-core-ui .button-link:focus {
|
.wp-core-ui .button-link:focus {
|
||||||
|
color: #124964;
|
||||||
|
-webkit-box-shadow:
|
||||||
|
0 0 0 1px #5b9dd9,
|
||||||
|
0 0 2px 1px rgba(30, 140, 190, .8);
|
||||||
|
box-shadow:
|
||||||
|
0 0 0 1px #5b9dd9,
|
||||||
|
0 0 2px 1px rgba(30, 140, 190, .8);
|
||||||
|
}
|
||||||
|
|
||||||
|
.wp-core-ui .button-link-delete {
|
||||||
|
color: #a00;
|
||||||
|
}
|
||||||
|
|
||||||
|
.wp-core-ui .button-link-delete:hover,
|
||||||
|
.wp-core-ui .button-link-delete:focus {
|
||||||
|
color: #f00;
|
||||||
|
}
|
||||||
|
|
||||||
|
.ie8 .wp-core-ui .button-link:focus {
|
||||||
outline: #5b9dd9 solid 1px;
|
outline: #5b9dd9 solid 1px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -189,6 +189,10 @@
|
||||||
transition: color .1s ease-in-out, background .1s ease-in-out;
|
transition: color .1s ease-in-out, background .1s ease-in-out;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.media-modal-close.button-link {
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
|
||||||
.media-modal-close:active {
|
.media-modal-close:active {
|
||||||
-webkit-box-shadow: none;
|
-webkit-box-shadow: none;
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
|
@ -995,6 +999,8 @@
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
-webkit-box-shadow: 0 0 0 1px rgba( 0, 0, 0, 0.3 );
|
-webkit-box-shadow: 0 0 0 1px rgba( 0, 0, 0, 0.3 );
|
||||||
box-shadow: 0 0 0 1px rgba( 0, 0, 0, 0.3 );
|
box-shadow: 0 0 0 1px rgba( 0, 0, 0, 0.3 );
|
||||||
|
-webkit-transition: none;
|
||||||
|
transition: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-core-ui .attachment-close:hover,
|
.wp-core-ui .attachment-close:hover,
|
||||||
|
@ -1007,12 +1013,14 @@
|
||||||
height: 24px;
|
height: 24px;
|
||||||
width: 24px;
|
width: 24px;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
border: 0;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
z-index: 10;
|
z-index: 10;
|
||||||
top: 0;
|
top: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
outline: none;
|
outline: none;
|
||||||
background: #eee;
|
background: #eee;
|
||||||
|
cursor: pointer;
|
||||||
-webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 2px rgba( 0, 0, 0, 0.15 );
|
-webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 2px rgba( 0, 0, 0, 0.15 );
|
||||||
box-shadow: 0 0 0 1px #fff, 0 0 0 2px rgba( 0, 0, 0, 0.15 );
|
box-shadow: 0 0 0 1px #fff, 0 0 0 2px rgba( 0, 0, 0, 0.15 );
|
||||||
}
|
}
|
||||||
|
@ -1250,6 +1258,8 @@
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0;
|
top: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
|
-webkit-transition: none;
|
||||||
|
transition: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.upload-errors .upload-error {
|
.upload-errors .upload-error {
|
||||||
|
@ -1442,6 +1452,7 @@
|
||||||
line-height: 16px;
|
line-height: 16px;
|
||||||
border-left: 1px solid #ddd;
|
border-left: 1px solid #ddd;
|
||||||
color: #0073aa;
|
color: #0073aa;
|
||||||
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.media-selection .button-link:hover,
|
.media-selection .button-link:hover,
|
||||||
|
@ -1978,6 +1989,12 @@
|
||||||
padding: 0;
|
padding: 0;
|
||||||
color: #666;
|
color: #666;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.image-details .advanced-toggle:hover,
|
||||||
|
.image-details .advanced-toggle:active {
|
||||||
|
color: #666;
|
||||||
}
|
}
|
||||||
|
|
||||||
.image-details .advanced-toggle:after {
|
.image-details .advanced-toggle:after {
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -189,6 +189,10 @@
|
||||||
transition: color .1s ease-in-out, background .1s ease-in-out;
|
transition: color .1s ease-in-out, background .1s ease-in-out;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.media-modal-close.button-link {
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
|
||||||
.media-modal-close:active {
|
.media-modal-close:active {
|
||||||
-webkit-box-shadow: none;
|
-webkit-box-shadow: none;
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
|
@ -995,6 +999,8 @@
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
-webkit-box-shadow: 0 0 0 1px rgba( 0, 0, 0, 0.3 );
|
-webkit-box-shadow: 0 0 0 1px rgba( 0, 0, 0, 0.3 );
|
||||||
box-shadow: 0 0 0 1px rgba( 0, 0, 0, 0.3 );
|
box-shadow: 0 0 0 1px rgba( 0, 0, 0, 0.3 );
|
||||||
|
-webkit-transition: none;
|
||||||
|
transition: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-core-ui .attachment-close:hover,
|
.wp-core-ui .attachment-close:hover,
|
||||||
|
@ -1007,12 +1013,14 @@
|
||||||
height: 24px;
|
height: 24px;
|
||||||
width: 24px;
|
width: 24px;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
border: 0;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
z-index: 10;
|
z-index: 10;
|
||||||
top: 0;
|
top: 0;
|
||||||
right: 0;
|
right: 0;
|
||||||
outline: none;
|
outline: none;
|
||||||
background: #eee;
|
background: #eee;
|
||||||
|
cursor: pointer;
|
||||||
-webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 2px rgba( 0, 0, 0, 0.15 );
|
-webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 2px rgba( 0, 0, 0, 0.15 );
|
||||||
box-shadow: 0 0 0 1px #fff, 0 0 0 2px rgba( 0, 0, 0, 0.15 );
|
box-shadow: 0 0 0 1px #fff, 0 0 0 2px rgba( 0, 0, 0, 0.15 );
|
||||||
}
|
}
|
||||||
|
@ -1250,6 +1258,8 @@
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0;
|
top: 0;
|
||||||
right: 0;
|
right: 0;
|
||||||
|
-webkit-transition: none;
|
||||||
|
transition: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.upload-errors .upload-error {
|
.upload-errors .upload-error {
|
||||||
|
@ -1442,6 +1452,7 @@
|
||||||
line-height: 16px;
|
line-height: 16px;
|
||||||
border-right: 1px solid #ddd;
|
border-right: 1px solid #ddd;
|
||||||
color: #0073aa;
|
color: #0073aa;
|
||||||
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.media-selection .button-link:hover,
|
.media-selection .button-link:hover,
|
||||||
|
@ -1978,6 +1989,12 @@
|
||||||
padding: 0;
|
padding: 0;
|
||||||
color: #666;
|
color: #666;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.image-details .advanced-toggle:hover,
|
||||||
|
.image-details .advanced-toggle:active {
|
||||||
|
color: #666;
|
||||||
}
|
}
|
||||||
|
|
||||||
.image-details .advanced-toggle:after {
|
.image-details .advanced-toggle:after {
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -92,6 +92,7 @@
|
||||||
height: 22px;
|
height: 22px;
|
||||||
width: 22px;
|
width: 22px;
|
||||||
color: #72777c;
|
color: #72777c;
|
||||||
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
#wp-auth-check-wrap .wp-auth-check-close:before {
|
#wp-auth-check-wrap .wp-auth-check-close:before {
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
#wp-auth-check-wrap.hidden{display:none}#wp-auth-check-wrap #wp-auth-check-bg{position:fixed;top:0;bottom:0;right:0;left:0;background:#000;opacity:.7;filter:alpha(opacity=70);z-index:1000010}#wp-auth-check-wrap #wp-auth-check{position:fixed;right:50%;overflow:hidden;top:40px;bottom:20px;max-height:415px;width:380px;margin:0 -190px 0 0;padding:30px 0 0;background-color:#f1f1f1;z-index:1000011;-webkit-box-shadow:0 3px 6px rgba(0,0,0,.3);box-shadow:0 3px 6px rgba(0,0,0,.3)}@media screen and (max-width:380px){#wp-auth-check-wrap #wp-auth-check{right:0;width:100%;margin:0}}#wp-auth-check-wrap.fallback #wp-auth-check{max-height:180px;overflow:auto}#wp-auth-check-wrap #wp-auth-check-form{height:100%;position:relative;overflow:auto;-webkit-overflow-scrolling:touch}#wp-auth-check-form.loading:before{content:"";display:block;width:20px;height:20px;position:absolute;right:50%;top:50%;margin:-10px -10px 0 0;background:url(../images/spinner.gif) center no-repeat;-webkit-background-size:20px 20px;background-size:20px 20px;-webkit-transform:translateZ(0);transform:translateZ(0)}@media print,(-webkit-min-device-pixel-ratio:1.25),(min-resolution:120dpi){#wp-auth-check-form.loading:before{background-image:url(../images/spinner-2x.gif)}}#wp-auth-check-wrap #wp-auth-check-form iframe{height:98%;width:100%}#wp-auth-check-wrap .wp-auth-check-close{position:absolute;top:5px;left:5px;height:22px;width:22px;color:#72777c}#wp-auth-check-wrap .wp-auth-check-close:before{content:"\f158";font:400 20px/22px dashicons;speak:none;-webkit-font-smoothing:antialiased!important;-moz-osx-font-smoothing:grayscale}#wp-auth-check-wrap .wp-auth-check-close:focus,#wp-auth-check-wrap .wp-auth-check-close:hover{color:#0073aa}#wp-auth-check-wrap .wp-auth-fallback-expired{outline:0}#wp-auth-check-wrap .wp-auth-fallback{font-size:14px;line-height:21px;padding:0 25px;display:none}#wp-auth-check-wrap.fallback .wp-auth-check-close,#wp-auth-check-wrap.fallback .wp-auth-fallback{display:block}
|
#wp-auth-check-wrap.hidden{display:none}#wp-auth-check-wrap #wp-auth-check-bg{position:fixed;top:0;bottom:0;right:0;left:0;background:#000;opacity:.7;filter:alpha(opacity=70);z-index:1000010}#wp-auth-check-wrap #wp-auth-check{position:fixed;right:50%;overflow:hidden;top:40px;bottom:20px;max-height:415px;width:380px;margin:0 -190px 0 0;padding:30px 0 0;background-color:#f1f1f1;z-index:1000011;-webkit-box-shadow:0 3px 6px rgba(0,0,0,.3);box-shadow:0 3px 6px rgba(0,0,0,.3)}@media screen and (max-width:380px){#wp-auth-check-wrap #wp-auth-check{right:0;width:100%;margin:0}}#wp-auth-check-wrap.fallback #wp-auth-check{max-height:180px;overflow:auto}#wp-auth-check-wrap #wp-auth-check-form{height:100%;position:relative;overflow:auto;-webkit-overflow-scrolling:touch}#wp-auth-check-form.loading:before{content:"";display:block;width:20px;height:20px;position:absolute;right:50%;top:50%;margin:-10px -10px 0 0;background:url(../images/spinner.gif) center no-repeat;-webkit-background-size:20px 20px;background-size:20px 20px;-webkit-transform:translateZ(0);transform:translateZ(0)}@media print,(-webkit-min-device-pixel-ratio:1.25),(min-resolution:120dpi){#wp-auth-check-form.loading:before{background-image:url(../images/spinner-2x.gif)}}#wp-auth-check-wrap #wp-auth-check-form iframe{height:98%;width:100%}#wp-auth-check-wrap .wp-auth-check-close{position:absolute;top:5px;left:5px;height:22px;width:22px;color:#72777c;text-decoration:none}#wp-auth-check-wrap .wp-auth-check-close:before{content:"\f158";font:400 20px/22px dashicons;speak:none;-webkit-font-smoothing:antialiased!important;-moz-osx-font-smoothing:grayscale}#wp-auth-check-wrap .wp-auth-check-close:focus,#wp-auth-check-wrap .wp-auth-check-close:hover{color:#0073aa}#wp-auth-check-wrap .wp-auth-fallback-expired{outline:0}#wp-auth-check-wrap .wp-auth-fallback{font-size:14px;line-height:21px;padding:0 25px;display:none}#wp-auth-check-wrap.fallback .wp-auth-check-close,#wp-auth-check-wrap.fallback .wp-auth-fallback{display:block}
|
|
@ -92,6 +92,7 @@
|
||||||
height: 22px;
|
height: 22px;
|
||||||
width: 22px;
|
width: 22px;
|
||||||
color: #72777c;
|
color: #72777c;
|
||||||
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
#wp-auth-check-wrap .wp-auth-check-close:before {
|
#wp-auth-check-wrap .wp-auth-check-close:before {
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
#wp-auth-check-wrap.hidden{display:none}#wp-auth-check-wrap #wp-auth-check-bg{position:fixed;top:0;bottom:0;left:0;right:0;background:#000;opacity:.7;filter:alpha(opacity=70);z-index:1000010}#wp-auth-check-wrap #wp-auth-check{position:fixed;left:50%;overflow:hidden;top:40px;bottom:20px;max-height:415px;width:380px;margin:0 0 0 -190px;padding:30px 0 0;background-color:#f1f1f1;z-index:1000011;-webkit-box-shadow:0 3px 6px rgba(0,0,0,.3);box-shadow:0 3px 6px rgba(0,0,0,.3)}@media screen and (max-width:380px){#wp-auth-check-wrap #wp-auth-check{left:0;width:100%;margin:0}}#wp-auth-check-wrap.fallback #wp-auth-check{max-height:180px;overflow:auto}#wp-auth-check-wrap #wp-auth-check-form{height:100%;position:relative;overflow:auto;-webkit-overflow-scrolling:touch}#wp-auth-check-form.loading:before{content:"";display:block;width:20px;height:20px;position:absolute;left:50%;top:50%;margin:-10px 0 0 -10px;background:url(../images/spinner.gif) center no-repeat;-webkit-background-size:20px 20px;background-size:20px 20px;-webkit-transform:translateZ(0);transform:translateZ(0)}@media print,(-webkit-min-device-pixel-ratio:1.25),(min-resolution:120dpi){#wp-auth-check-form.loading:before{background-image:url(../images/spinner-2x.gif)}}#wp-auth-check-wrap #wp-auth-check-form iframe{height:98%;width:100%}#wp-auth-check-wrap .wp-auth-check-close{position:absolute;top:5px;right:5px;height:22px;width:22px;color:#72777c}#wp-auth-check-wrap .wp-auth-check-close:before{content:"\f158";font:400 20px/22px dashicons;speak:none;-webkit-font-smoothing:antialiased!important;-moz-osx-font-smoothing:grayscale}#wp-auth-check-wrap .wp-auth-check-close:focus,#wp-auth-check-wrap .wp-auth-check-close:hover{color:#0073aa}#wp-auth-check-wrap .wp-auth-fallback-expired{outline:0}#wp-auth-check-wrap .wp-auth-fallback{font-size:14px;line-height:21px;padding:0 25px;display:none}#wp-auth-check-wrap.fallback .wp-auth-check-close,#wp-auth-check-wrap.fallback .wp-auth-fallback{display:block}
|
#wp-auth-check-wrap.hidden{display:none}#wp-auth-check-wrap #wp-auth-check-bg{position:fixed;top:0;bottom:0;left:0;right:0;background:#000;opacity:.7;filter:alpha(opacity=70);z-index:1000010}#wp-auth-check-wrap #wp-auth-check{position:fixed;left:50%;overflow:hidden;top:40px;bottom:20px;max-height:415px;width:380px;margin:0 0 0 -190px;padding:30px 0 0;background-color:#f1f1f1;z-index:1000011;-webkit-box-shadow:0 3px 6px rgba(0,0,0,.3);box-shadow:0 3px 6px rgba(0,0,0,.3)}@media screen and (max-width:380px){#wp-auth-check-wrap #wp-auth-check{left:0;width:100%;margin:0}}#wp-auth-check-wrap.fallback #wp-auth-check{max-height:180px;overflow:auto}#wp-auth-check-wrap #wp-auth-check-form{height:100%;position:relative;overflow:auto;-webkit-overflow-scrolling:touch}#wp-auth-check-form.loading:before{content:"";display:block;width:20px;height:20px;position:absolute;left:50%;top:50%;margin:-10px 0 0 -10px;background:url(../images/spinner.gif) center no-repeat;-webkit-background-size:20px 20px;background-size:20px 20px;-webkit-transform:translateZ(0);transform:translateZ(0)}@media print,(-webkit-min-device-pixel-ratio:1.25),(min-resolution:120dpi){#wp-auth-check-form.loading:before{background-image:url(../images/spinner-2x.gif)}}#wp-auth-check-wrap #wp-auth-check-form iframe{height:98%;width:100%}#wp-auth-check-wrap .wp-auth-check-close{position:absolute;top:5px;right:5px;height:22px;width:22px;color:#72777c;text-decoration:none}#wp-auth-check-wrap .wp-auth-check-close:before{content:"\f158";font:400 20px/22px dashicons;speak:none;-webkit-font-smoothing:antialiased!important;-moz-osx-font-smoothing:grayscale}#wp-auth-check-wrap .wp-auth-check-close:focus,#wp-auth-check-wrap .wp-auth-check-close:hover{color:#0073aa}#wp-auth-check-wrap .wp-auth-fallback-expired{outline:0}#wp-auth-check-wrap .wp-auth-fallback{font-size:14px;line-height:21px;padding:0 25px;display:none}#wp-auth-check-wrap.fallback .wp-auth-check-close,#wp-auth-check-wrap.fallback .wp-auth-fallback{display:block}
|
|
@ -57,7 +57,7 @@ class WP_Customize_Nav_Menu_Control extends WP_Customize_Control {
|
||||||
</button>
|
</button>
|
||||||
<p class="screen-reader-text" id="reorder-items-desc-{{ data.menu_id }}"><?php _e( 'When in reorder mode, additional controls to reorder menu items will be available in the items list above.' ); ?></p>
|
<p class="screen-reader-text" id="reorder-items-desc-{{ data.menu_id }}"><?php _e( 'When in reorder mode, additional controls to reorder menu items will be available in the items list above.' ); ?></p>
|
||||||
<span class="menu-delete-item">
|
<span class="menu-delete-item">
|
||||||
<button type="button" class="button-link menu-delete">
|
<button type="button" class="button-link button-link-delete">
|
||||||
<?php _e( 'Delete Menu' ); ?>
|
<?php _e( 'Delete Menu' ); ?>
|
||||||
</button>
|
</button>
|
||||||
</span>
|
</span>
|
||||||
|
|
|
@ -141,7 +141,7 @@ class WP_Customize_Nav_Menu_Item_Control extends WP_Customize_Control {
|
||||||
</p>
|
</p>
|
||||||
<# } #>
|
<# } #>
|
||||||
|
|
||||||
<button type="button" class="button-link item-delete submitdelete deletion"><?php _e( 'Remove' ); ?></button>
|
<button type="button" class="button-link button-link-delete item-delete submitdelete deletion"><?php _e( 'Remove' ); ?></button>
|
||||||
<span class="spinner"></span>
|
<span class="spinner"></span>
|
||||||
</div>
|
</div>
|
||||||
<input type="hidden" name="menu-item-db-id[{{ data.menu_item_id }}]" class="menu-item-data-db-id" value="{{ data.menu_item_id }}" />
|
<input type="hidden" name="menu-item-db-id[{{ data.menu_item_id }}]" class="menu-item-data-db-id" value="{{ data.menu_item_id }}" />
|
||||||
|
|
|
@ -110,6 +110,7 @@
|
||||||
color: #a00;
|
color: #a00;
|
||||||
font-size: 10px;
|
font-size: 10px;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.media-embed-details .setting .remove-setting {
|
.media-embed-details .setting .remove-setting {
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
.mejs-container{clear:both}.mejs-container *{font-family:Helvetica,Arial}.mejs-container,.mejs-container .mejs-controls,.mejs-embed,.mejs-embed body{background:#222}.mejs-controls a.mejs-horizontal-volume-slider{display:table}.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,.mejs-controls .mejs-time-rail .mejs-time-loaded{background:#fff}.mejs-controls .mejs-time-rail .mejs-time-current{background:#0073aa}.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,.mejs-controls .mejs-time-rail .mejs-time-total{background:rgba(255,255,255,.33)}.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,.mejs-controls .mejs-time-rail span{border-radius:0}.mejs-controls .mejs-offscreen{clip:rect(1px,1px,1px,1px);position:absolute}.mejs-controls a:focus>.mejs-offscreen{background-color:#f1f1f1;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto;color:#0073aa;display:block;font-size:14px;font-weight:700;height:auto;line-height:normal;padding:15px 23px 14px;position:absolute;left:0;top:15px;text-decoration:none;text-transform:none;width:auto}.mejs-overlay-loading{background:0 0}.mejs-controls button:hover{border:none;-webkit-box-shadow:none;box-shadow:none}.me-cannotplay{width:auto!important}.media-embed-details .wp-audio-shortcode{display:inline-block;max-width:400px}.audio-details .embed-media-settings{overflow:visible}.media-embed-details .embed-media-settings .setting span{max-width:400px;width:auto}.media-embed-details .embed-media-settings .checkbox-setting span{display:inline-block}.media-embed-details .embed-media-settings{padding-top:0;top:28px}.media-embed-details .instructions{padding:16px 0;max-width:600px}.media-embed-details .setting .remove-setting,.media-embed-details .setting p{color:#a00;font-size:10px;text-transform:uppercase}.media-embed-details .setting .remove-setting{padding:0}.media-embed-details .setting a:hover{color:red}.media-embed-details .embed-media-settings .checkbox-setting{float:none;margin:0 0 10px}.wp-video{max-width:100%;height:auto}.wp_attachment_holder .wp-audio-shortcode,.wp_attachment_holder .wp-video{margin-top:18px}.wp-video-shortcode video,video.wp-video-shortcode{max-width:100%;display:inline-block}.video-details .wp-video-holder{width:100%;max-width:640px}.wp-playlist{border:1px solid #ccc;padding:10px;margin:12px 0 18px;font-size:14px;line-height:1.5}.wp-admin .wp-playlist{margin:0 0 18px}.wp-playlist video{display:inline-block;max-width:100%}.wp-playlist audio{display:none;max-width:100%;width:400px}.wp-playlist-caption,.wp-playlist-item-meta{display:block;font-size:14px;line-height:1.5}.wp-playlist .mejs-container{margin:0;width:100%}.wp-playlist .mejs-controls .mejs-button button{outline:0}.wp-playlist-light{background:#fff;color:#000}.wp-playlist-dark{color:#fff;background:#000}.wp-playlist-caption{max-width:88%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wp-playlist-item .wp-playlist-caption{text-decoration:none;color:#000;max-width:-webkit-calc(100% - 40px);max-width:calc(100% - 40px)}.wp-playlist-item-title{font-size:14px;line-height:1.5}.wp-playlist-item-album{font-style:italic;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wp-playlist-item-artist{font-size:12px;text-transform:uppercase}.wp-playlist-item-length{position:absolute;right:3px;top:0;font-size:14px;line-height:1.5}.rtl .wp-playlist-item-length{left:3px;right:auto}.wp-playlist-tracks{margin-top:10px}.wp-playlist-item{position:relative;cursor:pointer;padding:0 3px;border-bottom:1px solid #ccc}.wp-playlist-item:last-child{border-bottom:0}.wp-playlist-light .wp-playlist-caption{color:#333}.wp-playlist-dark .wp-playlist-caption{color:#ddd}.wp-playlist-playing{font-weight:700;background:#f7f7f7}.wp-playlist-light .wp-playlist-playing{background:#fff;color:#000}.wp-playlist-dark .wp-playlist-playing{background:#000;color:#fff}.wp-playlist-current-item{overflow:hidden;margin-bottom:10px;height:60px}.wp-playlist .wp-playlist-current-item img{float:left;max-width:60px;height:auto;margin-right:10px;padding:0;border:0}.rtl .wp-playlist .wp-playlist-current-item img{float:right;margin-left:10px;margin-right:0}.wp-playlist-current-item .wp-playlist-item-artist,.wp-playlist-current-item .wp-playlist-item-title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wp-audio-playlist .me-cannotplay span{padding:5px 15px}
|
.mejs-container{clear:both}.mejs-container *{font-family:Helvetica,Arial}.mejs-container,.mejs-container .mejs-controls,.mejs-embed,.mejs-embed body{background:#222}.mejs-controls a.mejs-horizontal-volume-slider{display:table}.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,.mejs-controls .mejs-time-rail .mejs-time-loaded{background:#fff}.mejs-controls .mejs-time-rail .mejs-time-current{background:#0073aa}.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,.mejs-controls .mejs-time-rail .mejs-time-total{background:rgba(255,255,255,.33)}.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,.mejs-controls .mejs-time-rail span{border-radius:0}.mejs-controls .mejs-offscreen{clip:rect(1px,1px,1px,1px);position:absolute}.mejs-controls a:focus>.mejs-offscreen{background-color:#f1f1f1;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto;color:#0073aa;display:block;font-size:14px;font-weight:700;height:auto;line-height:normal;padding:15px 23px 14px;position:absolute;left:0;top:15px;text-decoration:none;text-transform:none;width:auto}.mejs-overlay-loading{background:0 0}.mejs-controls button:hover{border:none;-webkit-box-shadow:none;box-shadow:none}.me-cannotplay{width:auto!important}.media-embed-details .wp-audio-shortcode{display:inline-block;max-width:400px}.audio-details .embed-media-settings{overflow:visible}.media-embed-details .embed-media-settings .setting span{max-width:400px;width:auto}.media-embed-details .embed-media-settings .checkbox-setting span{display:inline-block}.media-embed-details .embed-media-settings{padding-top:0;top:28px}.media-embed-details .instructions{padding:16px 0;max-width:600px}.media-embed-details .setting .remove-setting,.media-embed-details .setting p{color:#a00;font-size:10px;text-transform:uppercase;text-decoration:none}.media-embed-details .setting .remove-setting{padding:0}.media-embed-details .setting a:hover{color:red}.media-embed-details .embed-media-settings .checkbox-setting{float:none;margin:0 0 10px}.wp-video{max-width:100%;height:auto}.wp_attachment_holder .wp-audio-shortcode,.wp_attachment_holder .wp-video{margin-top:18px}.wp-video-shortcode video,video.wp-video-shortcode{max-width:100%;display:inline-block}.video-details .wp-video-holder{width:100%;max-width:640px}.wp-playlist{border:1px solid #ccc;padding:10px;margin:12px 0 18px;font-size:14px;line-height:1.5}.wp-admin .wp-playlist{margin:0 0 18px}.wp-playlist video{display:inline-block;max-width:100%}.wp-playlist audio{display:none;max-width:100%;width:400px}.wp-playlist-caption,.wp-playlist-item-meta{display:block;font-size:14px;line-height:1.5}.wp-playlist .mejs-container{margin:0;width:100%}.wp-playlist .mejs-controls .mejs-button button{outline:0}.wp-playlist-light{background:#fff;color:#000}.wp-playlist-dark{color:#fff;background:#000}.wp-playlist-caption{max-width:88%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wp-playlist-item .wp-playlist-caption{text-decoration:none;color:#000;max-width:-webkit-calc(100% - 40px);max-width:calc(100% - 40px)}.wp-playlist-item-title{font-size:14px;line-height:1.5}.wp-playlist-item-album{font-style:italic;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wp-playlist-item-artist{font-size:12px;text-transform:uppercase}.wp-playlist-item-length{position:absolute;right:3px;top:0;font-size:14px;line-height:1.5}.rtl .wp-playlist-item-length{left:3px;right:auto}.wp-playlist-tracks{margin-top:10px}.wp-playlist-item{position:relative;cursor:pointer;padding:0 3px;border-bottom:1px solid #ccc}.wp-playlist-item:last-child{border-bottom:0}.wp-playlist-light .wp-playlist-caption{color:#333}.wp-playlist-dark .wp-playlist-caption{color:#ddd}.wp-playlist-playing{font-weight:700;background:#f7f7f7}.wp-playlist-light .wp-playlist-playing{background:#fff;color:#000}.wp-playlist-dark .wp-playlist-playing{background:#000;color:#fff}.wp-playlist-current-item{overflow:hidden;margin-bottom:10px;height:60px}.wp-playlist .wp-playlist-current-item img{float:left;max-width:60px;height:auto;margin-right:10px;padding:0;border:0}.rtl .wp-playlist .wp-playlist-current-item img{float:right;margin-left:10px;margin-right:0}.wp-playlist-current-item .wp-playlist-item-artist,.wp-playlist-current-item .wp-playlist-item-title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wp-audio-playlist .me-cannotplay span{padding:5px 15px}
|
|
@ -472,7 +472,7 @@ function wp_print_media_templates() {
|
||||||
<# } #>
|
<# } #>
|
||||||
</div>
|
</div>
|
||||||
<# if ( data.buttons.check ) { #>
|
<# if ( data.buttons.check ) { #>
|
||||||
<button type="button" class="button-link check" tabindex="-1"><span class="media-modal-icon"></span><span class="screen-reader-text"><?php _e( 'Deselect' ); ?></span></button>
|
<button type="button" class="check" tabindex="-1"><span class="media-modal-icon"></span><span class="screen-reader-text"><?php _e( 'Deselect' ); ?></span></button>
|
||||||
<# } #>
|
<# } #>
|
||||||
<#
|
<#
|
||||||
var maybeReadOnly = data.can.save || data.allowLocalEdits ? '' : 'readonly';
|
var maybeReadOnly = data.can.save || data.allowLocalEdits ? '' : 'readonly';
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @global string $wp_version
|
||||||
*/
|
*/
|
||||||
$wp_version = '4.8-alpha-40051';
|
$wp_version = '4.8-alpha-40052';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
|
Loading…
Reference in New Issue