Changeset 37004
- Timestamp:
- 03/16/2016 04:28:09 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/css/editor.css
r37001 r37004 485 485 background: #0085ba; 486 486 border-color: #0073aa #006799 #006799; 487 -webkit-box-shadow: none;488 box-shadow: none;487 -webkit-box-shadow: 0 1px 0 #006799; 488 box-shadow: 0 1px 0 #006799; 489 489 color: #fff; 490 490 text-decoration: none; 491 491 text-shadow: none; 492 } 493 494 /* Compensate for the extra box shadow at the bottom of .mce-btn.mce-primary */ 495 .mce-toolbar .mce-btn-group .mce-btn.mce-primary button { 496 padding: 2px 3px 1px; 492 497 } 493 498 … … 501 506 border-color: #006799; 502 507 color: #fff; 503 -webkit-box-shadow: 0 1px 0 rgba( 0, 0, 0, 0.2 );504 box-shadow: 0 1px 0 rgba( 0, 0, 0, 0.2 );505 508 } 506 509 … … 1263 1266 } 1264 1267 1268 /* Compensate for the extra box shadow at the bottom of .mce-btn.mce-primary */ 1269 .mce-toolbar .mce-btn-group .mce-btn.mce-primary button { 1270 padding: 6px 7px 5px; 1271 } 1272 1265 1273 .mce-toolbar .mce-btn-group .mce-btn { 1266 1274 margin: 1px; … … 1598 1606 } 1599 1607 1608 .mce-toolbar div.wp-link-preview ~ .mce-btn, 1609 .mce-toolbar div.wp-link-input ~ .mce-btn { 1610 margin: 2px 1px; 1611 } 1612 1613 .mce-inline-toolbar-grp .mce-btn-group .mce-btn:last-child { 1614 margin-right: 2px; 1615 } 1616 1600 1617 .ui-autocomplete.wplink-autocomplete { 1601 1618 z-index: 100110; … … 1628 1645 width: 100%; 1629 1646 font-size: 16px; 1630 padding: 4px;1647 padding: 5px; 1631 1648 } 1632 1649 }
Note: See TracChangeset
for help on using the changeset viewer.