Changeset 35494 for trunk/src/wp-includes/functions.php
- Timestamp:
- 11/03/2015 05:58:15 PM (10 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/functions.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/functions.php
r35460 r35494 2558 2558 a { 2559 2559 color: #0073aa; 2560 text-decoration: none;2561 }2562 a: hover{2560 } 2561 a:hover, 2562 a:active { 2563 2563 color: #00a0d2; 2564 2564 } … … 2612 2612 2613 2613 .button:focus { 2614 -webkit-box-shadow: 2615 0 0 0 1px #5b9dd9, 2616 0 0 2px 1px rgba(0, 115, 170, .8); 2617 box-shadow: 2618 0 0 0 1px #5b9dd9, 2619 0 0 2px 1px rgba(0, 115, 170, .8); 2614 border-color: #5b9dd9; 2615 -webkit-box-shadow: 0 0 3px rgba( 0, 115, 170, .8 ); 2616 box-shadow: 0 0 3px rgba( 0, 115, 170, .8 ); 2620 2617 outline: none; 2621 2618 }
Note: See TracChangeset
for help on using the changeset viewer.