Media Modal: Remove unused CSS. see #21390.
git-svn-id: http://core.svn.wordpress.org/trunk@22177 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
22ad35710b
commit
70bc71402b
|
@ -398,41 +398,6 @@
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/* Square crop with overflow visible on hover. */
|
|
||||||
/*
|
|
||||||
.attachment .portrait img {
|
|
||||||
width: 200px;
|
|
||||||
}
|
|
||||||
.attachment .landscape img {
|
|
||||||
height: 200px;
|
|
||||||
}
|
|
||||||
.attachment .attachment-preview:hover {
|
|
||||||
overflow: visible;
|
|
||||||
z-index: 1000;
|
|
||||||
}
|
|
||||||
.attachment .attachment-preview:hover img {
|
|
||||||
border: 10px solid #fff;
|
|
||||||
box-shadow: 0 0 10px rgba( 0, 0, 0, 0.4 );
|
|
||||||
}*/
|
|
||||||
|
|
||||||
|
|
||||||
/* Square crop with resized image on hover. */
|
|
||||||
/*
|
|
||||||
.attachment .portrait img {
|
|
||||||
width: 200px;
|
|
||||||
}
|
|
||||||
.attachment .landscape img {
|
|
||||||
height: 200px;
|
|
||||||
}
|
|
||||||
.attachment .attachment-preview:hover img {
|
|
||||||
height: auto;
|
|
||||||
width: auto;
|
|
||||||
max-height: 200px;
|
|
||||||
max-width: 200px;
|
|
||||||
}*/
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Progress Bar
|
* Progress Bar
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue