Ticket #25220: 25220.hover-state-fixes.diff
File 25220.hover-state-fixes.diff, 898 bytes (added by , 11 years ago) |
---|
-
wp-content/themes/twentyfourteen/style.css
1071 1071 .page-links a:hover { 1072 1072 background: #24890d; 1073 1073 border: 1px solid #24890d; 1074 color: #fff; 1074 1075 } 1075 1076 .page-links > span.page-links-title { 1076 1077 margin: 0; … … 1572 1573 .paging-navigation a:hover { 1573 1574 background-color: #f5f5f5; 1574 1575 border-top: 1px solid #000; 1576 color: #2b2b2b; 1575 1577 } 1576 1578 .post-navigation, 1577 1579 .image-navigation { … … 1923 1925 .widget_calendar a:hover { 1924 1926 background-color: #35921f; 1925 1927 } 1928 .widget-area .widget_calendar a:hover { 1929 color: #fff; /* Override custom accent color with more specific selector. */ 1930 } 1926 1931 .widget_calendar table { 1927 1932 border: 1px solid rgba(255, 255, 255, 0.2); 1928 1933 border-width: 1px 0 1px 1px;