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

git-svn-id: https://develop.svn.wordpress.org/trunk@17939 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz
2011-05-17 03:58:27 +00:00
parent f69b353866
commit 350adc7abe
7 changed files with 41 additions and 13 deletions

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 */
}