Ticket #40843: 40843.diff
File 40843.diff, 1.5 KB (added by , 7 years ago) |
---|
-
wp-content/themes/twentyseventeen/assets/css/colors-dark.css
284 284 color: #bbb; 285 285 } 286 286 287 .colors-dark button:hover ,287 .colors-dark button:hover:not( .mejs-play > button ), 288 288 .colors-dark button:focus, 289 289 .colors-dark input[type="button"]:hover, 290 290 .colors-dark input[type="button"]:focus, -
wp-content/themes/twentyseventeen/inc/color-patterns.php
302 302 color: hsl( ' . $hue . ', ' . $saturation . ', 46% ); /* base: #767676; */ 303 303 } 304 304 305 .colors-custom button:hover ,305 .colors-custom button:hover:not( .mejs-play > button ), 306 306 .colors-custom button:focus, 307 307 .colors-custom input[type="button"]:hover, 308 308 .colors-custom input[type="button"]:focus, -
wp-content/themes/twentyseventeen/style.css
1029 1029 color: #222; 1030 1030 } 1031 1031 1032 button:hover ,1032 button:hover:not( .mejs-play > button ), 1033 1033 button:focus, 1034 1034 input[type="button"]:hover, 1035 1035 input[type="button"]:focus,