mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-06 05:34:26 +00:00
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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user