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

View File

@@ -1423,27 +1423,6 @@ html.wp-toolbar {
padding: 0 5px;
}
#TB_window {
border: 1px solid #333;
}
#TB_window #TB_title {
background-color: #222;
color: #cfcfcf;
}
#TB_window #TB_title a.tb-theme-preview-link,
#TB_window #TB_title a.tb-theme-preview-link:visited {
color: #999;
font-weight: 600;
text-decoration: none;
}
#TB_window #TB_title a.tb-theme-preview-link:hover,
#TB_window #TB_title a.tb-theme-preview-link:focus {
color: #ccc;
}
/* @todo: what is this doing here */
#dashboard_right_now .versions .b,
#post-status-display,
@@ -1994,17 +1973,6 @@ img {
content: '\f140';
}
#TB_ajaxContent #options {
position: absolute;
top: 20px;
right: 25px;
padding: 5px;
}
#TB_ajaxContent h3 {
margin-bottom: .25em;
}
.error a {
text-decoration: underline;
}
@@ -2272,15 +2240,6 @@ img {
border-bottom: 1px solid #dfdfdf;
}
/* @todo: these seem misplaced */
.sticky-menu #TB_window {
background: #f1f1f1;
}
.sticky-menu #TB_window .updated {
margin: 16px 0 0;
}
/* =Media Queries
-------------------------------------------------------------- */