Changeset 35896
- Timestamp:
- 12/13/2015 01:56:49 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/css/dashboard.css
r35894 r35896 735 735 } 736 736 737 .postbox .button-link .edit-box { 738 display: none; 739 } 740 737 741 .edit-box { 738 display: none; 739 } 740 741 h3:hover .edit-box { 742 display: inline; 742 opacity: 0; 743 } 744 745 .hndle:hover .edit-box, 746 .edit-box:focus { 747 opacity: 1; 743 748 } 744 749 … … 766 771 } 767 772 768 #dashboard-widgets h 3a {773 #dashboard-widgets h2 a { 769 774 text-decoration: underline; 770 775 } 771 776 772 #dashboard-widgets h3 .postbox-title-action { 773 position: absolute; 774 right: 10px; 775 padding: 0; 776 top: 5px; 777 } 778 779 .js #dashboard-widgets h3 .postbox-title-action { 780 right: 33px; 777 #dashboard-widgets .hndle .postbox-title-action { 778 float: right; 779 line-height: 1.2; 781 780 } 782 781
Note: See TracChangeset
for help on using the changeset viewer.