Changeset 45576
- Timestamp:
- 06/29/2019 12:50:55 AM (6 years ago)
- Location:
- trunk/src/wp-content/themes/twentyseventeen
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyseventeen/assets/css/colors-dark.css
r45146 r45576 290 290 } 291 291 292 .colors-dark button:hover:not( .mejs-container > button ),293 .colors-dark button:focus,292 .colors-dark :not( .mejs-button ) > button:hover, 293 .colors-dark :not( .mejs-button ) > button:focus, 294 294 .colors-dark input[type="button"]:hover, 295 295 .colors-dark input[type="button"]:focus, -
trunk/src/wp-content/themes/twentyseventeen/inc/color-patterns.php
r45146 r45576 308 308 } 309 309 310 .colors-custom button:hover:not( .mejs-container > button ),311 .colors-custom button:focus,310 .colors-custom :not( .mejs-button ) > button:hover, 311 .colors-custom :not( .mejs-button ) > button:focus, 312 312 .colors-custom input[type="button"]:hover, 313 313 .colors-custom input[type="button"]:focus, -
trunk/src/wp-content/themes/twentyseventeen/style.css
r45425 r45576 1035 1035 } 1036 1036 1037 button:hover:not( .mejs-container > button ),1038 button:focus,1037 :not( .mejs-button ) > button:hover, 1038 :not( .mejs-button ) > button:focus, 1039 1039 input[type="button"]:hover, 1040 1040 input[type="button"]:focus,
Note: See TracChangeset
for help on using the changeset viewer.