Changeset 342667
- Timestamp:
- 02/08/2011 09:24:02 PM (15 years ago)
- File:
-
- 1 edited
-
mac-os-admin-theme/trunk/styles/wp-admin.css (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
mac-os-admin-theme/trunk/styles/wp-admin.css
r342203 r342667 364 364 border: 1px solid #353535; 365 365 font-family: 'Lucida Grande'; 366 vertical-align: top;366 vertical-align: middle; 367 367 color: #3E3E3E; 368 368 text-shadow: 0px 1px rgba(255,255,255,.8); … … 396 396 ); 397 397 padding-top: 4px; 398 display: inline-block; 398 399 padding-bottom: 2px; 400 vertical-align: middle; 399 401 -webkit-box-shadow: 0px 1px 0px rgba(255,255,255, .4), inset 0 2px 2px rgba(0,0,0,.3); 400 402 } … … 553 555 margin: 1px 18px 0px 0px; 554 556 } 557 .update-plugins{ 558 float: right; 559 position: relative !important; 560 -webkit-box-shadow: none !important; 561 padding: 0 !important; 562 background: #8596BA !important; 563 min-width: 20px; 564 text-align: center; 565 text-shadow: none; 566 margin-top: 2px !important; 567 } 568 .current .update-plugins{ 569 background: #fff !important; 570 color: #417AC3 !important; 571 } 572 .update-count{ 573 border: none; 574 line-height: 16px; 575 background: none; 576 padding: 0; 577 height: 15px; 578 } 579 .core-updates .alternate{ 580 background: none; 581 }
Note: See TracChangeset
for help on using the changeset viewer.