Changeset 35327
- Timestamp:
- 10/21/2015 03:23:01 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/functions.php
r35325 r35327 2556 2556 } 2557 2557 a { 2558 color: # 21759B;2558 color: #0073aa; 2559 2559 text-decoration: none; 2560 2560 } 2561 2561 a:hover { 2562 color: #D54E21; 2562 color: #00a0d2; 2563 } 2564 a:focus { 2565 color: #124964; 2566 -webkit-box-shadow: 2567 0 0 0 1px #5b9dd9, 2568 0 0 2px 1px rgba(30, 140, 190, .8); 2569 box-shadow: 2570 0 0 0 1px #5b9dd9, 2571 0 0 2px 1px rgba(30, 140, 190, .8); 2572 outline: none; 2563 2573 } 2564 2574 .button { 2565 2575 background: #f7f7f7; 2566 border: 1px solid #ccc ccc;2576 border: 1px solid #ccc; 2567 2577 color: #555; 2568 2578 display: inline-block; … … 2582 2592 box-sizing: border-box; 2583 2593 2584 -webkit-box-shadow: inset 0 1px 0 #fff, 0 1px 0 rgba(0,0,0,.08);2585 box-shadow: inset 0 1px 0 #fff, 0 1px 0 rgba(0,0,0,.08);2594 -webkit-box-shadow: 0 1px 0 #ccc; 2595 box-shadow: 0 1px 0 #ccc; 2586 2596 vertical-align: top; 2587 2597 } 2588 2598 2589 2599 .button.button-large { 2590 height: 29px;2600 height: 30px; 2591 2601 line-height: 28px; 2592 padding: 0 12px ;2602 padding: 0 12px 2px; 2593 2603 } 2594 2604 … … 2597 2607 background: #fafafa; 2598 2608 border-color: #999; 2599 color: #2 22;2609 color: #23282d; 2600 2610 } 2601 2611 2602 2612 .button:focus { 2603 -webkit-box-shadow: 1px 1px 1px rgba(0,0,0,.2); 2604 box-shadow: 1px 1px 1px rgba(0,0,0,.2); 2613 -webkit-box-shadow: 2614 0 0 0 1px #5b9dd9, 2615 0 0 2px 1px rgba(0, 115, 170, .8); 2616 box-shadow: 2617 0 0 0 1px #5b9dd9, 2618 0 0 2px 1px rgba(0, 115, 170, .8); 2619 outline: none; 2605 2620 } 2606 2621 … … 2608 2623 background: #eee; 2609 2624 border-color: #999; 2610 color: #333; 2611 -webkit-box-shadow: inset 0 2px 5px -3px rgba( 0, 0, 0, 0.5 ); 2625 -webkit-box-shadow: inset 0 2px 5px -3px rgba( 0, 0, 0, 0.5 ); 2612 2626 box-shadow: inset 0 2px 5px -3px rgba( 0, 0, 0, 0.5 ); 2627 -webkit-transform: translateY(1px); 2628 -ms-transform: translateY(1px); 2629 transform: translateY(1px); 2613 2630 } 2614 2631
Note: See TracChangeset
for help on using the changeset viewer.