Ticket #19594: admin-bar.dev.css.patch
| File admin-bar.dev.css.patch, 897 bytes (added by , 14 years ago) |
|---|
-
wp-includes/css/admin-bar.dev.css
48 48 background-image: linear-gradient(bottom, #373737, #464646 5px); /* proposed W3C Markup */ 49 49 } 50 50 51 52 51 #wpadminbar .ab-sub-wrapper, 53 52 #wpadminbar ul, 54 53 #wpadminbar ul li { … … 365 364 text-shadow: none; 366 365 display: block; 367 366 } 367 368 368 #wpadminbar #wp-admin-bar-user-info .display-name { 369 369 color: #333; 370 370 } … … 427 427 background-position: 3px 2px; 428 428 background-repeat: no-repeat; 429 429 outline: none; 430 cursor: pointer; 430 431 431 432 -webkit-border-radius: 3px; 432 433 border-radius: 3px; … … 461 462 text-shadow: 0 1px 0 #fff; 462 463 width: 200px; 463 464 background-color: rgba( 255, 255, 255, 0.9 ); 465 cursor: text; 464 466 } 465 467 466 468 #wpadminbar.ie8 #adminbarsearch .adminbar-input {