Changeset 62614 for trunk/src/wp-includes/css/admin-bar.css
- Timestamp:
- 07/01/2026 06:08:42 PM (3 months ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/css/admin-bar.css (modified) (8 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/css/admin-bar.css
r62592 r62614 456 456 width: 64px; 457 457 height: 64px; 458 border-radius: 50%;459 458 } 460 459 … … 483 482 #wpadminbar #wp-admin-bar-my-account.with-avatar > a img { 484 483 width: auto; 485 height: 20px;484 height: 16px; 486 485 padding: 0; 487 border: 1px solid #2c353b; 488 border-radius: 50%; 486 border: 1px solid #8c8f94; 489 487 background: #f0f0f1; 490 488 line-height: 1.84615384; … … 540 538 } 541 539 540 #wpadminbar .quicklinks li img.blavatar { 541 border-radius: 2px; 542 } 543 542 544 #wpadminbar .quicklinks li div.blavatar:before { 543 545 content: "\f120"; … … 583 585 content: "\f102"; 584 586 content: "\f102" / ''; 587 } 588 589 #wpadminbar #wp-admin-bar-site-name.has-site-icon > .ab-item { 590 display: flex; 591 align-items: center; 592 gap: 6px; 593 } 594 595 #wpadminbar #wp-admin-bar-site-name.has-site-icon > .ab-item:before { 596 content: none; 597 } 598 599 #wpadminbar #wp-admin-bar-site-name > .ab-item .site-icon { 600 width: 20px; 601 height: 20px; 602 background: #f0f0f1; /* matching my-account (user avatar) node's background */ 603 border-radius: 2px; 585 604 } 586 605 … … 906 925 #wpadminbar #wp-admin-bar-edit > .ab-item:before, 907 926 #wpadminbar #wp-admin-bar-my-sites > .ab-item:before, 908 #wpadminbar #wp-admin-bar-site-name > .ab-item:before,927 #wpadminbar #wp-admin-bar-site-name:not(.has-site-icon) > .ab-item:before, 909 928 #wpadminbar #wp-admin-bar-site-editor > .ab-item:before, 910 929 #wpadminbar #wp-admin-bar-customize > .ab-item:before, … … 921 940 } 922 941 942 #wpadminbar #wp-admin-bar-site-name > .ab-item .site-icon { 943 position: absolute; 944 top: 9px; 945 left: 12px; 946 width: 28px; 947 height: 28px; 948 margin: 0; 949 border-radius: 4px; 950 } 951 923 952 #wpadminbar #wp-admin-bar-appearance { 924 953 margin-top: 0; … … 972 1001 position: relative; 973 1002 white-space: nowrap; 974 text-indent: 150%; /* More than 100% indent ation is needed since this element has padding */1003 text-indent: 150%; /* More than 100% indention is needed since this element has padding */ 975 1004 width: 28px; 976 1005 padding: 0 10px; … … 980 1009 #wpadminbar .quicklinks li#wp-admin-bar-my-account.with-avatar > a img { 981 1010 position: absolute; 982 top: 1 2px;1011 top: 13px; 983 1012 right: 10px; 984 width: 28px; 985 height: 28px; 986 border-radius: 50%; 1013 width: 26px; 1014 height: 26px; 987 1015 } 988 1016
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)