Changeset 46241 for trunk/src/wp-admin/css/common.css
- Timestamp:
- 09/23/2019 02:42:36 PM (7 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/css/common.css (modified) (10 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/css/common.css
r46207 r46241 273 273 .wp-person a:focus .gravatar { 274 274 color: #124964; 275 box-shadow: 276 0 0 0 1px #5b9dd9, 277 0 0 2px 1px rgba(30, 140, 190, 0.8); 278 /* Only visible in Windows High Contrast mode */ 279 outline: 1px solid transparent; 275 outline: 1px dotted #555d66; 280 276 } 281 277 … … 285 281 286 282 #adminmenu a:focus { 287 box-shadow: none; 288 /* Only visible in Windows High Contrast mode */ 289 outline: 1px solid transparent; 283 outline: 1px dotted #555d66; 290 284 outline-offset: -1px; 291 285 } … … 624 618 top: -3px; 625 619 text-decoration: none; 626 border: none; 627 border: 1px solid #ccc; 620 border: 1px solid #7e8993; 628 621 border-radius: 2px; 629 background: #f7f7f7;630 622 text-shadow: none; 631 623 font-weight: 600; 632 624 font-size: 13px; 633 625 line-height: normal; /* IE8-IE11 need this for buttons */ 634 color: # 0073aa; /* some of these controls are button elements and don't inherit from links */626 color: #555; /* use the standard color used for buttons */ 635 627 cursor: pointer; 636 628 } … … 642 634 .wrap .add-new-h2:hover, /* deprecated */ 643 635 .wrap .page-title-action:hover { 644 b order-color: #008EC2;645 b ackground: #00a0d2;646 color: # fff;636 background: #f3f5f6; 637 border-color: #7e8993; 638 color: #007cba; 647 639 } 648 640 649 641 /* lower specificity: color needs to be overridden by :hover and :active */ 650 642 .page-title-action:focus { 651 color: # 124964;643 color: #016087; 652 644 } 653 645 … … 659 651 660 652 .wrap .page-title-action:focus { 661 border-color: # 5b9dd9;662 box-shadow: 0 0 2px rgba(30, 140, 190, 0.8);653 border-color: #007cba; 654 box-shadow: 0 0 0 1px #007cba; 663 655 /* Only visible in Windows High Contrast mode */ 664 656 outline: 2px solid transparent; … … 842 834 843 835 .tagchecklist .ntdelbutton:focus .remove-tag-icon:before { 844 box-shadow: 845 0 0 0 1px #5b9dd9, 846 0 0 2px 1px rgba(30, 140, 190, 0.8); 836 outline: 1px dotted #555d66; 847 837 } 848 838 … … 1442 1432 1443 1433 .notice-dismiss:focus { 1444 outline: none; 1445 box-shadow: 0 0 0 1px #5b9dd9, 0 0 2px 1px rgba(30, 140, 190, 0.8); 1434 outline: 1px dotted #555d66; 1446 1435 } 1447 1436 … … 3071 3060 3072 3061 .js .postbox .handlediv:focus .toggle-indicator:before { 3073 box-shadow: 3074 0 0 0 1px #5b9dd9, 3075 0 0 2px 1px rgba(30, 140, 190, 0.8); 3062 outline: 1px dotted #555d66; 3076 3063 } 3077 3064 … … 3167 3154 [role="treeitem"] .folder-label.focus { 3168 3155 color: #124964; 3169 box-shadow: 0 0 0 1px #5b9dd9, 0 0 2px 1px rgba(30, 140, 190, 0.8);3156 outline: 1px dotted #555d66; 3170 3157 } 3171 3158 [role="treeitem"].hover, … … 3394 3381 3395 3382 .widget-top .widget-action:focus .toggle-indicator:before { 3396 box-shadow: 3397 0 0 0 1px #5b9dd9, 3398 0 0 2px 1px rgba(30, 140, 190, 0.8); 3383 outline: 1px dotted #555d66; 3399 3384 } 3400 3385
Note: See TracChangeset
for help on using the changeset viewer.