Make WordPress Core

Ticket #27173: 27173.2.diff

File 27173.2.diff, 797 bytes (added by paulwilde, 11 years ago)
  • wp-includes/css/editor.css

     
    8383        border-radius: 0;
    8484        -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.07);
    8585        box-shadow: inset 0 1px 2px rgba(0,0,0,0.07);
    86         -webkit-transition: none;
    87         transition: none;
     86        -webkit-transition: .05s border-color ease-in-out;
     87        transition: .05s border-color ease-in-out;
    8888}
    8989
    9090.mce-textbox:focus,
    9191.mce-textbox.mce-focus {
    92         border-color: #999;
    93         -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
    94         box-shadow: 0 1px 2px rgba(0,0,0,0.1);
     92        border-color: #5b9dd9;
     93        -webkit-box-shadow: 0 0 2px rgba(30,140,190,0.8);
     94        box-shadow: 0 0 2px rgba(30,140,190,0.8);
    9595}
    9696
    9797/* TinyMCE menus */