Ticket #30664: 30664.2.patch
File 30664.2.patch, 1.2 KB (added by , 11 years ago) |
---|
-
src/wp-includes/css/editor.css
158 158 border: 1px solid #aaa; 159 159 -webkit-border-radius: 2px; 160 160 border-radius: 2px; 161 -webkit-box-shadow: 0 1px 4px rgba( 0, 0, 0, 0. 2);162 box-shadow: 0 1px 4px rgba( 0, 0, 0, 0. 2);161 -webkit-box-shadow: 0 1px 4px rgba( 0, 0, 0, 0.15 ); 162 box-shadow: 0 1px 4px rgba( 0, 0, 0, 0.15 ); 163 163 -webkit-box-sizing: border-box; 164 164 -moz-box-sizing: border-box; 165 -webkit-box-sizing: border-box;166 165 box-sizing: border-box; 167 166 margin-bottom: 8px; 168 167 position: absolute; 169 opacity: 0;170 168 -moz-user-select: none; 171 169 -webkit-user-select: none; 172 170 -ms-user-select: none; … … 183 181 margin-top: 8px; 184 182 } 185 183 186 div.mce-inline-toolbar-grp.mce-inline-toolbar-grp-active {187 -webkit-transition:188 top 0.1s ease-out,189 left 0.1s ease-out,190 opacity 0.1s ease-in-out;191 transition:192 top 0.1s ease-out,193 left 0.1s ease-out,194 opacity 0.1s ease-in-out;195 opacity: 1;196 }197 198 184 div.mce-inline-toolbar-grp:before, 199 185 div.mce-inline-toolbar-grp:after { 200 186 position: absolute;