Ticket #17436: 17938.diff
| File 17938.diff, 2.7 KB (added by jorbin, 2 years ago) |
|---|
-
wp-admin/css/colors-classic.dev.css
2111 2111 color: #777; 2112 2112 } 2113 2113 /* custom header & background pages */ 2114 2115 /* full screen */ 2116 2117 .wp-fullscreen-focus #wp-fullscreen-title, 2118 .wp-fullscreen-focus #wp-fullscreen-container { 2119 border-color: #BED1DD #BED1DD #D0DFE9; 2120 } 2121 2122 #fullscreen-topbar { 2123 background-image: -ms-linear-gradient(top, #f7fcfe, #eff8ff); /* IE10 */ 2124 background-image: -moz-linear-gradient(top, #f7fcfe, #eff8ff); /* Firefox */ 2125 background-image: -o-linear-gradient(top, #f7fcfe, #eff8ff); /* Opera */ 2126 background-image: -webkit-gradient(linear, left top, left bottom, from(#f7fcfe), to(#eff8ff)); /* old Webkit */ 2127 background-image: -webkit-linear-gradient(top, #f7fcfe, #eff8ff); /* new Webkit */ 2128 background-image: linear-gradient(top, #f7fcfe, #eff8ff); /* proposed W3C Markup */ 2129 } -
wp-admin/css/colors-fresh.dev.css
2111 2111 color: #777; 2112 2112 } 2113 2113 /* custom header & background pages */ 2114 2115 /* full screen */ 2116 2117 .wp-fullscreen-focus #wp-fullscreen-title, 2118 .wp-fullscreen-focus #wp-fullscreen-container { 2119 border-color: #ccc; 2120 } 2121 2122 #fullscreen-topbar { 2123 background-image: -ms-linear-gradient(top, #f4f4f4, #e9e9e9); /* IE10 */ 2124 background-image: -moz-linear-gradient(top, #f4f4f4, #e9e9e9); /* Firefox */ 2125 background-image: -o-linear-gradient(top, #f4f4f4, #e9e9e9); /* Opera */ 2126 background-image: -webkit-gradient(linear, left top, left bottom, from(#f4f4f4), to(#e9e9e9)); /* old Webkit */ 2127 background-image: -webkit-linear-gradient(top, #f4f4f4, #e9e9e9); /* new Webkit */ 2128 background-image: linear-gradient(top, #f4f4f4, #e9e9e9); /* proposed W3C Markup */ 2129 } -
wp-admin/css/wp-admin.dev.css
640 640 transition-duration: 0.6s; 641 641 } 642 642 643 .wp-fullscreen-focus #wp-fullscreen-title,644 .wp-fullscreen-focus #wp-fullscreen-container {645 border-color: #ccc;646 }647 643 648 644 #wp_mce_fullscreen { 649 645 width: 100%; … … 677 673 min-width: 800px; 678 674 width: 100%; 679 675 height: 40px; 680 background-color: #d9d9d9;681 background-image: -moz-linear-gradient(bottom, #d7d7d7, #e4e4e4);682 background-image: -webkit-gradient(linear, left bottom, left top, from(#d7d7d7), to(#e4e4e4));683 676 } 684 677 685 678 #wp-fullscreen-toolbar {
