Changeset 45502
- Timestamp:
- 06/08/2019 04:06:19 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/css/common.css
r45501 r45502 1694 1694 border: 1px solid #ddd; 1695 1695 border-top: none; 1696 border-bottom-color: #ccc; 1697 height: auto; 1696 1698 margin-bottom: 0; 1697 1699 padding: 3px 6px 3px 16px; 1698 background: none;1700 background: #fff; 1699 1701 border-radius: 0; 1700 1702 color: #72777c; 1701 1703 line-height: 1.7; 1702 background: #fff; 1703 box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1); 1704 box-shadow: none; 1704 1705 } 1705 1706 … … 1710 1711 } 1711 1712 1713 #screen-meta-links .show-settings:focus { 1714 border-color: #5b9dd9; 1715 box-shadow: 0 0 3px rgba(0, 115, 170, 0.8); 1716 } 1717 1712 1718 #screen-meta-links .show-settings:active { 1713 box-shadow: none;1714 1719 transform: none; 1715 1720 }
Note: See TracChangeset
for help on using the changeset viewer.