Blue styles for DFW toolbar, props jorbin, fixes #17436

git-svn-id: http://svn.automattic.com/wordpress/trunk@17939 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
azaozz
2011-05-17 03:58:27 +00:00
parent 6d50ac2f38
commit 5869d175f6
7 changed files with 41 additions and 13 deletions

File diff suppressed because one or more lines are too long

View File

@@ -2111,3 +2111,20 @@ div.widgets-sortables,
color: #777;
}
/* custom header & background pages */
/* full screen */
.wp-fullscreen-focus #wp-fullscreen-title,
.wp-fullscreen-focus #wp-fullscreen-container {
border-color: #BED1DD;
}
#fullscreen-topbar {
border-bottom-color: #D1E5EE;
background-image: -ms-linear-gradient(top, #f7fcfe, #eff8ff); /* IE10 */
background-image: -moz-linear-gradient(top, #f7fcfe, #eff8ff); /* Firefox */
background-image: -o-linear-gradient(top, #f7fcfe, #eff8ff); /* Opera */
background-image: -webkit-gradient(linear, left top, left bottom, from(#f7fcfe), to(#eff8ff)); /* old Webkit */
background-image: -webkit-linear-gradient(top, #f7fcfe, #eff8ff); /* new Webkit */
background-image: linear-gradient(top, #f7fcfe, #eff8ff); /* proposed W3C Markup */
}

File diff suppressed because one or more lines are too long

View File

@@ -2111,3 +2111,20 @@ div.widgets-sortables,
color: #777;
}
/* custom header & background pages */
/* full screen */
.wp-fullscreen-focus #wp-fullscreen-title,
.wp-fullscreen-focus #wp-fullscreen-container {
border-color: #ccc;
}
#fullscreen-topbar {
border-bottom-color: #DFDFDF;
background-image: -ms-linear-gradient(top, #f4f4f4, #e9e9e9); /* IE10 */
background-image: -moz-linear-gradient(top, #f4f4f4, #e9e9e9); /* Firefox */
background-image: -o-linear-gradient(top, #f4f4f4, #e9e9e9); /* Opera */
background-image: -webkit-gradient(linear, left top, left bottom, from(#f4f4f4), to(#e9e9e9)); /* old Webkit */
background-image: -webkit-linear-gradient(top, #f4f4f4, #e9e9e9); /* new Webkit */
background-image: linear-gradient(top, #f4f4f4, #e9e9e9); /* proposed W3C Markup */
}

File diff suppressed because one or more lines are too long

View File

@@ -640,10 +640,6 @@ form.upgrade .hint {
transition-duration: 0.6s;
}
.wp-fullscreen-focus #wp-fullscreen-title,
.wp-fullscreen-focus #wp-fullscreen-container {
border-color: #ccc;
}
#wp_mce_fullscreen {
width: 100%;
@@ -673,13 +669,11 @@ form.upgrade .hint {
top: 0;
left: 0;
z-index: 150050;
border-bottom: 1px solid #C6C6C6;
border-bottom-style: solid;
border-bottom-width: 1px;
min-width: 800px;
width: 100%;
height: 40px;
background-color: #d9d9d9;
background-image: -moz-linear-gradient(bottom, #d7d7d7, #e4e4e4);
background-image: -webkit-gradient(linear, left bottom, left top, from(#d7d7d7), to(#e4e4e4));
}
#wp-fullscreen-toolbar {