Revert [23407], thereby restoring gradients and shadows. see #23415.

git-svn-id: https://develop.svn.wordpress.org/trunk@23500 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Helen Hou-Sandi
2013-02-28 00:58:26 +00:00
parent 8b26ed504c
commit 6ef89f92c7
4 changed files with 330 additions and 33 deletions

View File

@@ -995,6 +995,11 @@
.wp_themeSkin tr.mceFirst td.mceToolbar {
border-bottom: 1px solid #d1d1d1;
background: #eee;
background-image: -webkit-gradient(linear, left bottom, left top, from(#e5e5e5), to(#f4f4f4));
background-image: -webkit-linear-gradient(bottom, #e5e5e5, #f4f4f4);
background-image: -moz-linear-gradient(bottom, #e5e5e5, #f4f4f4);
background-image: -o-linear-gradient(bottom, #e5e5e5, #f4f4f4);
background-image: linear-gradient(to top, #e5e5e5, #f4f4f4);
}
.wp-switch-editor {
@@ -1037,8 +1042,8 @@ html[dir="rtl"] .wp-switch-editor {
.tmce-active .switch-tmce,
.html-active .switch-html {
border-color: #ccc #ccc #eee;
background-color: #eee;
border-color: #ccc #ccc #f4f4f4;
background-color: #f4f4f4;
color: #555;
}
@@ -1898,6 +1903,11 @@ RTL
#fullscreen-topbar {
border-bottom-color: #DFDFDF;
background: #f1f1f1;
background-image: -webkit-gradient(linear, left bottom, left top, from(#ececec), to(#f9f9f9));
background-image: -webkit-linear-gradient(bottom, #ececec, #f9f9f9);
background-image: -moz-linear-gradient(bottom, #ececec, #f9f9f9);
background-image: -o-linear-gradient(bottom, #ececec, #f9f9f9);
background-image: linear-gradient(to top, #ececec, #f9f9f9);
}
/* =CSS 3 transitions