mirror of
https://github.com/WordPress/WordPress.git
synced 2025-01-25 17:51:27 +01:00
Media CSS: Fix typo in box-shadow
property for WebKit and update indentation to match the other ones.
Built from https://develop.svn.wordpress.org/trunk@29268 git-svn-id: http://core.svn.wordpress.org/trunk@29050 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
0702527010
commit
f0bca68069
@ -724,10 +724,12 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.selected.attachment:focus {
|
.selected.attachment:focus {
|
||||||
-webkit-box-shadow: 0 0 0 1px #fff,
|
-webkit-box-shadow:
|
||||||
0 0 0 5px #1e8cbe;
|
0 0 0 1px #fff,
|
||||||
box-shadow: 0 0 0 1px #fff,
|
0 0 0 5px #1e8cbe;
|
||||||
0 0 0 5px #1e8cbe;
|
box-shadow:
|
||||||
|
0 0 0 1px #fff,
|
||||||
|
0 0 0 5px #1e8cbe;
|
||||||
}
|
}
|
||||||
|
|
||||||
.attachment-preview {
|
.attachment-preview {
|
||||||
@ -1489,10 +1491,12 @@ video#inline-media-node {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.attachment.selection.selected:focus {
|
.attachment.selection.selected:focus {
|
||||||
webkit-box-shadow: 0 0 0 1px #5b9dd9,
|
-webkit-box-shadow:
|
||||||
0 0 2px 2px #5b9dd9;
|
0 0 0 1px #5b9dd9,
|
||||||
box-shadow: 0 0 0 1px #5b9dd9,
|
0 0 2px 2px #5b9dd9;
|
||||||
0 0 2px 2px #5b9dd9;
|
box-shadow:
|
||||||
|
0 0 0 1px #5b9dd9,
|
||||||
|
0 0 2px 2px #5b9dd9;
|
||||||
outline: none;
|
outline: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
2
wp-includes/css/media-views-rtl.min.css
vendored
2
wp-includes/css/media-views-rtl.min.css
vendored
File diff suppressed because one or more lines are too long
@ -724,10 +724,12 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.selected.attachment:focus {
|
.selected.attachment:focus {
|
||||||
-webkit-box-shadow: 0 0 0 1px #fff,
|
-webkit-box-shadow:
|
||||||
0 0 0 5px #1e8cbe;
|
0 0 0 1px #fff,
|
||||||
box-shadow: 0 0 0 1px #fff,
|
0 0 0 5px #1e8cbe;
|
||||||
0 0 0 5px #1e8cbe;
|
box-shadow:
|
||||||
|
0 0 0 1px #fff,
|
||||||
|
0 0 0 5px #1e8cbe;
|
||||||
}
|
}
|
||||||
|
|
||||||
.attachment-preview {
|
.attachment-preview {
|
||||||
@ -1489,10 +1491,12 @@ video#inline-media-node {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.attachment.selection.selected:focus {
|
.attachment.selection.selected:focus {
|
||||||
webkit-box-shadow: 0 0 0 1px #5b9dd9,
|
-webkit-box-shadow:
|
||||||
0 0 2px 2px #5b9dd9;
|
0 0 0 1px #5b9dd9,
|
||||||
box-shadow: 0 0 0 1px #5b9dd9,
|
0 0 2px 2px #5b9dd9;
|
||||||
0 0 2px 2px #5b9dd9;
|
box-shadow:
|
||||||
|
0 0 0 1px #5b9dd9,
|
||||||
|
0 0 2px 2px #5b9dd9;
|
||||||
outline: none;
|
outline: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
2
wp-includes/css/media-views.min.css
vendored
2
wp-includes/css/media-views.min.css
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user