Modals: darken all overlays, update all box-shadows and headings, correct thickbox styling, make the link modal narrower and bring back the animation (css transition). Props avryl, see #26952

git-svn-id: https://develop.svn.wordpress.org/trunk@27532 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz
2014-03-14 05:54:16 +00:00
parent a33829d1d0
commit 83501070d5
8 changed files with 153 additions and 217 deletions
+4 -2
View File
@@ -452,6 +452,8 @@ span.wp-media-buttons-icon:before {
width: 450px;
margin-left: -225px;
background: #fff;
-webkit-box-shadow: 0 3px 6px rgba( 0, 0, 0, 0.3 );
box-shadow: 0 3px 6px rgba( 0, 0, 0, 0.3 );
line-height: 1.5;
z-index: 1000005;
}
@@ -463,8 +465,8 @@ span.wp-media-buttons-icon:before {
right: 0;
bottom: 0;
background: #000;
opacity: 0.5;
filter: alpha(opacity=50);
opacity: 0.7;
filter: alpha(opacity=70);
z-index: 1000000;
}