Make WordPress Core

Ticket #18141: 18141.4.diff

File 18141.4.diff, 19.6 KB (added by helenyhou, 13 years ago)
  • wp-includes/css/editor.dev.css

     
    9898
    9999.wp_themeSkin .mceStatusbar {
    100100        display: block;
    101         font-family: Arial, "Bitstream Vera Sans", Helvetica, Verdana, sans-serif;
     101        font-family: sans-serif;
    102102        font-size: 12px;
    103103        line-height: 16px;
    104104        padding: 0 0 0 8px;
     
    147147        margin: 0 6px 2px;
    148148}
    149149
     150.wp_themeSkin table.mceToolbar:focus,
     151.wp_themeSkin span.mceSeparator:focus {
     152        outline: none;
     153}
     154
    150155.wp_themeSkin #content_toolbar1 {
    151156        margin-top: 2px;
    152157}
     
    176181        margin: 1px;
    177182        -webkit-border-radius: 2px;
    178183        border-radius: 2px;
    179         -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15), inset 0 0 2px 1px #fff;
    180         -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15), inset 0 0 2px 1px #fff;
    181         box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15), inset 0 0 2px 1px #fff;
    182184}
    183185
    184186.wp_themeSkin a.mceButtonEnabled:hover {
     
    189191        margin: 0 0 0 1px;
    190192}
    191193
    192 .wp_themeSkin a.mceButton:active,
    193 .wp_themeSkin a.mceButtonActive,
    194 .wp_themeSkin a.mceButtonActive:hover,
    195 .wp_themeSkin a.mceButtonSelected {
    196         -webkit-box-shadow:      0 1px 1px rgba(0, 0, 0, 0.15), inset 0 0 2px 1px #fff;
    197         -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15), inset 0 0 2px 1px #fff;
    198         box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15), inset 0 0 2px 1px #fff;
    199 }
    200 
    201194.wp_themeSkin .mceButtonDisabled .mceIcon {
    202         opacity: 0.5;
    203         filter: alpha(opacity=50);
     195        opacity: 0.4;
     196        filter: alpha(opacity=40);
    204197}
    205198
    206199/* Separator */
     
    228221        -webkit-border-top-left-radius: 2px;
    229222        border-bottom-left-radius: 2px;
    230223        border-top-left-radius: 2px;
    231         -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15), inset 0 0 2px 1px #fff;
    232         -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15), inset 0 0 2px 1px #fff;
    233         box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15), inset 0 0 2px 1px #fff;
    234         font-family: Arial, "Bitstream Vera Sans", Helvetica, Verdana, sans-serif;
     224        font-family: sans-serif;
    235225        font-size: 12px;
    236226        height: 20px;
    237227        line-height: 20px;
     
    252242        -webkit-border-top-left-radius: 0;
    253243        border-bottom-left-radius: 0;
    254244        border-top-left-radius: 0;
    255         -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15), inset 0 0 2px 1px #fff;
    256         -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15), inset 0 0 2px 1px #fff;
    257         box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15), inset 0 0 2px 1px #fff;
    258245}
    259246
    260247.wp_themeSkin .mceListBox .mceOpen span {
     
    289276}
    290277
    291278.wp_themeSkin select.mceListBox {
    292         font-family: Arial, "Bitstream Vera Sans", Helvetica, Verdana, sans-serif;
     279        font-family: sans-serif;
    293280        font-size: 12px;
    294281        border-color: #B2B2B2;
    295282        background-color: #fff;
     
    314301        border-radius: 2px;
    315302}
    316303
    317 .wp_themeSkin table.mceSplitButton td a {
    318         -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15), inset 0 0 2px 1px #fff;
    319         -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15), inset 0 0 2px 1px #fff;
    320         box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15), inset 0 0 2px 1px #fff;
    321 }
    322 
    323304.wp_themeSkin table.mceSplitButton:hover td {
    324305        background-image: inherit 0 -10px;
    325306}
     
    413394/* ColorSplitButton */
    414395.wp_themeSkin div.mceColorSplitMenu table {
    415396        background-color: #ebebeb;
    416         border-color: #B2B2B2;
     397        border-color: #bbb;
    417398}
    418399
    419400.wp_themeSkin .mceColorSplitMenu td {
     
    425406        width: 9px;
    426407        height: 9px;
    427408        overflow: hidden;
    428         border-color: #B2B2B2;
     409        border-color: #bbb;
    429410}
    430411
    431412.wp_themeSkin .mceColorSplitMenu td.mceMoreColors {
     
    852833.wp_themeSkin .mceListBox .mceText,
    853834.wp_themeSkin .mceListBox .mceOpen {
    854835        border-color: #ccc;
    855         background-color: #eee; /* Fallback */
    856         background-image: -ms-linear-gradient(bottom, #ddd, #fff); /* IE10 */
    857         background-image: -moz-linear-gradient(bottom, #ddd, #fff); /* Firefox */
    858         background-image: -o-linear-gradient(bottom, #ddd, #fff); /* Opera */
    859         background-image: -webkit-gradient(linear, left bottom, left top, from(#ddd), to(#fff)); /* old Webkit */
    860         background-image: -webkit-linear-gradient(bottom, #ddd, #fff); /* new Webkit */
    861         background-image: linear-gradient(bottom, #ddd, #fff); /* proposed W3C Markup */
     836        background: #ddd; /* Fallback */
     837        background-image: -ms-linear-gradient(bottom, #ccc, #efefef); /* IE10 */
     838        background-image: -moz-linear-gradient(bottom, #ccc, #efefef); /* Firefox */
     839        background-image: -o-linear-gradient(bottom, #ccc, #efefef); /* Opera */
     840        background-image: -webkit-gradient(linear, left bottom, left top, from(#ccc), to(#efefef)); /* old Webkit */
     841        background-image: -webkit-linear-gradient(bottom, #ccc, #efefef); /* new Webkit */
     842        background-image: linear-gradient(bottom, #ccc, #efefef); /* proposed W3C Markup */
    862843}
    863844
    864845.wp_themeSkin a.mceButtonEnabled:hover {
    865         border-color: #a0a0a0;
     846        border-color: #aaa;
    866847        background: #ddd; /* Fallback */
    867848        background-image: -ms-linear-gradient(bottom, #ccc, #fff); /* IE10 */
    868849        background-image: -moz-linear-gradient(bottom, #ccc, #fff); /* Firefox */
     
    879860.wp_themeSkin a.mceButtonActive:active,
    880861.wp_themeSkin a.mceButtonActive:hover {
    881862        background-color: #ddd; /* Fallback */
    882         background-image: -ms-linear-gradient(bottom, #eee, #bbb); /* IE10 */
    883         background-image: -moz-linear-gradient(bottom, #eee, #bbb); /* Firefox */
    884         background-image: -o-linear-gradient(bottom, #eee, #bbb); /* Opera */
    885         background-image: -webkit-gradient(linear, left bottom, left top, from(#eee), to(#bbb)); /* old Webkit */
    886         background-image: -webkit-linear-gradient(bottom, #eee, #bbb); /* new Webkit */
    887         background-image: linear-gradient(bottom, #eee, #bbb); /* proposed W3C Markup */
    888         border-color: #909090;
     863        background-image: -ms-linear-gradient(bottom, #efefef, #ccc); /* IE10 */
     864        background-image: -moz-linear-gradient(bottom, #efefef, #ccc); /* Firefox */
     865        background-image: -o-linear-gradient(bottom, #efefef, #ccc); /* Opera */
     866        background-image: -webkit-gradient(linear, left bottom, left top, from(#efefef), to(#ccc)); /* old Webkit */
     867        background-image: -webkit-linear-gradient(bottom, #efefef, #ccc); /* new Webkit */
     868        background-image: linear-gradient(bottom, #efefef, #ccc); /* proposed W3C Markup */
     869        border-color: #aaa;
    889870}
    890871
    891872.wp_themeSkin .mceButtonDisabled {
    892         border-color: #ccc !important;
     873        border-color: transparent !important;
     874        background: transparent;
     875        background-image: none;
    893876}
    894877
    895878.wp_themeSkin .mceListBox .mceOpen {
     
    903886.wp_themeSkin .mceListBoxSelected .mceText,
    904887.wp_themeSkin table.mceListBoxEnabled:active .mceText {
    905888        background: #ccc;
    906         border-color: #999;
     889        border-color: #aaa;
    907890}
    908891
    909892.wp_themeSkin table.mceListBoxEnabled:hover .mceText,
    910893.wp_themeSkin .mceListBoxHover .mceText,
    911894.wp_themeSkin table.mceListBoxEnabled:hover .mceOpen,
    912895.wp_themeSkin .mceListBoxHover .mceOpen {
    913         border-color: #909090;
     896        border-color: #aaa;
    914897        background-color: #eee; /* Fallback */
    915898        background-image: -ms-linear-gradient(bottom, #ccc, #fff); /* IE10 */
    916899        background-image: -moz-linear-gradient(bottom, #ccc, #fff); /* Firefox */
     
    930913.wp_themeSkin .mceSplitButtonSelected a.mceOpen,
    931914.wp_themeSkin table.mceSplitButtonEnabled:hover a.mceAction,
    932915.wp_themeSkin .mceSplitButton a.mceAction:hover {
    933         border-color: #909090;
     916        border-color: #aaa;
    934917}
    935918
     919.wp_themeSkin .mceSplitButtonSelected a.mceOpen {
     920        background-color: #aaa;
     921}
     922
    936923.wp_themeSkin table.mceSplitButton td {
    937         background-color: #eee; /* Fallback */
    938         background-image: -ms-linear-gradient(bottom, #ddd, #fff); /* IE10 */
    939         background-image: -moz-linear-gradient(bottom, #ddd, #fff); /* Firefox */
    940         background-image: -o-linear-gradient(bottom, #ddd, #fff); /* Opera */
    941         background-image: -webkit-gradient(linear, left bottom, left top, from(#ddd), to(#fff)); /* old Webkit */
    942         background-image: -webkit-linear-gradient(bottom, #ddd, #fff); /* new Webkit */
    943         background-image: linear-gradient(bottom, #ddd, #fff); /* proposed W3C Markup */
     924        background: #ddd; /* Fallback */
     925        background-image: -ms-linear-gradient(bottom, #ccc, #efefef); /* IE10 */
     926        background-image: -moz-linear-gradient(bottom, #ccc, #efefef); /* Firefox */
     927        background-image: -o-linear-gradient(bottom, #ccc, #efefef); /* Opera */
     928        background-image: -webkit-gradient(linear, left bottom, left top, from(#ccc), to(#efefef)); /* old Webkit */
     929        background-image: -webkit-linear-gradient(bottom, #ccc, #efefef); /* new Webkit */
     930        background-image: linear-gradient(bottom, #ccc, #efefef); /* proposed W3C Markup */
    944931}
    945932
    946933.wp_themeSkin table.mceSplitButton:hover td {
  • wp-admin/css/colors-classic.dev.css

     
    884884}
    885885
    886886/* Containers */
     887.wp-editor-wrap .wp-editor-container,
    887888.wp-editor-wrap .wp_themeSkin table.mceLayout {
    888889        border-color: #bed1dd #bed1dd #d0dfe9;
    889890}
     
    905906}
    906907
    907908/* Button */
    908 .wp-editor-wrap .wp_themeSkin .mceButton {
    909         border-color: #B0C8D7;
    910         background-color: #cfdfe9; /* Fallback */
    911         background-image: -ms-linear-gradient(bottom, #cfdfe9, #fff); /* IE10 */
    912         background-image: -moz-linear-gradient(bottom, #cfdfe9, #fff); /* Firefox */
    913         background-image: -o-linear-gradient(bottom, #cfdfe9, #fff); /* Opera */
    914         background-image: -webkit-gradient(linear, left bottom, left top, from(#cfdfe9), to(#fff)); /* old Webkit       */
    915         background-image: -webkit-linear-gradient(bottom, #cfdfe9, #fff) !important; /* new Webkit */
    916         background-image: linear-gradient(bottom, #cfdfe9, #fff); /* proposed W3C Markup */
     909.wp-editor-wrap .wp_themeSkin .mceButton,
     910.wp-editor-wrap .wp_themeSkin .mceListBox .mceText,
     911.wp-editor-wrap .wp_themeSkin .mceListBox .mceOpen {
     912        border-color: #c7d8e2 !important;
     913        background-color: #c7d8e2; /* Fallback */
     914        background-image: -ms-linear-gradient(bottom, #cfdfe9, #f2f6f9); /* IE10 */
     915        background-image: -moz-linear-gradient(bottom, #cfdfe9, #f2f6f9); /* Firefox */
     916        background-image: -o-linear-gradient(bottom, #cfdfe9, #f2f6f9); /* Opera */
     917        background-image: -webkit-gradient(linear, left bottom, left top, from(#cfdfe9), to(#f2f6f9)); /* old Webkit    */
     918        background-image: -webkit-linear-gradient(bottom, #cfdfe9, #f2f6f9) !important; /* new Webkit */
     919        background-image: linear-gradient(bottom, #cfdfe9, #f2f6f9); /* proposed W3C Markup */
    917920}
    918921
    919922.wp-editor-wrap .wp_themeSkin a.mceButtonEnabled:hover {
    920         border-color: #5589AA !important;
    921         background-color: #c9c9c9; /* Fallback */
    922         background-image: -ms-linear-gradient(bottom, #bdccd5, #fff); /* IE10 */
    923         background-image: -moz-linear-gradient(bottom, #bdccd5, #fff); /* Firefox */
    924         background-image: -o-linear-gradient(bottom, #bdccd5, #fff); /* Opera */
    925         background-image: -webkit-gradient(linear, left bottom, left top, from(#bdccd5), to(#fff)); /* old Webkit        */
    926         background-image: -webkit-linear-gradient(bottom, #bdccd5, #fff) !important; /* new Webkit */
    927         background-image: linear-gradient(bottom, #bdccd5, #fff); /* proposed W3C Markup */
     923        border-color: #99b8cc !important;
     924        background-color: #c7d8e2; /* Fallback */
     925        background-image: -ms-linear-gradient(bottom, #dbe7ee, #fff); /* IE10 */
     926        background-image: -moz-linear-gradient(bottom, #dbe7ee, #fff); /* Firefox */
     927        background-image: -o-linear-gradient(bottom, #dbe7ee, #fff); /* Opera */
     928        background-image: -webkit-gradient(linear, left bottom, left top, from(#dbe7ee), to(#fff)); /* old Webkit       */
     929        background-image: -webkit-linear-gradient(bottom, #dbe7ee, #fff) !important; /* new Webkit */
     930        background-image: linear-gradient(bottom, #dbe7ee, #fff); /* proposed W3C Markup */
    928931}
    929932
    930933.wp-editor-wrap .wp_themeSkin a.mceButton:active,
     
    933936.wp-editor-wrap .wp_themeSkin a.mceButtonActive,
    934937.wp-editor-wrap .wp_themeSkin a.mceButtonActive:active,
    935938.wp-editor-wrap .wp_themeSkin a.mceButtonActive:hover {
    936         background: #B0C8D7 !important;
    937         background-image: -ms-linear-gradient(bottom, #fff, #cfdfe9); /* IE10 */
    938         background-image: -moz-linear-gradient(bottom, #fff, #cfdfe9); /* Firefox */
    939         background-image: -o-linear-gradient(bottom, #fff, #cfdfe9); /* Opera */
    940         background-image: -webkit-gradient(linear, left bottom, left top, from(#fff), to(#cfdfe9)); /* old Webkit        */
    941         background-image: -webkit-linear-gradient(bottom, #fff, #cfdfe9) !important; /* new Webkit */
    942         background-image: linear-gradient(bottom, #fff, #cfdfe9); /* proposed W3C Markup */
    943         border-color: #5589AA !important;
     939        background: #c7d8e2; /* Fallback */
     940        background-image: -ms-linear-gradient(bottom, #f2f6f9, #cfdfe9); /* IE10 */
     941        background-image: -moz-linear-gradient(bottom, #f2f6f9, #cfdfe9); /* Firefox */
     942        background-image: -o-linear-gradient(bottom, #f2f6f9, #cfdfe9); /* Opera */
     943        background-image: -webkit-gradient(linear, left bottom, left top, from(#f2f6f9), to(#cfdfe9)); /* old Webkit     */
     944        background-image: -webkit-linear-gradient(bottom, #f2f6f9, #cfdfe9) !important; /* new Webkit */
     945        background-image: linear-gradient(bottom, #f2f6f9, #cfdfe9); /* proposed W3C Markup */
     946        border-color: #99b8cc !important;
    944947}
    945948
    946949.wp-editor-wrap .wp_themeSkin .mceButtonDisabled {
    947         border-color: #B0C8D7 !important;
     950        border-color: transparent !important;
     951        background: transparent;
     952        background-image: none;
    948953}
    949954
    950955/* ListBox */
    951 .wp-editor-wrap .wp_themeSkin .mceListBox .mceText,
    952 .wp-editor-wrap .wp_themeSkin .mceListBox .mceOpen      {
    953         border-color: #B0C8D7;
    954         background-color: #cfdfe9; /* Fallback */
    955         background-image: -ms-linear-gradient(bottom, #cfdfe9, #fff); /* IE10 */
    956         background-image: -moz-linear-gradient(bottom, #cfdfe9, #fff); /* Firefox */
    957         background-image: -o-linear-gradient(bottom, #cfdfe9, #fff); /* Opera */
    958         background-image: -webkit-gradient(linear, left bottom, left top, from(#cfdfe9), to(#fff)); /* old Webkit       */
    959         background-image: -webkit-linear-gradient(bottom, #cfdfe9, #fff) !important; /* new Webkit */
    960         background-image: linear-gradient(bottom, #cfdfe9, #fff); /* proposed W3C Markup */
    961 }
    962 
    963956.wp-editor-wrap .wp_themeSkin .mceListBox .mceOpen {
    964957        border-left: 0px !important;
    965958}
     
    970963.wp-editor-wrap .wp_themeSkin .mceListBoxSelected .mceOpen,
    971964.wp-editor-wrap .wp_themeSkin .mceListBoxSelected .mceText,
    972965.wp-editor-wrap .wp_themeSkin table.mceListBoxEnabled:active .mceText {
    973         background: #B0C8D7;
    974         border-color: #5589AA !important;
     966        background: #c7d8e2;
     967        border-color: #99b8cc !important;
    975968}
    976969
    977970/* List Box Hover */
     
    979972.wp-editor-wrap .wp_themeSkin .mceListBoxHover .mceText,
    980973.wp-editor-wrap .wp_themeSkin table.mceListBoxEnabled:hover .mceOpen,
    981974.wp-editor-wrap .wp_themeSkin .mceListBoxHover .mceOpen {
    982         border-color: #5589AA !important;
    983         background-color: #c9c9c9; /* Fallback */
    984         background-image: -ms-linear-gradient(bottom, #cfdfe9, #fff); /* IE10 */
    985         background-image: -moz-linear-gradient(bottom, #cfdfe9, #fff); /* Firefox */
    986         background-image: -o-linear-gradient(bottom, #cfdfe9, #fff); /* Opera */
    987         background-image: -webkit-gradient(linear, left bottom, left top, from(#cfdfe9), to(#fff)); /* old Webkit       */
    988         background-image: -webkit-linear-gradient(bottom, #cfdfe9, #fff) !important; /* new Webkit */
    989         background-image: linear-gradient(bottom, #cfdfe9, #fff); /* proposed W3C Markup */
     975        border-color: #99b8cc !important;
     976        background-color: #c7d8e2; /* Fallback */
     977        background-image: -ms-linear-gradient(bottom, #dbe7ee, #fff); /* IE10 */
     978        background-image: -moz-linear-gradient(bottom, #dbe7ee, #fff); /* Firefox */
     979        background-image: -o-linear-gradient(bottom, #dbe7ee, #fff); /* Opera */
     980        background-image: -webkit-gradient(linear, left bottom, left top, from(#dbe7ee), to(#fff)); /* old Webkit       */
     981        background-image: -webkit-linear-gradient(bottom, #dbe7ee, #fff) !important; /* new Webkit */
     982        background-image: linear-gradient(bottom, #dbe7ee, #fff); /* proposed W3C Markup */
    990983}
    991984
    992985.wp-editor-wrap .wp_themeSkin select.mceListBox {
     
    995988}
    996989
    997990/* SplitButton */
    998 .wp-editor-wrap .wp_themeSkin .mceSplitButton a.mceAction,
    999 .wp-editor-wrap .wp_themeSkin .mceSplitButton a.mceOpen {
    1000         border-color: #B0C8D7;
     991.wp-editor-wrap .wp_themeSkin table.mceSplitButton td {
     992        border-color: #c7d8e2 !important;
     993        background-color: #c7d8e2; /* Fallback */
     994        background-image: -ms-linear-gradient(bottom, #cfdfe9, #f2f6f9); /* IE10 */
     995        background-image: -moz-linear-gradient(bottom, #cfdfe9, #f2f6f9); /* Firefox */
     996        background-image: -o-linear-gradient(bottom, #cfdfe9, #f2f6f9); /* Opera */
     997        background-image: -webkit-gradient(linear, left bottom, left top, from(#cfdfe9), to(#f2f6f9)); /* old Webkit    */
     998        background-image: -webkit-linear-gradient(bottom, #cfdfe9, #f2f6f9) !important; /* new Webkit */
     999        background-image: linear-gradient(bottom, #cfdfe9, #f2f6f9); /* proposed W3C Markup */
    10011000}
    10021001
    10031002.wp-editor-wrap .wp_themeSkin .mceSplitButton a.mceOpen:hover,
    10041003.wp-editor-wrap .wp_themeSkin .mceSplitButtonSelected a.mceOpen,
    10051004.wp-editor-wrap .wp_themeSkin table.mceSplitButtonEnabled:hover a.mceAction,
    10061005.wp-editor-wrap .wp_themeSkin .mceSplitButton a.mceAction:hover {
    1007         border-color: #5589AA !important;
     1006        border-color: #99b8cc !important;
    10081007}
    10091008
    1010 .wp-editor-wrap .wp_themeSkin table.mceSplitButton td {
    1011         background-color: #cfdfe9; /* Fallback */
    1012         background-image: -ms-linear-gradient(bottom, #cfdfe9, #fff); /* IE10 */
    1013         background-image: -moz-linear-gradient(bottom, #cfdfe9, #fff); /* Firefox */
    1014         background-image: -o-linear-gradient(bottom, #cfdfe9, #fff); /* Opera */
    1015         background-image: -webkit-gradient(linear, left bottom, left top, from(#cfdfe9), to(#fff)); /* old Webkit       */
    1016         background-image: -webkit-linear-gradient(bottom, #cfdfe9, #fff) !important; /* new Webkit */
    1017         background-image: linear-gradient(bottom, #cfdfe9, #fff); /* proposed W3C Markup */
     1009.wp-editor-wrap .wp_themeSkin table.mceSplitButton:hover td {
     1010        background-image: -ms-linear-gradient(bottom, #dbe7ee, #fff); /* IE10 */
     1011        background-image: -moz-linear-gradient(bottom, #dbe7ee, #fff); /* Firefox */
     1012        background-image: -o-linear-gradient(bottom, #dbe7ee, #fff); /* Opera */
     1013        background-image: -webkit-gradient(linear, left bottom, left top, from(#dbe7ee), to(#fff)); /* old Webkit       */
     1014        background-image: -webkit-linear-gradient(bottom, #dbe7ee, #fff) !important; /* new Webkit */
     1015        background-image: linear-gradient(bottom, #dbe7ee, #fff); /* proposed W3C Markup */
    10181016}
    10191017
    1020 .wp-editor-wrap .wp_themeSkin table.mceSplitButton:hover td {
    1021         background-image: -ms-linear-gradient(bottom, #cfdfe9, #fff); /* IE10 */
    1022         background-image: -moz-linear-gradient(bottom, #cfdfe9, #fff); /* Firefox */
    1023         background-image: -o-linear-gradient(bottom, #cfdfe9, #fff); /* Opera */
    1024         background-image: -webkit-gradient(linear, left bottom, left top, from(#cfdfe9), to(#fff)); /* old Webkit       */
    1025         background-image: -webkit-linear-gradient(bottom, #cfdfe9, #fff) !important; /* new Webkit */
    1026         background-image: linear-gradient(bottom, #cfdfe9, #fff); /* proposed W3C Markup */
     1018.wp-editor-wrap .wp_themeSkin .mceSplitButton a.mceAction,
     1019.wp-editor-wrap .wp_themeSkin .mceSplitButton a.mceOpen {
     1020        border-color: #c7d8e2;
    10271021}
    10281022
    10291023.wp-editor-wrap .wp_themeSkin .mceSplitButtonActive {
    1030         background-color: #B0C8D7;
     1024        background-color: #99b8cc;
    10311025}
    10321026
     1027.wp-editor-wrap .wp_themeSkin .mceSplitButtonSelected a.mceOpen {
     1028        background-color: #99b8cc;
     1029}
     1030
    10331031/* ColorSplitButton */
    10341032.wp-editor-wrap .wp_themeSkin div.mceColorSplitMenu table {
    10351033        background-color: #ebebeb;
     
    10851083}
    10861084
    10871085.wp-editor-wrap .wp_themeSkin tr.mceFirst td.mceToolbar {
    1088         background: #cfdfe9 url("../images/ed-bg-vs.gif?ver=20101102") repeat-x scroll left top;
     1086        background-color: #eff8ff; /* Fallback */
     1087        background-image: -ms-linear-gradient(top, #eff8ff, #e0eff9); /* IE10 */
     1088        background-image: -moz-linear-gradient(top, #eff8ff, #e0eff9); /* Firefox */
     1089        background-image: -o-linear-gradient(top, #eff8ff, #e0eff9); /* Opera */
     1090        background-image: -webkit-gradient(linear, left top, left bottom, from(#eff8ff), to(#e0eff9)); /* old Webkit */
     1091        background-image: -webkit-linear-gradient(top, #eff8ff, #e0eff9); /* new Webkit */
     1092        background-image: linear-gradient(top, #eff8ff, #e0eff9); /* proposed W3C Markup */
    10891093        border-color: #cfdfe9;
    10901094}
    10911095