Changeset 45513
- Timestamp:
- 06/10/2019 01:58:10 PM (5 years ago)
- Location:
- branches/5.2
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.2
- Property svn:mergeinfo changed
/trunk merged: 45501-45502
- Property svn:mergeinfo changed
-
branches/5.2/src/wp-admin/css/common.css
r45509 r45513 1678 1678 #contextual-help-link-wrap { 1679 1679 float: left; 1680 height: 28px;1681 1680 margin: 0 0 0 6px; 1682 border: 1px solid #ddd;1683 border-top: none;1684 background: #fff;1685 box-shadow: 0 1px 1px -1px rgba(0, 0, 0, 0.1);1686 1681 } 1687 1682 … … 1692 1687 1693 1688 #screen-meta-links .show-settings { 1694 border: 0; 1695 background: none; 1689 border: 1px solid #ddd; 1690 border-top: none; 1691 border-bottom-color: #ccc; 1692 height: auto; 1693 margin-bottom: 0; 1694 padding: 3px 6px 3px 16px; 1695 background: #fff; 1696 1696 border-radius: 0; 1697 1697 color: #72777c; 1698 1698 line-height: 1.7; 1699 padding: 3px 6px 3px 16px;1699 box-shadow: none; 1700 1700 } 1701 1701 … … 1706 1706 } 1707 1707 1708 #screen-meta-links .show-settings:focus { 1709 border-color: #5b9dd9; 1710 box-shadow: 0 0 3px rgba(0, 115, 170, 0.8); 1711 } 1712 1708 1713 #screen-meta-links .show-settings:active { 1709 box-shadow: none;1710 1714 transform: none; 1711 1715 }
Note: See TracChangeset
for help on using the changeset viewer.