Make WordPress Core

Ticket #18141: 18141.10.diff

File 18141.10.diff, 18.4 KB (added by trepmal, 12 years ago)
  • wp-includes/css/editor.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         box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15), inset 0 0 2px 1px #fff;
    181184}
    182185
    183186.wp_themeSkin a.mceButtonEnabled:hover {
     
    188191        margin: 0 0 0 1px;
    189192}
    190193
    191 .wp_themeSkin a.mceButton:active,
    192 .wp_themeSkin a.mceButtonActive,
    193 .wp_themeSkin a.mceButtonActive:hover,
    194 .wp_themeSkin a.mceButtonSelected {
    195         -webkit-box-shadow:      0 1px 1px rgba(0, 0, 0, 0.15), inset 0 0 2px 1px #fff;
    196         box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15), inset 0 0 2px 1px #fff;
    197 }
    198 
    199194.wp_themeSkin .mceButtonDisabled .mceIcon {
    200         opacity: 0.5;
    201         filter: alpha(opacity=50);
     195        opacity: 0.4;
     196        filter: alpha(opacity=40);
    202197}
    203198
    204199/* Separator */
     
    226221        -webkit-border-top-left-radius: 2px;
    227222        border-bottom-left-radius: 2px;
    228223        border-top-left-radius: 2px;
    229         -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15), inset 0 0 2px 1px #fff;
    230         box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15), inset 0 0 2px 1px #fff;
    231         font-family: Arial, "Bitstream Vera Sans", Helvetica, Verdana, sans-serif;
     224        font-family: sans-serif;
    232225        font-size: 12px;
    233226        height: 20px;
    234227        line-height: 20px;
     
    241234}
    242235
    243236.wp_themeSkin .mceListBox .mceOpen {
    244         width: 14px;
     237        width: 10px;
    245238        height: 20px;
    246239        border-collapse: separate;
    247         padding: 1px;
     240        padding: 1px 0;
    248241        -webkit-border-bottom-left-radius: 0;
    249242        -webkit-border-top-left-radius: 0;
    250243        border-bottom-left-radius: 0;
    251244        border-top-left-radius: 0;
    252         -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15), inset 0 0 2px 1px #fff;
    253         box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15), inset 0 0 2px 1px #fff;
    254245}
    255246
    256247.wp_themeSkin .mceListBox .mceOpen span {
    257248        display: block;
    258         width: 14px;
     249        width: 10px;
    259250        height: 20px;
     251}
     252
     253.wp_themeSkin .mceListBoxSelected .mceOpen span,
     254.wp_themeSkin .mceListBox:hover .mceOpen span {
    260255        background-image: url("../images/down_arrow.gif");
    261         background-position: 2px 1px;
     256        background-position: 0px 1px;
    262257        background-repeat: no-repeat;
    263258}
    264259
     
    285280}
    286281
    287282.wp_themeSkin select.mceListBox {
    288         font-family: Arial, "Bitstream Vera Sans", Helvetica, Verdana, sans-serif;
     283        font-family: sans-serif;
    289284        font-size: 12px;
    290285        border-color: #b2b2b2;
    291286        background-color: #fff;
     
    300295
    301296.wp_themeSkin .mceSplitButton {
    302297        display: block;
    303         margin: 1px;
    304298        direction: ltr;
    305299}
    306300
     
    310304        border-radius: 2px;
    311305}
    312306
    313 .wp_themeSkin table.mceSplitButton td a {
    314         -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15), inset 0 0 2px 1px #fff;
    315         box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15), inset 0 0 2px 1px #fff;
    316 }
    317 
    318307.wp_themeSkin table.mceSplitButton:hover td {
    319308        background-image: inherit 0 -10px;
    320309}
     
    323312        height: 20px;
    324313        width: 20px;
    325314        padding: 1px 2px;
     315        border-right: 0 none !important;
    326316}
    327317
    328318.wp_themeSkin .mceSplitButton span.mceAction {
     
    335325.wp_themeSkin .mceSplitButton a.mceOpen {
    336326        width: 10px;
    337327        height: 20px;
    338         background-image: url("../images/down_arrow.gif");
    339         background-position: 1px 2px;
     328        background-position: 0px 2px;
    340329        background-repeat: no-repeat;
    341         padding: 1px;
    342         border-left: 0 none !important;
     330        padding: 1px 0;
    343331}
    344332
     333.wp_themeSkin .mceSplitButtonActive a.mceOpen,
     334.wp_themeSkin .mceSplitButtonSelected a.mceOpen,
     335.wp_themeSkin .mceSplitButton a.mceOpen:hover {
     336        width: 11px;
     337        border-left: 1px solid transparent !important;
     338        background-position: 1px 2px !important;
     339        position: relative;
     340        left: -1px;
     341        margin-right: -1px;
     342}
     343
    345344.wp_themeSkin .mceSplitButton span.mceOpen {
    346345        display: none;
    347346}
     
    449448/* ColorSplitButton */
    450449.wp_themeSkin div.mceColorSplitMenu table {
    451450        background-color: #ebebeb;
    452         border-color: #B2B2B2;
     451        border-color: #bbb;
    453452}
    454453
    455454.wp_themeSkin .mceColorSplitMenu td {
     
    870869.wp_themeSkin a.mceButtonSelected,
    871870.wp_themeSkin .mceListBox .mceText,
    872871.wp_themeSkin .mceListBox .mceOpen,
    873 .wp_themeSkin table.mceListBoxEnabled:hover .mceText,
    874 .wp_themeSkin .mceListBoxHover .mceText,
    875 .wp_themeSkin .mceListBoxSelected .mceText,
    876 .wp_themeSkin table.mceListBoxEnabled:hover .mceOpen,
    877 .wp_themeSkin .mceListBoxHover .mceOpen,
    878 .wp_themeSkin .mceListBoxSelected .mceOpen,
     872/*.wp_themeSkin table.mceListBoxEnabled:hover .mceText,*/
     873/*.wp_themeSkin .mceListBoxHover .mceText,*/
     874/*.wp_themeSkin .mceListBoxSelected .mceText,*/
     875/*.wp_themeSkin table.mceListBoxEnabled:hover .mceOpen,*/
     876/*.wp_themeSkin .mceListBoxHover .mceOpen,*/
     877/*.wp_themeSkin .mceListBoxSelected .mceOpen,*/
    879878.wp_themeSkin select.mceListBox,
    880879.wp_themeSkin .mceSplitButton a.mceAction,
    881880.wp_themeSkin .mceSplitButton a.mceOpen,
     
    892891        border-style: solid;
    893892        border-width: 1px;
    894893}
    895 
     894.wp_themeSkin .mceListBox .mceText {
     895        border-right: 0 none;
     896}
    896897.wp_themeSkin iframe {
    897898        background: transparent;
    898899}
    899900
    900901.wp_themeSkin .mceButton,
    901902.wp_themeSkin .mceListBox .mceText,
     903/*.wp_themeSkin .mceListBox .mceAction,*/
    902904.wp_themeSkin .mceListBox .mceOpen {
    903         border-color: #ccc;
    904         background: #eee;
    905         background-image: -webkit-gradient(linear, left bottom, left top, from(#ddd), to(#fff));
    906         background-image: -webkit-linear-gradient(bottom, #ddd, #fff);
    907         background-image:    -moz-linear-gradient(bottom, #ddd, #fff);
    908         background-image:      -o-linear-gradient(bottom, #ddd, #fff);
    909         background-image: linear-gradient(to top, #ddd, #fff);
     905        border-color: transparent;
    910906}
    911907
    912908.wp_themeSkin a.mceButtonEnabled:hover {
    913         border-color: #a0a0a0;
     909        border-color: #bbb;
    914910        background: #eee;
    915911        background-image: -webkit-gradient(linear, left bottom, left top, from(#ccc), to(#fff));
    916912        background-image: -webkit-linear-gradient(bottom, #ccc, #fff);
     
    925921.wp_themeSkin a.mceButtonActive,
    926922.wp_themeSkin a.mceButtonActive:active,
    927923.wp_themeSkin a.mceButtonActive:hover {
    928         border-color: #909090;
     924        border-color: #bbb;
    929925        background: #ddd;
    930         background-image: -webkit-gradient(linear, left bottom, left top, from(#eee), to(#bbb));
    931         background-image: -webkit-linear-gradient(bottom, #eee, #bbb);
    932         background-image:    -moz-linear-gradient(bottom, #eee, #bbb);
    933         background-image:      -o-linear-gradient(bottom, #eee, #bbb);
    934         background-image: linear-gradient(to top, #eee, #bbb);
     926        background-image: -webkit-gradient(linear, left bottom, left top, from(#fff), to(#ccc));
     927        background-image: -webkit-linear-gradient(bottom, #fff, #ccc);
     928        background-image:    -moz-linear-gradient(bottom, #fff, #ccc);
     929        background-image:      -o-linear-gradient(bottom, #fff, #ccc);
     930        background-image: linear-gradient(to top, #fff, #ccc);
    935931}
    936932
    937933.wp_themeSkin .mceButtonDisabled {
    938         border-color: #ccc !important;
     934        border-color: transparent !important;
    939935}
    940936
     937/*.wp_themeSkin .mceListBox .mceAction {
     938        border-right: 0 !important;
     939}*/
    941940.wp_themeSkin .mceListBox .mceOpen {
    942941        border-left: 0 !important;
    943942}
     
    948947.wp_themeSkin .mceListBoxSelected .mceOpen,
    949948.wp_themeSkin .mceListBoxSelected .mceText,
    950949.wp_themeSkin table.mceListBoxEnabled:active .mceText {
    951         background: #ccc;
    952         border-color: #999;
     950        border-color: #bbb;
     951        background: #ddd;
     952        background-image: -webkit-gradient(linear, left bottom, left top, from(#fff), to(#ccc));
     953        background-image: -webkit-linear-gradient(bottom, #fff, #ccc);
     954        background-image:    -moz-linear-gradient(bottom, #fff, #ccc);
     955        background-image:      -o-linear-gradient(bottom, #fff, #ccc);
     956        background-image: linear-gradient(to top, #fff, #ccc);
    953957}
    954958
    955959.wp_themeSkin table.mceListBoxEnabled:hover .mceText,
    956960.wp_themeSkin .mceListBoxHover .mceText,
    957961.wp_themeSkin table.mceListBoxEnabled:hover .mceOpen,
    958962.wp_themeSkin .mceListBoxHover .mceOpen {
    959         border-color: #909090;
     963        border-color: #bbb;
    960964        background: #eee;
    961965        background-image: -webkit-gradient(linear, left bottom, left top, from(#ccc), to(#fff));
    962966        background-image: -webkit-linear-gradient(bottom, #ccc, #fff);
     
    968972/* SplitButton */
    969973.wp_themeSkin .mceSplitButton a.mceAction,
    970974.wp_themeSkin .mceSplitButton a.mceOpen {
    971         border-color: #ccc;
     975        border-color: transparent;
    972976}
    973977
    974 .wp_themeSkin .mceSplitButton a.mceOpen:hover,
     978.wp_themeSkin .mceSplitButton:hover a.mceOpen,
    975979.wp_themeSkin .mceSplitButtonSelected a.mceOpen,
     980.wp_themeSkin .mceSplitButtonSelected a.mceAction,
    976981.wp_themeSkin table.mceSplitButtonEnabled:hover a.mceAction,
    977982.wp_themeSkin .mceSplitButton a.mceAction:hover {
    978         border-color: #909090;
     983        border-color: #bbb;
    979984}
    980985
    981 .wp_themeSkin table.mceSplitButton td {
    982         background: #eee;
    983         background-image: -webkit-gradient(linear, left bottom, left top, from(#ddd), to(#fff));
    984         background-image: -webkit-linear-gradient(bottom, #ddd, #fff);
    985         background-image:    -moz-linear-gradient(bottom, #ddd, #fff);
    986         background-image:      -o-linear-gradient(bottom, #ddd, #fff);
    987         background-image: linear-gradient(to top, #ddd, #fff);
     986.wp_themeSkin .mceSplitButtonSelected a.mceOpen,
     987.wp_themeSkin .mceSplitButtonActive a.mceOpen,
     988.wp_themeSkin .mceSplitButtonEnabled:hover a.mceOpen {
     989        background-image: url("../images/down_arrow.gif");
     990        background-position: 0px 2px;
     991        background-repeat: no-repeat;
    988992}
    989993
     994.wp_themeSkin .mceSplitButtonSelected td {
     995        background: #ddd;
     996        background-image: -webkit-gradient(linear, left bottom, left top, from(#fff), to(#ccc));
     997        background-image: -webkit-linear-gradient(bottom, #fff, #ccc);
     998        background-image:    -moz-linear-gradient(bottom, #fff, #ccc);
     999        background-image:      -o-linear-gradient(bottom, #fff, #ccc);
     1000        background-image: linear-gradient(to top, #fff, #ccc);
     1001}
     1002
    9901003.wp_themeSkin table.mceSplitButton:hover td {
     1004        border-color: #bbb;
    9911005        background: #eee;
    9921006        background-image: -webkit-gradient(linear, left bottom, left top, from(#ccc), to(#fff));
    9931007        background-image: -webkit-linear-gradient(bottom, #ccc, #fff);
     
    9961010        background-image: linear-gradient(to top, #ccc, #fff);
    9971011}
    9981012
    999 .wp_themeSkin .mceSplitButtonActive {
     1013.wp_themeSkin table.mceSplitButton:active td.mceFirst,
     1014.wp_themeSkin table.mceSplitButton td.mceLast:active {
     1015        border-color: #bbb;
     1016        background: #ddd;
     1017        background-image: -webkit-gradient(linear, left bottom, left top, from(#fff), to(#ccc));
     1018        background-image: -webkit-linear-gradient(bottom, #fff, #ccc);
     1019        background-image:    -moz-linear-gradient(bottom, #fff, #ccc);
     1020        background-image:      -o-linear-gradient(bottom, #fff, #ccc);
     1021        background-image: linear-gradient(to top, #fff, #ccc);
     1022}
     1023
     1024.wp_themeSkin .mceSplitButtonActive td a.mceAction,
     1025.wp_themeSkin .mceSplitButtonActive td a.mceOpen {
     1026        border-color: #bbb;
     1027}
     1028
     1029.wp_themeSkin .mceSplitButtonActive td {
    10001030        background-color: #B2B2B2;
     1031        background: #ddd;
     1032        background-image: -webkit-gradient(linear, left bottom, left top, from(#fff), to(#ccc));
     1033        background-image: -webkit-linear-gradient(bottom, #fff, #ccc);
     1034        background-image:    -moz-linear-gradient(bottom, #fff, #ccc);
     1035        background-image:      -o-linear-gradient(bottom, #fff, #ccc);
     1036        background-image: linear-gradient(to top, #fff, #ccc);
     1037        -webkit-border-radius: 3px;
     1038        border-radius: 3px;
    10011039}
    10021040
    10031041.wp_themeSkin .mceColorSplitMenu a.mceMoreColors:hover {
  • wp-admin/css/colors-classic.css

     
    947947}
    948948
    949949/* Containers */
     950.wp-editor-wrap .wp-editor-container,
    950951.wp-editor-wrap .wp_themeSkin table.mceLayout {
    951952        border-color: #bed1dd #bed1dd #d0dfe9;
    952953}
     
    967968        background-color: #f5f5f5;
    968969}
    969970
    970 /* Button */
    971 .wp-editor-wrap .wp_themeSkin .mceButton,
    972 .wp-editor-wrap .wp_themeSkin .mceListBox .mceText,
    973 .wp-editor-wrap .wp_themeSkin .mceListBox .mceOpen {
    974         border-color: #b0c8d7;
    975         background: #cfdfe9;
     971.wp-editor-wrap .wp_themeSkin a.mceButtonEnabled:hover {
     972        border-color: #bbb;
     973        background: #eee;
    976974        background-image: -webkit-gradient(linear, left bottom, left top, from(#cfdfe9), to(#fff));
    977975        background-image: -webkit-linear-gradient(bottom, #cfdfe9, #fff);
    978976        background-image:    -moz-linear-gradient(bottom, #cfdfe9, #fff);
     
    980978        background-image: linear-gradient(to top, #cfdfe9, #fff);
    981979}
    982980
    983 .wp-editor-wrap .wp_themeSkin a.mceButtonEnabled:hover {
    984         border-color: #5589aa;
    985         background: #c9c9c9;
    986         background-image: -webkit-gradient(linear, left bottom, left top, from(#bdccd5), to(#000));
    987         background-image: -webkit-linear-gradient(bottom, #bdccd5, #fff);
    988         background-image:    -moz-linear-gradient(bottom, #bdccd5, #fff);
    989         background-image:      -o-linear-gradient(bottom, #bdccd5, #fff);
    990         background-image: linear-gradient(to top, #bdccd5, #fff);
    991 }
    992 
    993981.wp-editor-wrap .wp_themeSkin a.mceButton:active,
    994982.wp-editor-wrap .wp_themeSkin a.mceButtonEnabled:active,
    995983.wp-editor-wrap .wp_themeSkin a.mceButtonSelected:active,
    996984.wp-editor-wrap .wp_themeSkin a.mceButtonActive,
    997985.wp-editor-wrap .wp_themeSkin a.mceButtonActive:active,
    998986.wp-editor-wrap .wp_themeSkin a.mceButtonActive:hover {
    999         background: #b0c8d7;
    1000         border-color: #5589aa;
     987        background: #c7d8e2;
     988        border-color: #b0c8d7;
    1001989        background-image: -webkit-gradient(linear, left top, left bottom, from(#cfdfe9), to(#fff));
    1002990        background-image: -webkit-linear-gradient(top, #cfdfe9, #fff);
    1003991        background-image:    -moz-linear-gradient(top, #cfdfe9, #fff);
     
    1005993        background-image: linear-gradient(to bottom, #cfdfe9, #fff);
    1006994}
    1007995
    1008 .wp-editor-wrap .wp_themeSkin .mceButtonDisabled {
    1009         border-color: #b0c8d7 !important;
    1010 }
    1011 
    1012996.wp-editor-wrap .wp_themeSkin .mceListBox .mceOpen {
    1013997        border-left: 0 !important;
    1014998}
     
    10191003.wp-editor-wrap .wp_themeSkin .mceListBoxSelected .mceOpen,
    10201004.wp-editor-wrap .wp_themeSkin .mceListBoxSelected .mceText,
    10211005.wp-editor-wrap .wp_themeSkin table.mceListBoxEnabled:active .mceText {
    1022         background: #b0c8d7;
    1023         border-color: #5589aa;
     1006        border-color: #B0C8D7;
     1007        background: #c9c9c9;
     1008        background-image: -webkit-gradient(linear, left bottom, left top, from(#fff), to(#bdccd5));
     1009        background-image: -webkit-linear-gradient(bottom, #fff, #bdccd5);
     1010        background-image:    -moz-linear-gradient(bottom, #fff, #bdccd5);
     1011        background-image:      -o-linear-gradient(bottom, #fff, #bdccd5);
     1012        background-image: linear-gradient(to top, #fff, #bdccd5);
    10241013}
    10251014
    10261015.wp-editor-wrap .wp_themeSkin table.mceListBoxEnabled:hover .mceText,
    10271016.wp-editor-wrap .wp_themeSkin .mceListBoxHover .mceText,
    10281017.wp-editor-wrap .wp_themeSkin table.mceListBoxEnabled:hover .mceOpen,
    10291018.wp-editor-wrap .wp_themeSkin .mceListBoxHover .mceOpen {
    1030         border-color: #5589aa;
    1031         background: #c9c9c9;
     1019        border-color: #B0C8D7;
     1020        background: #c7d8e2;
    10321021        background-image: -webkit-gradient(linear, left bottom, left top, from(#cfdfe9), to(#fff));
    10331022        background-image: -webkit-linear-gradient(bottom, #cfdfe9, #fff);
    10341023        background-image:    -moz-linear-gradient(bottom, #cfdfe9, #fff);
     
    10361025        background-image: linear-gradient(to top, #cfdfe9, #fff);
    10371026}
    10381027
    1039 /* SplitButton */
    1040 .wp-editor-wrap .wp_themeSkin .mceSplitButton a.mceAction,
    1041 .wp-editor-wrap .wp_themeSkin .mceSplitButton a.mceOpen {
    1042         border-color: #b0c8d7;
    1043 }
    1044 
    1045 .wp-editor-wrap .wp_themeSkin .mceSplitButton a.mceOpen:hover,
     1028.wp-editor-wrap .wp_themeSkin .mceSplitButton:hover a.mceOpen,
    10461029.wp-editor-wrap .wp_themeSkin .mceSplitButtonSelected a.mceOpen,
     1030.wp-editor-wrap .wp_themeSkin .mceSplitButtonSelected a.mceAction,
    10471031.wp-editor-wrap .wp_themeSkin table.mceSplitButtonEnabled:hover a.mceAction,
    10481032.wp-editor-wrap .wp_themeSkin .mceSplitButton a.mceAction:hover {
    1049         border-color: #5589aa;
     1033        border-color: #B0C8D7;
    10501034}
    10511035
    1052 .wp-editor-wrap .wp_themeSkin table.mceSplitButton td {
    1053         background: #cfdfe9;
    1054         background-image: -webkit-gradient(linear, left bottom, left top, from(#cfdfe9), to(#fff));
    1055         background-image: -webkit-linear-gradient(bottom, #cfdfe9, #fff);
    1056         background-image:    -moz-linear-gradient(bottom, #cfdfe9, #fff);
    1057         background-image:      -o-linear-gradient(bottom, #cfdfe9, #fff);
    1058         background-image: linear-gradient(to top, #cfdfe9, #fff);
     1036.wp-editor-wrap .wp_themeSkin .mceSplitButtonSelected td {
     1037        background: #c9c9c9;
     1038        background-image: -webkit-gradient(linear, left bottom, left top, from(#fff), to(#bdccd5));
     1039        background-image: -webkit-linear-gradient(bottom, #fff, #bdccd5);
     1040        background-image:    -moz-linear-gradient(bottom, #fff, #bdccd5);
     1041        background-image:      -o-linear-gradient(bottom, #fff, #bdccd5);
     1042        background-image: linear-gradient(to top, #fff, #bdccd5);
    10591043}
    10601044
    10611045.wp-editor-wrap .wp_themeSkin table.mceSplitButton:hover td {
     1046        border-color: #bbb;
    10621047        background: #c9c9c9;
    1063         background-image: -webkit-gradient(linear, left bottom, left top, from(#bdccd5), to(#000));
     1048        background-image: -webkit-gradient(linear, left bottom, left top, from(#bdccd5), to(#fff));
    10641049        background-image: -webkit-linear-gradient(bottom, #bdccd5, #fff);
    10651050        background-image:    -moz-linear-gradient(bottom, #bdccd5, #fff);
    10661051        background-image:      -o-linear-gradient(bottom, #bdccd5, #fff);
    10671052        background-image: linear-gradient(to top, #bdccd5, #fff);
    10681053}
    10691054
    1070 .wp-editor-wrap .wp_themeSkin .mceSplitButtonActive {
    1071         background-color: #b0c8d7;
     1055.wp-editor-wrap .wp_themeSkin table.mceSplitButton:active td.mceFirst,
     1056.wp-editor-wrap .wp_themeSkin table.mceSplitButton td.mceLast:active {
     1057        border-color: #bbb;
     1058        background: #c9c9c9;
     1059        background-image: -webkit-gradient(linear, left bottom, left top, from(#fff), to(#bdccd5));
     1060        background-image: -webkit-linear-gradient(bottom, #fff, #bdccd5);
     1061        background-image:    -moz-linear-gradient(bottom, #fff, #bdccd5);
     1062        background-image:      -o-linear-gradient(bottom, #fff, #bdccd5);
     1063        background-image: linear-gradient(to top, #fff, #bdccd5);
    10721064}
    10731065
     1066.wp-editor-wrap .wp_themeSkin .mceSplitButtonActive td a.mceAction,
     1067.wp-editor-wrap .wp_themeSkin .mceSplitButtonActive td a.mceOpen {
     1068        border-color: #B0C8D7;
     1069}
     1070
     1071.wp-editor-wrap .wp_themeSkin .mceSplitButtonActive td {
     1072        background: #c9c9c9;
     1073        background-image: -webkit-gradient(linear, left bottom, left top, from(#fff), to(#bdccd5));
     1074        background-image: -webkit-linear-gradient(bottom, #fff, #bdccd5);
     1075        background-image:    -moz-linear-gradient(bottom, #fff, #bdccd5);
     1076        background-image:      -o-linear-gradient(bottom, #fff, #bdccd5);
     1077        background-image: linear-gradient(to top, #fff, #bdccd5);
     1078}
     1079
    10741080/* ColorSplitButton */
    10751081.wp-editor-wrap .wp_themeSkin div.mceColorSplitMenu table {
    10761082        background-color: #ebebeb;