Changeset 31268
- Timestamp:
- 01/22/2015 12:55:09 AM (10 years ago)
- Location:
- trunk/src/wp-content/themes
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyeleven/style.css
r30967 r31268 494 494 495 495 /* Assistive text */ 496 .assistive-text { 496 .assistive-text, 497 .screen-reader-text { 497 498 position: absolute !important; 498 499 clip: rect(1px 1px 1px 1px); /* IE6, IE7 */ 499 500 clip: rect(1px, 1px, 1px, 1px); 500 501 } 501 #access a.assistive-text:focus { 502 #access a.assistive-text:focus, 503 .screen-reader-text:hover, 504 .screen-reader-text:active, 505 .screen-reader-text:focus { 502 506 background: #eee; 503 507 border-bottom: 1px solid #ddd; -
trunk/src/wp-content/themes/twentytwelve/style.css
r30967 r31268 508 508 clip: rect(1px, 1px, 1px, 1px); 509 509 } 510 .main-navigation .assistive-text:focus { 510 .main-navigation .assistive-text:focus, 511 .site .screen-reader-text:hover, 512 .site .screen-reader-text:active, 513 .site .screen-reader-text:focus { 511 514 background: #fff; 512 515 border: 2px solid #333;
Note: See TracChangeset
for help on using the changeset viewer.