mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-07-01 15:50:09 +00:00
Begin simplifying some of the visual elements in the admin, starting with gradients. White space purposefully not currently altered. props lessbloat, melchoyce, aaroncampbell, sabreuse. see #23415.
git-svn-id: https://develop.svn.wordpress.org/trunk@23407 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -995,11 +995,6 @@
|
||||
.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 {
|
||||
@@ -1042,8 +1037,8 @@ html[dir="rtl"] .wp-switch-editor {
|
||||
|
||||
.tmce-active .switch-tmce,
|
||||
.html-active .switch-html {
|
||||
border-color: #ccc #ccc #f4f4f4;
|
||||
background-color: #f4f4f4;
|
||||
border-color: #ccc #ccc #eee;
|
||||
background-color: #eee;
|
||||
color: #555;
|
||||
}
|
||||
|
||||
@@ -1903,11 +1898,6 @@ 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
|
||||
|
||||
Reference in New Issue
Block a user