Make WordPress Core

Ticket #18141: 18141-quicktags1.diff

File 18141-quicktags1.diff, 1.1 KB (added by trepmal, 13 years ago)

"slightly updated HTML mode buttons"

  • wp-includes/css/editor-buttons.dev.css

     
    11041104        padding: 2px 4px;
    11051105        font: 12px/18px Arial,Helvetica,sans-serif normal;
    11061106        color: #464646;
    1107         border: 1px solid #C3C3C3;
     1107        border: 1px solid #ccc;
    11081108        -webkit-border-radius: 3px;
    1109         border-radius: 3px;
     1109        border-radius: 2px;
    11101110        background-color: #eee;
    1111         background-image: -ms-linear-gradient(bottom, #e3e3e3, #fff);
    1112         background-image: -moz-linear-gradient(bottom, #e3e3e3, #fff);
    1113         background-image: -o-linear-gradient(bottom, #e3e3e3, #fff);
    1114         background-image: -webkit-linear-gradient(bottom, #e3e3e3, #fff);
    1115         background-image: linear-gradient(bottom, #e3e3e3, #fff);
     1111        background-image: -ms-linear-gradient(bottom, #ddd, #fff);
     1112        background-image: -moz-linear-gradient(bottom, #ddd, #fff);
     1113        background-image: -o-linear-gradient(bottom, #ddd, #fff);
     1114        background-image: -webkit-linear-gradient(bottom, #ddd, #fff);
     1115        background-image: linear-gradient(bottom, #ddd, #fff);
    11161116}
    11171117
    11181118.quicktags-toolbar input:hover {