Changeset 33416
- Timestamp:
- 07/25/2015 04:45:29 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/css/editor.css
r33372 r33416 270 270 271 271 div.mce-inline-toolbar-grp.mce-arrow-up:before { 272 top: - 18px;272 top: -9px; 273 273 border-bottom-color: #a0a5aa; 274 border-width: 9px;274 border-width: 0 9px 9px; 275 275 margin-left: -9px; 276 276 } 277 277 278 278 div.mce-inline-toolbar-grp.mce-arrow-down:before { 279 bottom: - 18px;279 bottom: -9px; 280 280 border-top-color: #a0a5aa; 281 border-width: 9px ;281 border-width: 9px 9px 0; 282 282 margin-left: -9px; 283 283 } 284 284 285 285 div.mce-inline-toolbar-grp.mce-arrow-up:after { 286 top: - 16px;286 top: -8px; 287 287 border-bottom-color: #f5f5f5; 288 border-width: 8px;288 border-width: 0 8px 8px; 289 289 margin-left: -8px; 290 290 } 291 291 292 292 div.mce-inline-toolbar-grp.mce-arrow-down:after { 293 bottom: - 16px;293 bottom: -8px; 294 294 border-top-color: #f5f5f5; 295 border-width: 8px ;295 border-width: 8px 8px 0; 296 296 margin-left: -8px; 297 297 }
Note: See TracChangeset
for help on using the changeset viewer.