Ticket #27173: 27173.2.diff
File 27173.2.diff, 797 bytes (added by , 11 years ago) |
---|
-
wp-includes/css/editor.css
83 83 border-radius: 0; 84 84 -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.07); 85 85 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; 88 88 } 89 89 90 90 .mce-textbox:focus, 91 91 .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); 95 95 } 96 96 97 97 /* TinyMCE menus */